Slate Gray
#586D89
BlueColor Codes
All color formats for development
HEX
#586D89RGB
rgb(88, 109, 137)HSL
hsl(214, 22%, 44%)OKLCH
oklch(0.529 0.051 255.7)CMYK
cmyk(36%, 20%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F627B
2#46576E
3#3D4C60
4#354152
5#2C3644
6#232C37
7#1A2129
8#12161B
9#090B0E
Tints
Lighter variations
1#637B9A
2#7489A6
3#8598B1
4#96A7BC
5#A8B6C7
6#B9C4D2
7#CBD3DE
8#DCE2E9
9#EEF0F4
Tones
Muted variations
1#5A6D86
2#5C6E84
3#5F6E81
4#616E7F
5#646F7D
6#666F7A
7#696F78
8#6B7075
9#6E7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C3 #B7C3D1 | BordersInactive statesPlaceholder text |
| 400 | 92A3 #92A3B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7389 #7389A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586D #586D89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4657 #46576D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323E #323E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202832 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9EDF1;
--slate-gray-200: #D7DDE5;
--slate-gray-300: #B7C3D1;
--slate-gray-400: #92A3B9;
--slate-gray-500: #7389A5;
--slate-gray-600: #586D89;
--slate-gray-700: #46576D;
--slate-gray-800: #323E4E;
--slate-gray-900: #202832;
--slate-gray-950: #14191F;
}