Slate Gray
#9598B7
BlueColor Codes
All color formats for development
HEX
#9598B7RGB
rgb(149, 152, 183)HSL
hsl(235, 19%, 65%)OKLCH
oklch(0.688 0.046 280.8)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#6D719C
3#5E628A
4#515476
5#434663
6#36384F
7#282A3B
8#1B1C27
9#0D0E14
Tints
Lighter variations
1#9FA2BE
2#AAACC5
3#B5B7CC
4#BFC1D4
5#CACBDB
6#D5D6E2
7#DFE0E9
8#EAEAF1
9#F4F5F8
Tones
Muted variations
1#9699B5
2#989AB3
3#9A9CB2
4#9C9DB0
5#9D9FAE
6#9FA0AD
7#A1A2AB
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 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBCF | BordersInactive statesPlaceholder text |
| 400 | 9598 #9598B7 | Disabled statesSecondary iconsMuted text |
| 500 | 767A #767AA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5E #5B5E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484B #484B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3436 #34364C | 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: #D8D9E4;
--slate-gray-300: #B9BBCF;
--slate-gray-400: #9598B7;
--slate-gray-500: #767AA2;
--slate-gray-600: #5B5E86;
--slate-gray-700: #484B6A;
--slate-gray-800: #34364C;
--slate-gray-900: #212231;
--slate-gray-950: #15151E;
}