Steel Blue
#47479A
BlueColor Codes
All color formats for development
HEX
#47479ARGB
rgb(71, 71, 154)HSL
hsl(240, 37%, 44%)OKLCH
oklch(0.444 0.132 279.6)CMYK
cmyk(54%, 54%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40408A
2#39397B
3#31316C
4#2A2A5C
5#23234D
6#1C1C3D
7#15152E
8#0E0E1F
9#07070F
Tints
Lighter variations
1#5050AD
2#6262B7
3#7676C0
4#8A8AC9
5#9D9DD2
6#B1B1DB
7#C4C4E4
8#D8D8ED
9#EBEBF6
Tones
Muted variations
1#4B4B96
2#4F4F91
3#53538D
4#575789
5#5B5B85
6#606081
7#64647D
8#686879
9#6C6C74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFAF #AFAFDA | BordersInactive statesPlaceholder text |
| 400 | 8585 #8585C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6262 #6262B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4747 #47479A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3838 #38387A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2828 #282857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A38 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E7F4;
--steel-blue-200: #D2D2EA;
--steel-blue-300: #AFAFDA;
--steel-blue-400: #8585C7;
--steel-blue-500: #6262B7;
--steel-blue-600: #47479A;
--steel-blue-700: #38387A;
--steel-blue-800: #282857;
--steel-blue-900: #1A1A38;
--steel-blue-950: #101023;
}