Steel Blue
#489599
CyanColor Codes
All color formats for development
HEX
#489599RGB
rgb(72, 149, 153)HSL
hsl(183, 36%, 44%)OKLCH
oklch(0.623 0.076 199.9)CMYK
cmyk(53%, 3%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#418689
2#39777A
3#32686B
4#2B595C
5#244A4C
6#1D3B3D
7#162D2E
8#0E1E1F
9#070F0F
Tints
Lighter variations
1#51A7AC
2#64B2B6
3#77BBBF
4#8AC5C8
5#9ECFD1
6#B1D8DA
7#C5E2E4
8#D8ECED
9#ECF5F6
Tones
Muted variations
1#4C9195
2#508D91
3#548A8C
4#588688
5#5C8284
6#607F80
7#647B7C
8#687778
9#6C7474
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E9 #D2E9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7D9 | BordersInactive statesPlaceholder text |
| 400 | 86C3 #86C3C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B1 #63B1B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4895 #489599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3976 #397679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2954 #295457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3637 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5FAFA;
--steel-blue-100: #E7F3F4;
--steel-blue-200: #D2E9EA;
--steel-blue-300: #AFD7D9;
--steel-blue-400: #86C3C6;
--steel-blue-500: #63B1B6;
--steel-blue-600: #489599;
--steel-blue-700: #397679;
--steel-blue-800: #295457;
--steel-blue-900: #1A3637;
--steel-blue-950: #102223;
}