Slate Gray
#586389
BlueColor Codes
All color formats for development
HEX
#586389RGB
rgb(88, 99, 137)HSL
hsl(227, 22%, 44%)OKLCH
oklch(0.506 0.062 271.6)CMYK
cmyk(36%, 28%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F587B
2#464F6E
3#3D4560
4#353B52
5#2C3144
6#232737
7#1A1D29
8#12141B
9#090A0E
Tints
Lighter variations
1#636F9A
2#747FA6
3#858FB1
4#969FBC
5#A8AFC7
6#B9BFD2
7#CBCFDE
8#DCDFE9
9#EEEFF4
Tones
Muted variations
1#5A6486
2#5C6584
3#5F6681
4#61687F
5#64697D
6#666B7A
7#696C78
8#6B6D75
9#6E6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BD #B7BDD1 | BordersInactive statesPlaceholder text |
| 400 | 929B #929BB9 | Disabled statesSecondary iconsMuted text |
| 500 | 737E #737EA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5862 #586289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464E #464E6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202432 | 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: #E9EBF1;
--slate-gray-200: #D7DAE5;
--slate-gray-300: #B7BDD1;
--slate-gray-400: #929BB9;
--slate-gray-500: #737EA5;
--slate-gray-600: #586289;
--slate-gray-700: #464E6D;
--slate-gray-800: #32384E;
--slate-gray-900: #202432;
--slate-gray-950: #14161F;
}