Steel Blue
#489399
CyanColor Codes
All color formats for development
HEX
#489399RGB
rgb(72, 147, 153)HSL
hsl(184, 36%, 44%)OKLCH
oklch(0.618 0.075 202.4)CMYK
cmyk(53%, 4%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#418489
2#39767A
3#32676B
4#2B585C
5#244A4C
6#1D3B3D
7#162C2E
8#0E1D1F
9#070F0F
Tints
Lighter variations
1#51A6AC
2#64B0B6
3#77BABF
4#8AC4C8
5#9ECED1
6#B1D8DA
7#C5E2E4
8#D8EBED
9#ECF5F6
Tones
Muted variations
1#4C9095
2#508C91
3#54898C
4#588588
5#5C8284
6#607E80
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 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7D9 | BordersInactive statesPlaceholder text |
| 400 | 86C2 #86C2C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B0 #63B0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4893 #489399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3975 #397579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2954 #295457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3637 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | 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: #D2E8EA;
--steel-blue-300: #AFD7D9;
--steel-blue-400: #86C2C6;
--steel-blue-500: #63B0B6;
--steel-blue-600: #489399;
--steel-blue-700: #397579;
--steel-blue-800: #295457;
--steel-blue-900: #1A3637;
--steel-blue-950: #102123;
}