Steel Blue
#478F9A
CyanColor Codes
All color formats for development
HEX
#478F9ARGB
rgb(71, 143, 154)HSL
hsl(188, 37%, 44%)OKLCH
oklch(0.608 0.074 208.5)CMYK
cmyk(54%, 7%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40808A
2#39727B
3#31646C
4#2A565C
5#23474D
6#1C393D
7#152B2E
8#0E1D1F
9#070E0F
Tints
Lighter variations
1#50A1AD
2#62ACB7
3#76B6C0
4#8AC1C9
5#9DCBD2
6#B1D5DB
7#C4E0E4
8#D8EAED
9#EBF5F6
Tones
Muted variations
1#4B8C96
2#4F8991
3#53868D
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 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD4 #AFD4DA | BordersInactive statesPlaceholder text |
| 400 | 85BE #85BEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AB #62ABB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478F #478F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3871 #38717A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2851 #285157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3438 | 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: #D2E7EA;
--steel-blue-300: #AFD4DA;
--steel-blue-400: #85BEC7;
--steel-blue-500: #62ABB7;
--steel-blue-600: #478F9A;
--steel-blue-700: #38717A;
--steel-blue-800: #285157;
--steel-blue-900: #1A3438;
--steel-blue-950: #102023;
}