Steel Blue
#32A0AE
CyanColor Codes
All color formats for development
HEX
#32A0AERGB
rgb(50, 160, 174)HSL
hsl(187, 55%, 44%)OKLCH
oklch(0.651 0.098 207.4)CMYK
cmyk(71%, 8%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D909D
2#28808B
3#23707A
4#1E6068
5#195057
6#144046
7#0F3034
8#0A2023
9#051011
Tints
Lighter variations
1#39B4C4
2#4EBDCC
3#64C5D2
4#7ACDD8
5#90D6DF
6#A6DEE5
7#BDE6EC
8#D3EEF2
9#E9F7F9
Tones
Muted variations
1#399BA8
2#3F96A2
3#45919B
4#4B8D95
5#51888F
6#588389
7#5E7E83
8#647A7D
9#6A7576
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEC #CCECF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DD #A4DDE5 | BordersInactive statesPlaceholder text |
| 400 | 75CB #75CBD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DBD #4DBDCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A0 #32A0AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287F #287F8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5B #1D5B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F5F7;
--steel-blue-200: #CCECF0;
--steel-blue-300: #A4DDE5;
--steel-blue-400: #75CBD7;
--steel-blue-500: #4DBDCB;
--steel-blue-600: #32A0AE;
--steel-blue-700: #287F8A;
--steel-blue-800: #1D5B63;
--steel-blue-900: #123A3F;
--steel-blue-950: #0B2428;
}