Steel Blue
#477E9A
BlueColor Codes
All color formats for development
HEX
#477E9ARGB
rgb(71, 126, 154)HSL
hsl(200, 37%, 44%)OKLCH
oklch(0.567 0.073 232.2)CMYK
cmyk(54%, 18%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40718A
2#39657B
3#31586C
4#2A4C5C
5#233F4D
6#1C323D
7#15262E
8#0E191F
9#070D0F
Tints
Lighter variations
1#508EAD
2#629BB7
3#76A7C0
4#8AB4C9
5#9DC0D2
6#B1CDDB
7#C4D9E4
8#D8E6ED
9#EBF2F6
Tones
Muted variations
1#4B7D96
2#4F7B91
3#537A8D
4#577989
5#5B7785
6#607681
7#64747D
8#687379
9#6C7274
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E2 #D2E2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCC #AFCCDA | BordersInactive statesPlaceholder text |
| 400 | 85B1 #85B1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629A #629AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477E #477E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3864 #38647A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2848 #284857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2E #1A2E38 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EFF4;
--steel-blue-200: #D2E2EA;
--steel-blue-300: #AFCCDA;
--steel-blue-400: #85B1C7;
--steel-blue-500: #629AB7;
--steel-blue-600: #477E9A;
--steel-blue-700: #38647A;
--steel-blue-800: #284857;
--steel-blue-900: #1A2E38;
--steel-blue-950: #101D23;
}