Steel Blue
#478C9A
CyanColor Codes
All color formats for development
HEX
#478C9ARGB
rgb(71, 140, 154)HSL
hsl(190, 37%, 44%)OKLCH
oklch(0.601 0.073 212.5)CMYK
cmyk(54%, 9%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#407E8A
2#39707B
3#31626C
4#2A545C
5#23464D
6#1C383D
7#152A2E
8#0E1C1F
9#070E0F
Tints
Lighter variations
1#509EAD
2#62A9B7
3#76B4C0
4#8ABEC9
5#9DC9D2
6#B1D4DB
7#C4DFE4
8#D8E9ED
9#EBF4F6
Tones
Muted variations
1#4B8996
2#4F8691
3#53848D
4#578189
5#5B7E85
6#607B81
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 | AFD3 #AFD3DA | BordersInactive statesPlaceholder text |
| 400 | 85BC #85BCC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A9 #62A9B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478C #478C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386F #386F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284F #284F57 | 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: #AFD3DA;
--steel-blue-400: #85BCC7;
--steel-blue-500: #62A9B7;
--steel-blue-600: #478C9A;
--steel-blue-700: #386F7A;
--steel-blue-800: #284F57;
--steel-blue-900: #1A3338;
--steel-blue-950: #102023;
}