Steel Blue
#32A8AE
CyanColor Codes
All color formats for development
HEX
#32A8AERGB
rgb(50, 168, 174)HSL
hsl(183, 55%, 44%)OKLCH
oklch(0.671 0.101 200)CMYK
cmyk(71%, 3%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D979D
2#28868B
3#23757A
4#1E6568
5#195457
6#144346
7#0F3234
8#0A2223
9#051111
Tints
Lighter variations
1#39BDC4
2#4EC5CC
3#64CDD2
4#7AD4D8
5#90DBDF
6#A6E2E5
7#BDE9EC
8#D3F1F2
9#E9F8F9
Tones
Muted variations
1#39A2A8
2#3F9DA2
3#45979B
4#4B9295
5#518C8F
6#588689
7#5E8183
8#647B7D
9#6A7676
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEE #CCEEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E1 #A4E1E5 | BordersInactive statesPlaceholder text |
| 400 | 75D2 #75D2D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC5 #4DC5CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A8 #32A8AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2885 #28858A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5F #1D5F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F6F7;
--steel-blue-200: #CCEEF0;
--steel-blue-300: #A4E1E5;
--steel-blue-400: #75D2D7;
--steel-blue-500: #4DC5CB;
--steel-blue-600: #32A8AE;
--steel-blue-700: #28858A;
--steel-blue-800: #1D5F63;
--steel-blue-900: #123D3F;
--steel-blue-950: #0B2628;
}