Steel Blue
#489999
CyanColor Codes
All color formats for development
HEX
#489999RGB
rgb(72, 153, 153)HSL
hsl(180, 36%, 44%)OKLCH
oklch(0.633 0.079 195.3)CMYK
cmyk(53%, 0%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#418989
2#397A7A
3#326B6B
4#2B5C5C
5#244C4C
6#1D3D3D
7#162E2E
8#0E1F1F
9#070F0F
Tints
Lighter variations
1#51ACAC
2#64B6B6
3#77BFBF
4#8AC8C8
5#9ED1D1
6#B1DADA
7#C5E4E4
8#D8EDED
9#ECF6F6
Tones
Muted variations
1#4C9595
2#509191
3#548C8C
4#588888
5#5C8484
6#608080
7#647C7C
8#687878
9#6C7474
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F4 #E7F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2EA #D2EAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD9 #AFD9D9 | BordersInactive statesPlaceholder text |
| 400 | 86C6 #86C6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B6 #63B6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4899 #489999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3979 #397979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2957 #295757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5FAFA;
--steel-blue-100: #E7F4F4;
--steel-blue-200: #D2EAEA;
--steel-blue-300: #AFD9D9;
--steel-blue-400: #86C6C6;
--steel-blue-500: #63B6B6;
--steel-blue-600: #489999;
--steel-blue-700: #397979;
--steel-blue-800: #295757;
--steel-blue-900: #1A3737;
--steel-blue-950: #102323;
}