Slate Gray
#597088
BlueColor Codes
All color formats for development
HEX
#597088RGB
rgb(89, 112, 136)HSL
hsl(211, 21%, 44%)OKLCH
oklch(0.536 0.047 249.8)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#3E4E5F
4#354351
5#2C3844
6#232D36
7#1B2129
8#12161B
9#090B0E
Tints
Lighter variations
1#647E99
2#758CA5
3#869AB0
4#97A9BB
5#A9B7C7
6#BAC5D2
7#CBD4DD
8#DCE2E8
9#EEF1F4
Tones
Muted variations
1#5B6F85
2#5D7083
3#607081
4#62707E
5#64707C
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 | D7DE #D7DEE5 | 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 | 4759 #47596C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202931 | 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: #D7DEE5;
--slate-gray-300: #B8C4D1;
--slate-gray-400: #93A5B8;
--slate-gray-500: #748BA4;
--slate-gray-600: #596F88;
--slate-gray-700: #47596C;
--slate-gray-800: #323F4D;
--slate-gray-900: #202931;
--slate-gray-950: #14191F;
}