Slate Gray
#9797B4
BlueColor Codes
All color formats for development
HEX
#9797B4RGB
rgb(151, 151, 180)HSL
hsl(240, 16%, 65%)OKLCH
oklch(0.686 0.042 285.2)CMYK
cmyk(16%, 16%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8484A6
2#717198
3#616187
4#545473
5#464660
6#38384D
7#2A2A3A
8#1C1C26
9#0E0E13
Tints
Lighter variations
1#A2A2BC
2#ACACC3
3#B7B7CB
4#C1C1D2
5#CBCBDA
6#D6D6E1
7#E0E0E9
8#EAEAF0
9#F5F5F8
Tones
Muted variations
1#9999B3
2#9A9AB1
3#9C9CB0
4#9D9DAE
5#9F9FAD
6#A0A0AB
7#A1A1AA
8#A3A3A9
9#A4A4A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBB #BBBBCE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A7A #7A7A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E5E #5E5E82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B4B #4B4B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3636 #36364A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #22222F | 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: #EAEAF0;
--slate-gray-200: #D9D9E3;
--slate-gray-300: #BBBBCE;
--slate-gray-400: #9797B4;
--slate-gray-500: #7A7A9F;
--slate-gray-600: #5E5E82;
--slate-gray-700: #4B4B68;
--slate-gray-800: #36364A;
--slate-gray-900: #22222F;
--slate-gray-950: #15151E;
}