Steel Blue
#489799
CyanColor Codes
All color formats for development
HEX
#489799RGB
rgb(72, 151, 153)HSL
hsl(181, 36%, 44%)OKLCH
oklch(0.628 0.077 197.6)CMYK
cmyk(53%, 1%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#418889
2#39797A
3#326A6B
4#2B5B5C
5#244C4C
6#1D3C3D
7#162D2E
8#0E1E1F
9#070F0F
Tints
Lighter variations
1#51AAAC
2#64B5B6
3#77BEBF
4#8AC7C8
5#9ED0D1
6#B1DADA
7#C5E3E4
8#D8ECED
9#ECF6F6
Tones
Muted variations
1#4C9395
2#508F91
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 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E9 #D2E9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD9 #AFD9D9 | BordersInactive statesPlaceholder text |
| 400 | 86C5 #86C5C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B4 #63B4B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4897 #489799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3978 #397879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2956 #295657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | 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: #AFD9D9;
--steel-blue-400: #86C5C6;
--steel-blue-500: #63B4B6;
--steel-blue-600: #489799;
--steel-blue-700: #397879;
--steel-blue-800: #295657;
--steel-blue-900: #1A3737;
--steel-blue-950: #102223;
}