Steel Blue
#1885C9
BlueColor Codes
All color formats for development
HEX
#1885C9RGB
rgb(24, 133, 201)HSL
hsl(203, 79%, 44%)OKLCH
oklch(0.593 0.137 243.5)CMYK
cmyk(88%, 34%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1578B5
2#136AA1
3#105D8D
4#0E5079
5#0C4264
6#093550
7#07283C
8#051B28
9#020D14
Tints
Lighter variations
1#1B96E2
2#33A2E7
3#4CADEA
4#66B9ED
5#7FC5F0
6#99D0F3
7#B2DCF6
8#CCE8F9
9#E5F3FC
Tones
Muted variations
1#2083C0
2#2981B7
3#327FAE
4#3B7DA5
5#447B9D
6#4D7894
7#56768B
8#5E7482
9#677279
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CF #96CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB6 #5FB6EC | Disabled statesSecondary iconsMuted text |
| 500 | 32A1 #32A1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1885 #1885C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136A #136AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F9FD;
--steel-blue-100: #DFF0FB;
--steel-blue-200: #C4E4F8;
--steel-blue-300: #96CFF3;
--steel-blue-400: #5FB6EC;
--steel-blue-500: #32A1E7;
--steel-blue-600: #1885C9;
--steel-blue-700: #136AA0;
--steel-blue-800: #0D4C72;
--steel-blue-900: #093049;
--steel-blue-950: #051E2E;
}