Steel Blue
#476B9A
BlueColor Codes
All color formats for development
HEX
#476B9ARGB
rgb(71, 107, 154)HSL
hsl(214, 37%, 44%)OKLCH
oklch(0.522 0.086 255.5)CMYK
cmyk(54%, 31%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40608A
2#39557B
3#314B6C
4#2A405C
5#23354D
6#1C2B3D
7#15202E
8#0E151F
9#070B0F
Tints
Lighter variations
1#5078AD
2#6287B7
3#7696C0
4#8AA5C9
5#9DB4D2
6#B1C3DB
7#C4D2E4
8#D8E1ED
9#EBF0F6
Tones
Muted variations
1#4B6B96
2#4F6C91
3#536C8D
4#576D89
5#5B6D85
6#606E81
7#646F7D
8#686F79
9#6C7074
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1DA | BordersInactive statesPlaceholder text |
| 400 | 85A1 #85A1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6287 #6287B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476B #476B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3855 #38557A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283D #283D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A27 #1A2738 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7ECF4;
--steel-blue-200: #D2DCEA;
--steel-blue-300: #AFC1DA;
--steel-blue-400: #85A1C7;
--steel-blue-500: #6287B7;
--steel-blue-600: #476B9A;
--steel-blue-700: #38557A;
--steel-blue-800: #283D57;
--steel-blue-900: #1A2738;
--steel-blue-950: #101823;
}