Slate Gray
#666D7A
GrayColor Codes
All color formats for development
HEX
#666D7ARGB
rgb(102, 109, 122)HSL
hsl(219, 9%, 44%)OKLCH
oklch(0.533 0.022 262.9)CMYK
cmyk(16%, 11%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C626E
2#525762
3#474C56
4#3D4249
5#33373D
6#292C31
7#1F2125
8#141618
9#0A0B0C
Tints
Lighter variations
1#737B8A
2#828A97
3#9298A4
4#A2A7B1
5#B1B6BE
6#C1C4CB
7#D0D3D8
8#E0E2E5
9#EFF0F2
Tones
Muted variations
1#676D79
2#686E78
3#696E77
4#6A6E76
5#6B6F75
6#6C6F74
7#6D6F73
8#6E7072
9#6F7071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECED #ECEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC3 #BFC3CA | BordersInactive statesPlaceholder text |
| 400 | 9EA3 #9EA3AE | Disabled statesSecondary iconsMuted text |
| 500 | 8289 #828997 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666D #666D7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5157 #515761 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3E #3A3E45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2528 #25282C | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #ECEDEF;
--slate-gray-200: #DBDDE1;
--slate-gray-300: #BFC3CA;
--slate-gray-400: #9EA3AE;
--slate-gray-500: #828997;
--slate-gray-600: #666D7A;
--slate-gray-700: #515761;
--slate-gray-800: #3A3E45;
--slate-gray-900: #25282C;
--slate-gray-950: #17191C;
}