Steel Blue
#485799
BlueColor Codes
All color formats for development
HEX
#485799RGB
rgb(72, 87, 153)HSL
hsl(229, 36%, 44%)OKLCH
oklch(0.477 0.108 272.1)CMYK
cmyk(53%, 43%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414E89
2#39457A
3#323D6B
4#2B345C
5#242B4C
6#1D233D
7#161A2E
8#0E111F
9#07090F
Tints
Lighter variations
1#5162AC
2#6473B6
3#7784BF
4#8A96C8
5#9EA7D1
6#B1B9DA
7#C5CAE4
8#D8DCED
9#ECEDF6
Tones
Muted variations
1#4C5995
2#505C91
3#545E8C
4#586188
5#5C6384
6#606680
7#64697C
8#686B78
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 #AFB7D9 | BordersInactive statesPlaceholder text |
| 400 | 8691 #8691C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6372 #6372B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4857 #485799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3945 #394579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2931 #293157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | 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: #AFB7D9;
--steel-blue-400: #8691C6;
--steel-blue-500: #6372B6;
--steel-blue-600: #485799;
--steel-blue-700: #394579;
--steel-blue-800: #293157;
--steel-blue-900: #1A1F37;
--steel-blue-950: #101423;
}