Steel Blue
#5C8BBC
BlueColor Codes
All color formats for development
HEX
#5C8BBCRGB
rgb(92, 139, 188)HSL
hsl(211, 42%, 55%)OKLCH
oklch(0.623 0.09 250.4)CMYK
cmyk(51%, 26%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#497CB3
2#416F9F
3#39618B
4#315377
5#294564
6#213750
7#18293C
8#101C28
9#080E14
Tints
Lighter variations
1#6C96C3
2#7DA2CA
3#8DAED0
4#9DB9D7
5#AEC5DE
6#BED0E4
7#CEDCEB
8#DEE8F2
9#EFF3F8
Tones
Muted variations
1#618BB8
2#668BB3
3#6B8BAE
4#6F8BA9
5#748BA4
6#798CA0
7#7E8C9B
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 | ACC4 #ACC4DD | BordersInactive statesPlaceholder text |
| 400 | 80A5 #80A5CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C8B #5C8BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 416F #416F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3458 #34587F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253F #253F5B | 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: #ACC4DD;
--steel-blue-400: #80A5CB;
--steel-blue-500: #5C8BBC;
--steel-blue-600: #416F9F;
--steel-blue-700: #34587F;
--steel-blue-800: #253F5B;
--steel-blue-900: #18283A;
--steel-blue-950: #0F1924;
}