Slate Gray
#66787A
GrayColor Codes
All color formats for development
HEX
#66787ARGB
rgb(102, 120, 122)HSL
hsl(186, 9%, 44%)OKLCH
oklch(0.559 0.021 204.8)CMYK
cmyk(16%, 2%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C6C6E
2#526062
3#475456
4#3D4849
5#333C3D
6#293031
7#1F2425
8#141818
9#0A0C0C
Tints
Lighter variations
1#73888A
2#829597
3#92A2A4
4#A2AFB1
5#B1BDBE
6#C1CACB
7#D0D7D8
8#E0E4E5
9#EFF2F2
Tones
Muted variations
1#677779
2#687778
3#697677
4#6A7576
5#6B7475
6#6C7374
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 | ECEE #ECEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC9 #BFC9CA | BordersInactive statesPlaceholder text |
| 400 | 9EAC #9EACAE | Disabled statesSecondary iconsMuted text |
| 500 | 8295 #829597 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6678 #66787A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5160 #516061 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A44 #3A4445 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2C | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #ECEEEF;
--slate-gray-200: #DBE0E1;
--slate-gray-300: #BFC9CA;
--slate-gray-400: #9EACAE;
--slate-gray-500: #829597;
--slate-gray-600: #66787A;
--slate-gray-700: #516061;
--slate-gray-800: #3A4445;
--slate-gray-900: #252C2C;
--slate-gray-950: #171B1C;
}