Steel Blue
#47559A
BlueColor Codes
All color formats for development
HEX
#47559ARGB
rgb(71, 85, 154)HSL
hsl(230, 37%, 44%)OKLCH
oklch(0.472 0.112 272.8)CMYK
cmyk(54%, 45%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404C8A
2#39447B
3#313B6C
4#2A335C
5#232A4D
6#1C223D
7#15192E
8#0E111F
9#07080F
Tints
Lighter variations
1#505FAD
2#6271B7
3#7682C0
4#8A94C9
5#9DA6D2
6#B1B8DB
7#C4CAE4
8#D8DBED
9#EBEDF6
Tones
Muted variations
1#4B5796
2#4F5A91
3#535D8D
4#576089
5#5B6285
6#606581
7#64687D
8#686B79
9#6C6D74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6DA | BordersInactive statesPlaceholder text |
| 400 | 8590 #8590C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6270 #6270B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4755 #47559A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3843 #38437A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2830 #283057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F38 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E9F4;
--steel-blue-200: #D2D6EA;
--steel-blue-300: #AFB6DA;
--steel-blue-400: #8590C7;
--steel-blue-500: #6270B7;
--steel-blue-600: #47559A;
--steel-blue-700: #38437A;
--steel-blue-800: #283057;
--steel-blue-900: #1A1F38;
--steel-blue-950: #101323;
}