Slate Gray
#597288
BlueColor Codes
All color formats for development
HEX
#597288RGB
rgb(89, 114, 136)HSL
hsl(208, 21%, 44%)OKLCH
oklch(0.541 0.045 245.3)CMYK
cmyk(35%, 16%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50667A
2#475B6D
3#3E505F
4#354451
5#2C3944
6#232E36
7#1B2229
8#12171B
9#090B0E
Tints
Lighter variations
1#648099
2#758EA5
3#869CB0
4#97ABBB
5#A9B9C7
6#BAC7D2
7#CBD5DD
8#DCE3E8
9#EEF1F4
Tones
Muted variations
1#5B7285
2#5D7183
3#607181
4#62717E
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 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C5 #B8C5D1 | BordersInactive statesPlaceholder text |
| 400 | 93A7 #93A7B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748E #748EA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5972 #597288 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475A #475A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3241 #32414D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202931 | 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: #F6F7F9;
--slate-gray-100: #E9EDF1;
--slate-gray-200: #D7DEE5;
--slate-gray-300: #B8C5D1;
--slate-gray-400: #93A7B8;
--slate-gray-500: #748EA4;
--slate-gray-600: #597288;
--slate-gray-700: #475A6C;
--slate-gray-800: #32414D;
--slate-gray-900: #202931;
--slate-gray-950: #141A1F;
}