Steel Blue
#489299
CyanColor Codes
All color formats for development
HEX
#489299RGB
rgb(72, 146, 153)HSL
hsl(185, 36%, 44%)OKLCH
oklch(0.615 0.074 203.6)CMYK
cmyk(53%, 5%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#418389
2#39757A
3#32666B
4#2B585C
5#24494C
6#1D3A3D
7#162C2E
8#0E1D1F
9#070F0F
Tints
Lighter variations
1#51A4AC
2#64AFB6
3#77B9BF
4#8AC3C8
5#9ECDD1
6#B1D7DA
7#C5E1E4
8#D8EBED
9#ECF5F6
Tones
Muted variations
1#4C8E95
2#508B91
3#54888C
4#588488
5#5C8184
6#607E80
7#647A7C
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 | AFD6 #AFD6D9 | BordersInactive statesPlaceholder text |
| 400 | 86C1 #86C1C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AF #63AFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4892 #489299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3974 #397479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2953 #295357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3537 | 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: #AFD6D9;
--steel-blue-400: #86C1C6;
--steel-blue-500: #63AFB6;
--steel-blue-600: #489299;
--steel-blue-700: #397479;
--steel-blue-800: #295357;
--steel-blue-900: #1A3537;
--steel-blue-950: #102123;
}