Slate Gray
#9697B6
BlueColor Codes
All color formats for development
HEX
#9697B6RGB
rgb(150, 151, 182)HSL
hsl(238, 18%, 65%)OKLCH
oklch(0.686 0.045 283.7)CMYK
cmyk(18%, 17%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8283A8
2#6F709B
3#5F6189
4#525375
5#444562
6#36374E
7#29293B
8#1B1C27
9#0E0E14
Tints
Lighter variations
1#A0A1BD
2#ABACC4
3#B5B6CC
4#C0C0D3
5#CACBDA
6#D5D5E2
7#DFE0E9
8#EAEAF0
9#F4F5F8
Tones
Muted variations
1#9798B4
2#999AB3
3#9B9BB1
4#9C9DAF
5#9E9EAE
6#9FA0AC
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 | 9697 #9697B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7879 #7879A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5D #5C5D84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494A #494A69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3435 #34354B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212230 | 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: #9697B6;
--slate-gray-500: #7879A1;
--slate-gray-600: #5C5D84;
--slate-gray-700: #494A69;
--slate-gray-800: #34354B;
--slate-gray-900: #212230;
--slate-gray-950: #15151E;
}