Slate Gray
#66697A
GrayColor Codes
All color formats for development
HEX
#66697ARGB
rgb(102, 105, 122)HSL
hsl(231, 9%, 44%)OKLCH
oklch(0.524 0.027 277.5)CMYK
cmyk(16%, 14%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C5F6E
2#525462
3#474A56
4#3D3F49
5#33353D
6#292A31
7#1F2025
8#141518
9#0A0B0C
Tints
Lighter variations
1#73778A
2#828697
3#9295A4
4#A2A4B1
5#B1B3BE
6#C1C2CB
7#D0D1D8
8#E0E1E5
9#EFF0F2
Tones
Muted variations
1#676A79
2#686B78
3#696B77
4#6A6C76
5#6B6D75
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 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC1 #BFC1CA | BordersInactive statesPlaceholder text |
| 400 | 9EA0 #9EA0AE | Disabled statesSecondary iconsMuted text |
| 500 | 8285 #828597 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6669 #66697A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5154 #515461 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3C #3A3C45 | 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: #DBDCE1;
--slate-gray-300: #BFC1CA;
--slate-gray-400: #9EA0AE;
--slate-gray-500: #828597;
--slate-gray-600: #66697A;
--slate-gray-700: #515461;
--slate-gray-800: #3A3C45;
--slate-gray-900: #25262C;
--slate-gray-950: #17181C;
}