Slate Gray
#585E89
BlueColor Codes
All color formats for development
HEX
#585E89RGB
rgb(88, 94, 137)HSL
hsl(233, 22%, 44%)OKLCH
oklch(0.495 0.069 277.5)CMYK
cmyk(36%, 31%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F547B
2#464B6E
3#3D4160
4#353852
5#2C2F44
6#232537
7#1A1C29
8#12131B
9#09090E
Tints
Lighter variations
1#63699A
2#7479A6
3#858AB1
4#969BBC
5#A8ACC7
6#B9BCD2
7#CBCDDE
8#DCDEE9
9#EEEEF4
Tones
Muted variations
1#5A5F86
2#5C6184
3#5F6381
4#61657F
5#64677D
6#66697A
7#696B78
8#6B6C75
9#6E6E73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BA #B7BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9297 #9297B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7379 #7379A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585D #585D89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464A #464A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202232 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #E9EAF1;
--slate-gray-200: #D7D8E5;
--slate-gray-300: #B7BAD1;
--slate-gray-400: #9297B9;
--slate-gray-500: #7379A5;
--slate-gray-600: #585D89;
--slate-gray-700: #464A6D;
--slate-gray-800: #32354E;
--slate-gray-900: #202232;
--slate-gray-950: #14151F;
}