Steel Blue
#42979E
CyanColor Codes
All color formats for development
HEX
#42979ERGB
rgb(66, 151, 158)HSL
hsl(185, 41%, 44%)OKLCH
oklch(0.627 0.082 202.7)CMYK
cmyk(58%, 4%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C878E
2#35787F
3#2E696F
4#285A5F
5#214B4F
6#1A3C3F
7#142D2F
8#0D1E20
9#070F10
Tints
Lighter variations
1#4BAAB2
2#5EB4BC
3#72BDC4
4#86C7CC
5#9AD0D5
6#AED9DD
7#C3E3E6
8#D7ECEE
9#EBF6F7
Tones
Muted variations
1#47939A
2#4B8F95
3#508B90
4#55878C
5#598387
6#5E8083
7#627C7E
8#677879
9#6C7475
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD8 #ACD8DC | BordersInactive statesPlaceholder text |
| 400 | 81C4 #81C4CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB3 #5DB3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4297 #42979E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3578 #35787E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2656 #26565A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #18373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F3F4;
--steel-blue-200: #D0E9EB;
--steel-blue-300: #ACD8DC;
--steel-blue-400: #81C4CA;
--steel-blue-500: #5DB3BB;
--steel-blue-600: #42979E;
--steel-blue-700: #35787E;
--steel-blue-800: #26565A;
--steel-blue-900: #18373A;
--steel-blue-950: #0F2224;
}