Slate Gray
#585F89
BlueColor Codes
All color formats for development
HEX
#585F89RGB
rgb(88, 95, 137)HSL
hsl(231, 22%, 44%)OKLCH
oklch(0.497 0.068 276.4)CMYK
cmyk(36%, 31%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F557B
2#464C6E
3#3D4260
4#353952
5#2C2F44
6#232637
7#1A1C29
8#12131B
9#09090E
Tints
Lighter variations
1#636B9A
2#747BA6
3#858CB1
4#969CBC
5#A8ADC7
6#B9BDD2
7#CBCEDE
8#DCDEE9
9#EEEFF4
Tones
Muted variations
1#5A6186
2#5C6284
3#5F6481
4#61667F
5#64687D
6#66697A
7#696B78
8#6B6D75
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 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BB #B7BBD1 | BordersInactive statesPlaceholder text |
| 400 | 9298 #9298B9 | Disabled statesSecondary iconsMuted text |
| 500 | 737B #737BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585F #585F89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464C #464C6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3236 #32364E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202332 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | 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: #D7D9E5;
--slate-gray-300: #B7BBD1;
--slate-gray-400: #9298B9;
--slate-gray-500: #737BA5;
--slate-gray-600: #585F89;
--slate-gray-700: #464C6D;
--slate-gray-800: #32364E;
--slate-gray-900: #202332;
--slate-gray-950: #14161F;
}