Slate Gray
#596F88
BlueColor Codes
All color formats for development
HEX
#596F88RGB
rgb(89, 111, 136)HSL
hsl(212, 21%, 44%)OKLCH
oklch(0.534 0.047 251.9)CMYK
cmyk(35%, 18%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50647A
2#47596D
3#3E4D5F
4#354251
5#2C3744
6#232C36
7#1B2129
8#12161B
9#090B0E
Tints
Lighter variations
1#647D99
2#758BA5
3#869AB0
4#97A8BB
5#A9B7C7
6#BAC5D2
7#CBD4DD
8#DCE2E8
9#EEF1F4
Tones
Muted variations
1#5B6F85
2#5D6F83
3#606F81
4#626F7E
5#646F7C
6#67707A
7#697077
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 | B8C4 #B8C4D1 | BordersInactive statesPlaceholder text |
| 400 | 93A5 #93A5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748B #748BA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596F #596F88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4758 #47586C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202831 | 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: #B8C4D1;
--slate-gray-400: #93A5B8;
--slate-gray-500: #748BA4;
--slate-gray-600: #596F88;
--slate-gray-700: #47586C;
--slate-gray-800: #323F4D;
--slate-gray-900: #202831;
--slate-gray-950: #14191F;
}