Steel Blue
#1888C9
BlueColor Codes
All color formats for development
HEX
#1888C9RGB
rgb(24, 136, 201)HSL
hsl(202, 79%, 44%)OKLCH
oklch(0.6 0.135 241.8)CMYK
cmyk(88%, 32%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#157AB5
2#136DA1
3#105F8D
4#0E5279
5#0C4464
6#093650
7#07293C
8#051B28
9#020E14
Tints
Lighter variations
1#1B99E2
2#33A5E7
3#4CB0EA
4#66BBED
5#7FC7F0
6#99D2F3
7#B2DDF6
8#CCE8F9
9#E5F4FC
Tones
Muted variations
1#2085C0
2#2983B7
3#3281AE
4#3B7EA5
5#447C9D
6#4D7A94
7#56778B
8#5E7582
9#677379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E5 #C4E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D1 #96D1F3 | BordersInactive statesPlaceholder text |
| 400 | 5FB9 #5FB9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32A4 #32A4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1888 #1888C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136C #136CA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4D #0D4D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093149 | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F9FD;
--steel-blue-100: #DFF1FB;
--steel-blue-200: #C4E5F8;
--steel-blue-300: #96D1F3;
--steel-blue-400: #5FB9EC;
--steel-blue-500: #32A4E7;
--steel-blue-600: #1888C9;
--steel-blue-700: #136CA0;
--steel-blue-800: #0D4D72;
--steel-blue-900: #093149;
--steel-blue-950: #051F2E;
}