Steel Blue
#47539A
BlueColor Codes
All color formats for development
HEX
#47539ARGB
rgb(71, 83, 154)HSL
hsl(231, 37%, 44%)OKLCH
oklch(0.468 0.115 273.9)CMYK
cmyk(54%, 46%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404B8A
2#39437B
3#313A6C
4#2A325C
5#232A4D
6#1C213D
7#15192E
8#0E111F
9#07080F
Tints
Lighter variations
1#505EAD
2#626FB7
3#7681C0
4#8A93C9
5#9DA5D2
6#B1B7DB
7#C4C9E4
8#D8DBED
9#EBEDF6
Tones
Muted variations
1#4B5696
2#4F5991
3#535C8D
4#575F89
5#5B6285
6#606581
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 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB5 #AFB5DA | BordersInactive statesPlaceholder text |
| 400 | 858F #858FC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626F #626FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4753 #47539A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3842 #38427A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282F #282F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E38 | 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: #D2D5EA;
--steel-blue-300: #AFB5DA;
--steel-blue-400: #858FC7;
--steel-blue-500: #626FB7;
--steel-blue-600: #47539A;
--steel-blue-700: #38427A;
--steel-blue-800: #282F57;
--steel-blue-900: #1A1E38;
--steel-blue-950: #101323;
}