Slate Gray
#66797A
GrayColor Codes
All color formats for development
HEX
#66797ARGB
rgb(102, 121, 122)HSL
hsl(183, 9%, 44%)OKLCH
oklch(0.561 0.022 200.4)CMYK
cmyk(16%, 1%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C6D6E
2#526162
3#475556
4#3D4949
5#333D3D
6#293131
7#1F2425
8#141818
9#0A0C0C
Tints
Lighter variations
1#73898A
2#829697
3#92A3A4
4#A2B0B1
5#B1BDBE
6#C1CBCB
7#D0D8D8
8#E0E5E5
9#EFF2F2
Tones
Muted variations
1#677879
2#687778
3#697777
4#6A7676
5#6B7575
6#6C7474
7#6D7373
8#6E7272
9#6F7171
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEF #ECEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC9 #BFC9CA | BordersInactive statesPlaceholder text |
| 400 | 9EAD #9EADAE | Disabled statesSecondary iconsMuted text |
| 500 | 8296 #829697 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6679 #66797A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5160 #516061 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A45 #3A4545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2C | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #ECEFEF;
--slate-gray-200: #DBE1E1;
--slate-gray-300: #BFC9CA;
--slate-gray-400: #9EADAE;
--slate-gray-500: #829697;
--slate-gray-600: #66797A;
--slate-gray-700: #516061;
--slate-gray-800: #3A4545;
--slate-gray-900: #252C2C;
--slate-gray-950: #171C1C;
}