Slate Gray
#586A89
BlueColor Codes
All color formats for development
HEX
#586A89RGB
rgb(88, 106, 137)HSL
hsl(218, 22%, 44%)OKLCH
oklch(0.522 0.054 261.1)CMYK
cmyk(36%, 23%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F5F7B
2#46546E
3#3D4A60
4#353F52
5#2C3544
6#232A37
7#1A2029
8#12151B
9#090B0E
Tints
Lighter variations
1#63779A
2#7486A6
3#8595B1
4#96A4BC
5#A8B3C7
6#B9C3D2
7#CBD2DE
8#DCE1E9
9#EEF0F4
Tones
Muted variations
1#5A6A86
2#5C6B84
3#5F6C81
4#616C7F
5#646D7D
6#666E7A
7#696E78
8#6B6F75
9#6E7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C1 #B7C1D1 | BordersInactive statesPlaceholder text |
| 400 | 92A1 #92A1B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7386 #7386A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586A #586A89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4654 #46546D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202632 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9ECF1;
--slate-gray-200: #D7DCE5;
--slate-gray-300: #B7C1D1;
--slate-gray-400: #92A1B9;
--slate-gray-500: #7386A5;
--slate-gray-600: #586A89;
--slate-gray-700: #46546D;
--slate-gray-800: #323C4E;
--slate-gray-900: #202632;
--slate-gray-950: #14181F;
}