Slate Gray
#585989
BlueColor Codes
All color formats for development
HEX
#585989RGB
rgb(88, 89, 137)HSL
hsl(239, 22%, 44%)OKLCH
oklch(0.484 0.077 282.2)CMYK
cmyk(36%, 35%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F507B
2#46476E
3#3D3E60
4#353552
5#2C2C44
6#232337
7#1A1B29
8#12121B
9#09090E
Tints
Lighter variations
1#63649A
2#7474A6
3#8586B1
4#9697BC
5#A8A8C7
6#B9BAD2
7#CBCBDE
8#DCDCE9
9#EEEEF4
Tones
Muted variations
1#5A5B86
2#5C5D84
3#5F5F81
4#61627F
5#64647D
6#66677A
7#696978
8#6B6B75
9#6E6E73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7B8 #B7B8D1 | BordersInactive statesPlaceholder text |
| 400 | 9293 #9293B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7374 #7374A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5858 #585889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4646 #46466D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202032 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #E9E9F1;
--slate-gray-200: #D7D7E5;
--slate-gray-300: #B7B8D1;
--slate-gray-400: #9293B9;
--slate-gray-500: #7374A5;
--slate-gray-600: #585889;
--slate-gray-700: #46466D;
--slate-gray-800: #32324E;
--slate-gray-900: #202032;
--slate-gray-950: #14141F;
}