Steel Blue
#476C9A
BlueColor Codes
All color formats for development
HEX
#476C9ARGB
rgb(71, 108, 154)HSL
hsl(213, 37%, 44%)OKLCH
oklch(0.524 0.085 254.5)CMYK
cmyk(54%, 30%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40618A
2#39567B
3#314C6C
4#2A415C
5#23364D
6#1C2B3D
7#15202E
8#0E161F
9#070B0F
Tints
Lighter variations
1#507AAD
2#6289B7
3#7697C0
4#8AA6C9
5#9DB5D2
6#B1C4DB
7#C4D3E4
8#D8E1ED
9#EBF0F6
Tones
Muted variations
1#4B6C96
2#4F6D91
3#536D8D
4#576E89
5#5B6E85
6#606F81
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 | D2DD #D2DDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC2 #AFC2DA | BordersInactive statesPlaceholder text |
| 400 | 85A2 #85A2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6288 #6288B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476C #476C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3856 #38567A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283D #283D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A27 #1A2738 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | 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: #D2DDEA;
--steel-blue-300: #AFC2DA;
--steel-blue-400: #85A2C7;
--steel-blue-500: #6288B7;
--steel-blue-600: #476C9A;
--steel-blue-700: #38567A;
--steel-blue-800: #283D57;
--steel-blue-900: #1A2738;
--steel-blue-950: #101923;
}