Slate Gray
#595988
BlueColor Codes
All color formats for development
HEX
#595988RGB
rgb(89, 89, 136)HSL
hsl(240, 21%, 44%)OKLCH
oklch(0.484 0.075 283.2)CMYK
cmyk(35%, 35%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50507A
2#47476D
3#3E3E5F
4#353551
5#2C2C44
6#232336
7#1B1B29
8#12121B
9#09090E
Tints
Lighter variations
1#646499
2#7575A5
3#8686B0
4#9797BB
5#A9A9C7
6#BABAD2
7#CBCBDD
8#DCDCE8
9#EEEEF4
Tones
Muted variations
1#5B5B85
2#5D5D83
3#606081
4#62627E
5#64647C
6#67677A
7#696977
8#6B6B75
9#6E6E73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8B8 #B8B8D1 | BordersInactive statesPlaceholder text |
| 400 | 9393 #9393B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7474 #7474A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5959 #595988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202031 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #E9E9F1;
--slate-gray-200: #D7D7E5;
--slate-gray-300: #B8B8D1;
--slate-gray-400: #9393B8;
--slate-gray-500: #7474A4;
--slate-gray-600: #595988;
--slate-gray-700: #47476C;
--slate-gray-800: #32324D;
--slate-gray-900: #202031;
--slate-gray-950: #14141F;
}