Steel Blue
#32AEA2
CyanColor Codes
All color formats for development
HEX
#32AEA2RGB
rgb(50, 174, 162)HSL
hsl(174, 55%, 44%)OKLCH
oklch(0.682 0.107 185.5)CMYK
cmyk(71%, 0%, 7%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D9D91
2#288B81
3#237A71
4#1E6861
5#195751
6#144641
7#0F3430
8#0A2320
9#051110
Tints
Lighter variations
1#39C4B6
2#4ECCBF
3#64D2C7
4#7AD8CF
5#90DFD7
6#A6E5DF
7#BDECE7
8#D3F2EF
9#E9F9F7
Tones
Muted variations
1#39A89D
2#3FA298
3#459B93
4#4B958E
5#518F89
6#588984
7#5E837F
8#647D7A
9#6A7675
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DE | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7CD | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D635C | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E3F7F5;
--steel-blue-200: #CCF0EC;
--steel-blue-300: #A4E5DE;
--steel-blue-400: #75D7CD;
--steel-blue-500: #4DCBBF;
--steel-blue-600: #32AEA2;
--steel-blue-700: #288A81;
--steel-blue-800: #1D635C;
--steel-blue-900: #123F3B;
--steel-blue-950: #0B2825;
}