Steel Blue
#5CA4BC
BlueColor Codes
All color formats for development
HEX
#5CA4BCRGB
rgb(92, 164, 188)HSL
hsl(195, 42%, 55%)OKLCH
oklch(0.681 0.08 221.8)CMYK
cmyk(51%, 13%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4999B3
2#41889F
3#39778B
4#316677
5#295564
6#214450
7#18333C
8#102228
9#081114
Tints
Lighter variations
1#6CADC3
2#7DB6CA
3#8DC0D0
4#9DC9D7
5#AED2DE
6#BEDBE4
7#CEE4EB
8#DEEDF2
9#EFF6F8
Tones
Muted variations
1#61A2B8
2#66A0B3
3#6B9DAE
4#6F9BA9
5#7498A4
6#7996A0
7#7E939B
8#839196
9#878F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E5 #D0E5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD1 #ACD1DD | BordersInactive statesPlaceholder text |
| 400 | 80B8 #80B8CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA4 #5CA4BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4188 #41889F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 346C #346C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254D #254D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1831 #18313A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E6F1F5;
--steel-blue-200: #D0E5EC;
--steel-blue-300: #ACD1DD;
--steel-blue-400: #80B8CB;
--steel-blue-500: #5CA4BC;
--steel-blue-600: #41889F;
--steel-blue-700: #346C7F;
--steel-blue-800: #254D5B;
--steel-blue-900: #18313A;
--steel-blue-950: #0F1F24;
}