Slate Gray
#66687A
GrayColor Codes
All color formats for development
HEX
#66687ARGB
rgb(102, 104, 122)HSL
hsl(234, 9%, 44%)OKLCH
oklch(0.522 0.028 280.4)CMYK
cmyk(16%, 15%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C5E6E
2#525362
3#474956
4#3D3E49
5#33343D
6#292A31
7#1F1F25
8#141518
9#0A0A0C
Tints
Lighter variations
1#73758A
2#828597
3#9294A4
4#A2A3B1
5#B1B2BE
6#C1C2CB
7#D0D1D8
8#E0E0E5
9#EFF0F2
Tones
Muted variations
1#676979
2#686A78
3#696B77
4#6A6B76
5#6B6C75
6#6C6D74
7#6D6E73
8#6E6F72
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 | BFC0 #BFC0CA | BordersInactive statesPlaceholder text |
| 400 | 9E9F #9E9FAE | Disabled statesSecondary iconsMuted text |
| 500 | 8284 #828497 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6668 #66687A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5153 #515361 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3B #3A3B45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262C | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | 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: #BFC0CA;
--slate-gray-400: #9E9FAE;
--slate-gray-500: #828497;
--slate-gray-600: #66687A;
--slate-gray-700: #515361;
--slate-gray-800: #3A3B45;
--slate-gray-900: #25262C;
--slate-gray-950: #17181C;
}