Slate Gray
#66667A
GrayColor Codes
All color formats for development
HEX
#66667ARGB
rgb(102, 102, 122)HSL
hsl(240, 9%, 44%)OKLCH
oklch(0.518 0.031 285.3)CMYK
cmyk(16%, 16%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C5C6E
2#525262
3#474756
4#3D3D49
5#33333D
6#292931
7#1F1F25
8#141418
9#0A0A0C
Tints
Lighter variations
1#73738A
2#828297
3#9292A4
4#A2A2B1
5#B1B1BE
6#C1C1CB
7#D0D0D8
8#E0E0E5
9#EFEFF2
Tones
Muted variations
1#676779
2#686878
3#696977
4#6A6A76
5#6B6B75
6#6C6C74
7#6D6D73
8#6E6E72
9#6F6F71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFBF #BFBFCA | BordersInactive statesPlaceholder text |
| 400 | 9E9E #9E9EAE | Disabled statesSecondary iconsMuted text |
| 500 | 8282 #828297 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6666 #66667A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5151 #515161 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3A #3A3A45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252C | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #ECECEF;
--slate-gray-200: #DBDBE1;
--slate-gray-300: #BFBFCA;
--slate-gray-400: #9E9EAE;
--slate-gray-500: #828297;
--slate-gray-600: #66667A;
--slate-gray-700: #515161;
--slate-gray-800: #3A3A45;
--slate-gray-900: #25252C;
--slate-gray-950: #17171C;
}