Steel Blue
#47599A
BlueColor Codes
All color formats for development
HEX
#47599ARGB
rgb(71, 89, 154)HSL
hsl(227, 37%, 44%)OKLCH
oklch(0.481 0.107 270.3)CMYK
cmyk(54%, 42%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40508A
2#39477B
3#313E6C
4#2A355C
5#232C4D
6#1C233D
7#151B2E
8#0E121F
9#07090F
Tints
Lighter variations
1#5064AD
2#6275B7
3#7686C0
4#8A97C9
5#9DA9D2
6#B1BADB
7#C4CBE4
8#D8DCED
9#EBEEF6
Tones
Muted variations
1#4B5B96
2#4F5D91
3#53608D
4#576289
5#5B6485
6#606781
7#64697D
8#686B79
9#6C6E74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8DA | BordersInactive statesPlaceholder text |
| 400 | 8593 #8593C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6274 #6274B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4759 #47599A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3847 #38477A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2832 #283257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2038 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7E9F4;
--steel-blue-200: #D2D7EA;
--steel-blue-300: #AFB8DA;
--steel-blue-400: #8593C7;
--steel-blue-500: #6274B7;
--steel-blue-600: #47599A;
--steel-blue-700: #38477A;
--steel-blue-800: #283257;
--steel-blue-900: #1A2038;
--steel-blue-950: #101423;
}