Steel Blue
#47569A
BlueColor Codes
All color formats for development
HEX
#47569ARGB
rgb(71, 86, 154)HSL
hsl(229, 37%, 44%)OKLCH
oklch(0.475 0.111 272.2)CMYK
cmyk(54%, 44%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404D8A
2#39457B
3#313C6C
4#2A345C
5#232B4D
6#1C223D
7#151A2E
8#0E111F
9#07090F
Tints
Lighter variations
1#5061AD
2#6272B7
3#7684C0
4#8A95C9
5#9DA7D2
6#B1B8DB
7#C4CAE4
8#D8DCED
9#EBEDF6
Tones
Muted variations
1#4B5996
2#4F5B91
3#535E8D
4#576089
5#5B6385
6#606681
7#64687D
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 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB7 #AFB7DA | BordersInactive statesPlaceholder text |
| 400 | 8591 #8591C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6271 #6271B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4756 #47569A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3844 #38447A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2831 #283157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F38 | 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: #D2D6EA;
--steel-blue-300: #AFB7DA;
--steel-blue-400: #8591C7;
--steel-blue-500: #6271B7;
--steel-blue-600: #47569A;
--steel-blue-700: #38447A;
--steel-blue-800: #283157;
--steel-blue-900: #1A1F38;
--steel-blue-950: #101423;
}