Steel Blue
#5C89BC
BlueColor Codes
All color formats for development
HEX
#5C89BCRGB
rgb(92, 137, 188)HSL
hsl(212, 42%, 55%)OKLCH
oklch(0.619 0.092 252.4)CMYK
cmyk(51%, 27%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#497BB3
2#416D9F
3#395F8B
4#315277
5#294464
6#213750
7#18293C
8#101B28
9#080E14
Tints
Lighter variations
1#6C95C3
2#7DA1CA
3#8DACD0
4#9DB8D7
5#AEC4DE
6#BED0E4
7#CEDCEB
8#DEE7F2
9#EFF3F8
Tones
Muted variations
1#6189B8
2#668AB3
3#6B8AAE
4#6F8AA9
5#748BA4
6#798BA0
7#7E8B9B
8#838C96
9#878C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DD #D0DDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC3 #ACC3DD | BordersInactive statesPlaceholder text |
| 400 | 80A3 #80A3CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C89 #5C89BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 416D #416D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3457 #34577F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253E #253E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #18283A | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E6EDF5;
--steel-blue-200: #D0DDEC;
--steel-blue-300: #ACC3DD;
--steel-blue-400: #80A3CB;
--steel-blue-500: #5C89BC;
--steel-blue-600: #416D9F;
--steel-blue-700: #34577F;
--steel-blue-800: #253E5B;
--steel-blue-900: #18283A;
--steel-blue-950: #0F1924;
}