Steel Blue
#32AAAE
CyanColor Codes
All color formats for development
HEX
#32AAAERGB
rgb(50, 170, 174)HSL
hsl(182, 55%, 44%)OKLCH
oklch(0.676 0.102 198.3)CMYK
cmyk(71%, 2%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D999D
2#28888B
3#23777A
4#1E6668
5#195557
6#144446
7#0F3334
8#0A2223
9#051111
Tints
Lighter variations
1#39BFC4
2#4EC7CC
3#64CED2
4#7AD5D8
5#90DCDF
6#A6E3E5
7#BDEAEC
8#D3F1F2
9#E9F8F9
Tones
Muted variations
1#39A4A8
2#3F9EA2
3#45999B
4#4B9395
5#518D8F
6#588789
7#5E8183
8#647C7D
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 | CCEF #CCEFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E2 #A4E2E5 | BordersInactive statesPlaceholder text |
| 400 | 75D4 #75D4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC7 #4DC7CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AA #32AAAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2887 #28878A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D60 #1D6063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123E #123E3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | 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: #CCEFF0;
--steel-blue-300: #A4E2E5;
--steel-blue-400: #75D4D7;
--steel-blue-500: #4DC7CB;
--steel-blue-600: #32AAAE;
--steel-blue-700: #28878A;
--steel-blue-800: #1D6063;
--steel-blue-900: #123E3F;
--steel-blue-950: #0B2728;
}