Slate Gray
#597388
BlueColor Codes
All color formats for development
HEX
#597388RGB
rgb(89, 115, 136)HSL
hsl(207, 21%, 44%)OKLCH
oklch(0.543 0.045 243)CMYK
cmyk(35%, 15%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50677A
2#475C6D
3#3E505F
4#354551
5#2C3944
6#232E36
7#1B2229
8#12171B
9#090B0E
Tints
Lighter variations
1#648199
2#758FA5
3#869DB0
4#97ABBB
5#A9B9C7
6#BAC7D2
7#CBD5DD
8#DCE3E8
9#EEF1F4
Tones
Muted variations
1#5B7285
2#5D7283
3#607281
4#62727E
5#64717C
6#67717A
7#697177
8#6B7175
9#6E7073
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 | 475B #475B6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3241 #32414D | 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: #475B6C;
--slate-gray-800: #32414D;
--slate-gray-900: #202A31;
--slate-gray-950: #141A1F;
}