Steel Blue
#32AE9D
CyanColor Codes
All color formats for development
HEX
#32AE9DRGB
rgb(50, 174, 157)HSL
hsl(172, 55%, 44%)OKLCH
oklch(0.68 0.109 181.8)CMYK
cmyk(71%, 0%, 10%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D9D8E
2#288B7E
3#237A6E
4#1E685E
5#19574F
6#14463F
7#0F342F
8#0A231F
9#051110
Tints
Lighter variations
1#39C4B1
2#4ECCBB
3#64D2C3
4#7AD8CC
5#90DFD4
6#A6E5DD
7#BDECE5
8#D3F2EE
9#E9F9F6
Tones
Muted variations
1#39A899
2#3FA294
3#459B90
4#4B958B
5#518F87
6#588982
7#5E837E
8#647D79
9#6A7675
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DC | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7CA | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFA;
--steel-blue-100: #E3F7F4;
--steel-blue-200: #CCF0EB;
--steel-blue-300: #A4E5DC;
--steel-blue-400: #75D7CA;
--steel-blue-500: #4DCBBB;
--steel-blue-600: #32AE9D;
--steel-blue-700: #288A7D;
--steel-blue-800: #1D6359;
--steel-blue-900: #123F39;
--steel-blue-950: #0B2824;
}