Steel Blue
#475D9A
BlueColor Codes
All color formats for development
HEX
#475D9ARGB
rgb(71, 93, 154)HSL
hsl(224, 37%, 44%)OKLCH
oklch(0.49 0.102 267.6)CMYK
cmyk(54%, 40%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40548A
2#394A7B
3#31416C
4#2A385C
5#232E4D
6#1C253D
7#151C2E
8#0E131F
9#07090F
Tints
Lighter variations
1#5069AD
2#6279B7
3#768AC0
4#8A9BC9
5#9DABD2
6#B1BCDB
7#C4CDE4
8#D8DEED
9#EBEEF6
Tones
Muted variations
1#4B5F96
2#4F6191
3#53638D
4#576589
5#5B6785
6#606881
7#646A7D
8#686C79
9#6C6E74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBADA | BordersInactive statesPlaceholder text |
| 400 | 8596 #8596C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6278 #6278B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475D #475D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384A #384A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2835 #283557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2238 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EAF4;
--steel-blue-200: #D2D8EA;
--steel-blue-300: #AFBADA;
--steel-blue-400: #8596C7;
--steel-blue-500: #6278B7;
--steel-blue-600: #475D9A;
--steel-blue-700: #384A7A;
--steel-blue-800: #283557;
--steel-blue-900: #1A2238;
--steel-blue-950: #101523;
}