Steel Blue
#478D9A
CyanColor Codes
All color formats for development
HEX
#478D9ARGB
rgb(71, 141, 154)HSL
hsl(189, 37%, 44%)OKLCH
oklch(0.603 0.073 211.2)CMYK
cmyk(54%, 8%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#407F8A
2#39717B
3#31636C
4#2A555C
5#23474D
6#1C393D
7#152A2E
8#0E1C1F
9#070E0F
Tints
Lighter variations
1#509FAD
2#62AAB7
3#76B5C0
4#8AC0C9
5#9DCAD2
6#B1D5DB
7#C4DFE4
8#D8EAED
9#EBF4F6
Tones
Muted variations
1#4B8A96
2#4F8791
3#53858D
4#578289
5#5B7F85
6#607C81
7#64797D
8#687679
9#6C7374
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E6 #D2E6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD4 #AFD4DA | BordersInactive statesPlaceholder text |
| 400 | 85BD #85BDC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AA #62AAB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478D #478D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3870 #38707A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2850 #285057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A33 #1A3338 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F2F4;
--steel-blue-200: #D2E6EA;
--steel-blue-300: #AFD4DA;
--steel-blue-400: #85BDC7;
--steel-blue-500: #62AAB7;
--steel-blue-600: #478D9A;
--steel-blue-700: #38707A;
--steel-blue-800: #285057;
--steel-blue-900: #1A3338;
--steel-blue-950: #102023;
}