Steel Blue
#5CA6BC
CyanColor Codes
All color formats for development
HEX
#5CA6BCRGB
rgb(92, 166, 188)HSL
hsl(194, 42%, 55%)OKLCH
oklch(0.686 0.08 219.3)CMYK
cmyk(51%, 12%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#499AB3
2#41899F
3#39788B
4#316777
5#295664
6#214550
7#18333C
8#102228
9#081114
Tints
Lighter variations
1#6CAFC3
2#7DB8CA
3#8DC1D0
4#9DCAD7
5#AED2DE
6#BEDBE4
7#CEE4EB
8#DEEDF2
9#EFF6F8
Tones
Muted variations
1#61A3B8
2#66A1B3
3#6B9EAE
4#6F9CA9
5#7499A4
6#7997A0
7#7E949B
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 | 80BA #80BACB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA6 #5CA6BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4189 #41899F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 346D #346D7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254E #254E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #18323A | 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: #80BACB;
--steel-blue-500: #5CA6BC;
--steel-blue-600: #41899F;
--steel-blue-700: #346D7F;
--steel-blue-800: #254E5B;
--steel-blue-900: #18323A;
--steel-blue-950: #0F1F24;
}