Slate Gray
#597488
BlueColor Codes
All color formats for development
HEX
#597488RGB
rgb(89, 116, 136)HSL
hsl(206, 21%, 44%)OKLCH
oklch(0.545 0.044 240.7)CMYK
cmyk(35%, 15%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50687A
2#475C6D
3#3E515F
4#354551
5#2C3A44
6#232E36
7#1B2329
8#12171B
9#090C0E
Tints
Lighter variations
1#648299
2#7590A5
3#869EB0
4#97ACBB
5#A9BAC7
6#BAC7D2
7#CBD5DD
8#DCE3E8
9#EEF1F4
Tones
Muted variations
1#5B7385
2#5D7383
3#607281
4#62727E
5#64727C
6#67717A
7#697177
8#6B7175
9#6E7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C6 #B8C6D1 | BordersInactive statesPlaceholder text |
| 400 | 93A8 #93A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748F #748FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5973 #597388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A31 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #E9EEF1;
--slate-gray-200: #D7DFE5;
--slate-gray-300: #B8C6D1;
--slate-gray-400: #93A8B8;
--slate-gray-500: #748FA4;
--slate-gray-600: #597388;
--slate-gray-700: #475C6C;
--slate-gray-800: #32424D;
--slate-gray-900: #202A31;
--slate-gray-950: #141A1F;
}