Slate Gray
#66677A
GrayColor Codes
All color formats for development
HEX
#66677ARGB
rgb(102, 103, 122)HSL
hsl(237, 9%, 44%)OKLCH
oklch(0.52 0.03 282.9)CMYK
cmyk(16%, 16%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C5D6E
2#525262
3#474856
4#3D3E49
5#33343D
6#292931
7#1F1F25
8#141518
9#0A0A0C
Tints
Lighter variations
1#73748A
2#828497
3#9293A4
4#A2A2B1
5#B1B2BE
6#C1C1CB
7#D0D1D8
8#E0E0E5
9#EFF0F2
Tones
Muted variations
1#676879
2#686978
3#696A77
4#6A6B76
5#6B6C75
6#6C6D74
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 | BFC0 #BFC0CA | BordersInactive statesPlaceholder text |
| 400 | 9E9F #9E9FAE | Disabled statesSecondary iconsMuted text |
| 500 | 8283 #828397 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6667 #66677A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5152 #515261 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3B #3A3B45 | 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: #BFC0CA;
--slate-gray-400: #9E9FAE;
--slate-gray-500: #828397;
--slate-gray-600: #66677A;
--slate-gray-700: #515261;
--slate-gray-800: #3A3B45;
--slate-gray-900: #25252C;
--slate-gray-950: #17171C;
}