Slate Gray
#52588E
BlueColor Codes
All color formats for development
HEX
#52588ERGB
rgb(82, 88, 142)HSL
hsl(234, 27%, 44%)OKLCH
oklch(0.48 0.087 277.8)CMYK
cmyk(42%, 38%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A4F80
2#424672
3#393E64
4#313555
5#292C47
6#212339
7#191A2B
8#10121C
9#08090E
Tints
Lighter variations
1#5C63A1
2#6E74AC
3#8085B6
4#9297C0
5#A4A8CB
6#B6BAD5
7#C9CBE0
8#DBDCEA
9#EDEEF5
Tones
Muted variations
1#555A8B
2#585D88
3#5B5F85
4#5E6282
5#61647F
6#64677C
7#676979
8#6A6B76
9#6D6E73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B8 #B5B8D4 | BordersInactive statesPlaceholder text |
| 400 | 8E92 #8E92BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D73 #6D73AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5258 #52588E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4146 #414671 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F32 #2F3251 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D5D7E7;
--slate-gray-300: #B5B8D4;
--slate-gray-400: #8E92BE;
--slate-gray-500: #6D73AB;
--slate-gray-600: #52588E;
--slate-gray-700: #414671;
--slate-gray-800: #2F3251;
--slate-gray-900: #1E2034;
--slate-gray-950: #131420;
}