Steel Blue
#47509A
BlueColor Codes
All color formats for development
HEX
#47509ARGB
rgb(71, 80, 154)HSL
hsl(233, 37%, 44%)OKLCH
oklch(0.462 0.119 275.5)CMYK
cmyk(54%, 48%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40488A
2#39407B
3#31386C
4#2A305C
5#23284D
6#1C203D
7#15182E
8#0E101F
9#07080F
Tints
Lighter variations
1#505BAD
2#626CB7
3#767FC0
4#8A91C9
5#9DA3D2
6#B1B6DB
7#C4C8E4
8#D8DAED
9#EBEDF6
Tones
Muted variations
1#4B5496
2#4F5791
3#535A8D
4#575D89
5#5B6085
6#606381
7#64677D
8#686A79
9#6C6D74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB4 #AFB4DA | BordersInactive statesPlaceholder text |
| 400 | 858C #858CC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626C #626CB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4750 #47509A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3840 #38407A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282E #282E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1D #1A1D38 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E8F4;
--steel-blue-200: #D2D4EA;
--steel-blue-300: #AFB4DA;
--steel-blue-400: #858CC7;
--steel-blue-500: #626CB7;
--steel-blue-600: #47509A;
--steel-blue-700: #38407A;
--steel-blue-800: #282E57;
--steel-blue-900: #1A1D38;
--steel-blue-950: #101223;
}