Slate Gray
#9597B7
BlueColor Codes
All color formats for development
HEX
#9597B7RGB
rgb(149, 151, 183)HSL
hsl(236, 19%, 65%)OKLCH
oklch(0.686 0.047 282.3)CMYK
cmyk(19%, 17%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8184A9
2#6D709C
3#5E618A
4#515376
5#434563
6#36374F
7#282A3B
8#1B1C27
9#0D0E14
Tints
Lighter variations
1#9FA1BE
2#AAACC5
3#B5B6CC
4#BFC1D4
5#CACBDB
6#D5D5E2
7#DFE0E9
8#EAEAF1
9#F4F5F8
Tones
Muted variations
1#9699B5
2#989AB3
3#9A9BB2
4#9C9DB0
5#9D9EAE
6#9FA0AD
7#A1A1AB
8#A2A3A9
9#A4A4A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBCF | BordersInactive statesPlaceholder text |
| 400 | 9597 #9597B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7679 #7679A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5E #5B5E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484B #484B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3435 #34354C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEAF1;
--slate-gray-200: #D8D8E4;
--slate-gray-300: #B9BBCF;
--slate-gray-400: #9597B7;
--slate-gray-500: #7679A2;
--slate-gray-600: #5B5E86;
--slate-gray-700: #484B6A;
--slate-gray-800: #34354C;
--slate-gray-900: #212231;
--slate-gray-950: #15151E;
}