Slate Gray
#666A7A
GrayColor Codes
All color formats for development
HEX
#666A7ARGB
rgb(102, 106, 122)HSL
hsl(228, 9%, 44%)OKLCH
oklch(0.527 0.026 274.4)CMYK
cmyk(16%, 13%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C606E
2#525562
3#474A56
4#3D4049
5#33353D
6#292A31
7#1F2025
8#141518
9#0A0B0C
Tints
Lighter variations
1#73788A
2#828797
3#9296A4
4#A2A5B1
5#B1B4BE
6#C1C3CB
7#D0D2D8
8#E0E1E5
9#EFF0F2
Tones
Muted variations
1#676B79
2#686B78
3#696C77
4#6A6D76
5#6B6D75
6#6C6E74
7#6D6E73
8#6E6F72
9#6F7071
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 | 9EA1 #9EA1AE | Disabled statesSecondary iconsMuted text |
| 500 | 8286 #828697 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666A #666A7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5154 #515461 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3C #3A3C45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272C | 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: #9EA1AE;
--slate-gray-500: #828697;
--slate-gray-600: #666A7A;
--slate-gray-700: #515461;
--slate-gray-800: #3A3C45;
--slate-gray-900: #25272C;
--slate-gray-950: #17181C;
}