Slate Gray
#9696B6
BlueColor Codes
All color formats for development
HEX
#9696B6RGB
rgb(150, 150, 182)HSL
hsl(240, 18%, 65%)OKLCH
oklch(0.684 0.047 285.1)CMYK
cmyk(18%, 18%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8282A8
2#6F6F9B
3#5F5F89
4#525275
5#444462
6#36364E
7#29293B
8#1B1B27
9#0E0E14
Tints
Lighter variations
1#A0A0BD
2#ABABC4
3#B5B5CC
4#C0C0D3
5#CACADA
6#D5D5E2
7#DFDFE9
8#EAEAF0
9#F4F4F8
Tones
Muted variations
1#9797B4
2#9999B3
3#9B9BB1
4#9C9CAF
5#9E9EAE
6#9F9FAC
7#A1A1AB
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 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACF | BordersInactive statesPlaceholder text |
| 400 | 9696 #9696B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7878 #7878A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5C #5C5C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4949 #494969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212130 | 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: #D8D8E4;
--slate-gray-300: #BABACF;
--slate-gray-400: #9696B6;
--slate-gray-500: #7878A1;
--slate-gray-600: #5C5C84;
--slate-gray-700: #494969;
--slate-gray-800: #34344B;
--slate-gray-900: #212130;
--slate-gray-950: #15151E;
}