Slate Gray
#596588
BlueColor Codes
All color formats for development
HEX
#596588RGB
rgb(89, 101, 136)HSL
hsl(225, 21%, 44%)OKLCH
oklch(0.511 0.058 269.7)CMYK
cmyk(35%, 26%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#505A7A
2#47506D
3#3E465F
4#353C51
5#2C3244
6#232836
7#1B1E29
8#12141B
9#090A0E
Tints
Lighter variations
1#647199
2#7581A5
3#8691B0
4#97A0BB
5#A9B0C7
6#BAC0D2
7#CBD0DD
8#DCDFE8
9#EEEFF4
Tones
Muted variations
1#5B6685
2#5D6783
3#606881
4#62697E
5#646A7C
6#676B7A
7#696D77
8#6B6E75
9#6E6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BE #B8BED1 | BordersInactive statesPlaceholder text |
| 400 | 939C #939CB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7480 #7480A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5964 #596488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4750 #47506C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3239 #32394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202531 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #E9EBF1;
--slate-gray-200: #D7DAE5;
--slate-gray-300: #B8BED1;
--slate-gray-400: #939CB8;
--slate-gray-500: #7480A4;
--slate-gray-600: #596488;
--slate-gray-700: #47506C;
--slate-gray-800: #32394D;
--slate-gray-900: #202531;
--slate-gray-950: #14171F;
}