Slate Gray
#586F89
BlueColor Codes
All color formats for development
HEX
#586F89RGB
rgb(88, 111, 137)HSL
hsl(212, 22%, 44%)OKLCH
oklch(0.533 0.049 251.8)CMYK
cmyk(36%, 19%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F637B
2#46586E
3#3D4D60
4#354252
5#2C3744
6#232C37
7#1A2129
8#12161B
9#090B0E
Tints
Lighter variations
1#637D9A
2#748BA6
3#859AB1
4#96A8BC
5#A8B7C7
6#B9C5D2
7#CBD4DE
8#DCE2E9
9#EEF1F4
Tones
Muted variations
1#5A6F86
2#5C6F84
3#5F6F81
4#616F7F
5#646F7D
6#66707A
7#697078
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 | 92A4 #92A4B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738B #738BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586F #586F89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4658 #46586D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4E | 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: #92A4B9;
--slate-gray-500: #738BA5;
--slate-gray-600: #586F89;
--slate-gray-700: #46586D;
--slate-gray-800: #323F4E;
--slate-gray-900: #202832;
--slate-gray-950: #14191F;
}