Steel Blue
#5C86BC
BlueColor Codes
All color formats for development
HEX
#5C86BCRGB
rgb(92, 134, 188)HSL
hsl(214, 42%, 55%)OKLCH
oklch(0.612 0.095 255.1)CMYK
cmyk(51%, 29%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4977B3
2#416A9F
3#395D8B
4#314F77
5#294264
6#213550
7#18283C
8#101A28
9#080D14
Tints
Lighter variations
1#6C92C3
2#7D9ECA
3#8DAAD0
4#9DB6D7
5#AEC2DE
6#BECFE4
7#CEDBEB
8#DEE7F2
9#EFF3F8
Tones
Muted variations
1#6186B8
2#6687B3
3#6B88AE
4#6F88A9
5#7489A4
6#798AA0
7#7E8A9B
8#838B96
9#878C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC1 #ACC1DD | BordersInactive statesPlaceholder text |
| 400 | 80A1 #80A1CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C86 #5C86BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 416A #416A9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3454 #34547F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253C #253C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #18273A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E6ECF5;
--steel-blue-200: #D0DCEC;
--steel-blue-300: #ACC1DD;
--steel-blue-400: #80A1CB;
--steel-blue-500: #5C86BC;
--steel-blue-600: #416A9F;
--steel-blue-700: #34547F;
--steel-blue-800: #253C5B;
--steel-blue-900: #18273A;
--steel-blue-950: #0F1824;
}