Steel Blue
#5CA0BC
BlueColor Codes
All color formats for development
HEX
#5CA0BCRGB
rgb(92, 160, 188)HSL
hsl(198, 42%, 55%)OKLCH
oklch(0.672 0.08 226.6)CMYK
cmyk(51%, 15%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4993B3
2#41839F
3#39738B
4#316277
5#295264
6#214250
7#18313C
8#102128
9#081014
Tints
Lighter variations
1#6CA9C3
2#7DB3CA
3#8DBCD0
4#9DC6D7
5#AECFDE
6#BED9E4
7#CEE2EB
8#DEECF2
9#EFF5F8
Tones
Muted variations
1#619EB8
2#669CB3
3#6B9AAE
4#6F98A9
5#7496A4
6#7994A0
7#7E929B
8#839096
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCE #ACCEDD | BordersInactive statesPlaceholder text |
| 400 | 80B5 #80B5CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA0 #5CA0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4183 #41839F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3468 #34687F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254A #254A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1830 #18303A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E6F0F5;
--steel-blue-200: #D0E3EC;
--steel-blue-300: #ACCEDD;
--steel-blue-400: #80B5CB;
--steel-blue-500: #5CA0BC;
--steel-blue-600: #41839F;
--steel-blue-700: #34687F;
--steel-blue-800: #254A5B;
--steel-blue-900: #18303A;
--steel-blue-950: #0F1E24;
}