Slate Gray
#585D89
BlueColor Codes
All color formats for development
HEX
#585D89RGB
rgb(88, 93, 137)HSL
hsl(234, 22%, 44%)OKLCH
oklch(0.493 0.071 278.5)CMYK
cmyk(36%, 32%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F537B
2#464A6E
3#3D4160
4#353752
5#2C2E44
6#232537
7#1A1C29
8#12121B
9#09090E
Tints
Lighter variations
1#63689A
2#7479A6
3#8589B1
4#969ABC
5#A8ABC7
6#B9BCD2
7#CBCDDE
8#DCDDE9
9#EEEEF4
Tones
Muted variations
1#5A5E86
2#5C6084
3#5F6281
4#61647F
5#64667D
6#66687A
7#696A78
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 | 9296 #9296B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7378 #7378A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585C #585C89 | 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: #9296B9;
--slate-gray-500: #7378A5;
--slate-gray-600: #585C89;
--slate-gray-700: #464A6D;
--slate-gray-800: #32354E;
--slate-gray-900: #202232;
--slate-gray-950: #14151F;
}