Slate Gray
#66707A
GrayColor Codes
All color formats for development
HEX
#66707ARGB
rgb(102, 112, 122)HSL
hsl(210, 9%, 44%)OKLCH
oklch(0.54 0.02 248.2)CMYK
cmyk(16%, 8%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C656E
2#525A62
3#474F56
4#3D4349
5#33383D
6#292D31
7#1F2225
8#141618
9#0A0B0C
Tints
Lighter variations
1#737E8A
2#828D97
3#929BA4
4#A2A9B1
5#B1B8BE
6#C1C6CB
7#D0D4D8
8#E0E2E5
9#EFF1F2
Tones
Muted variations
1#677079
2#687078
3#697077
4#6A7076
5#6B7075
6#6C7074
7#6D7073
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 | DBDE #DBDEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC4 #BFC4CA | BordersInactive statesPlaceholder text |
| 400 | 9EA6 #9EA6AE | Disabled statesSecondary iconsMuted text |
| 500 | 828C #828C97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6670 #66707A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5159 #515961 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A40 #3A4045 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292C | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | 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: #DBDEE1;
--slate-gray-300: #BFC4CA;
--slate-gray-400: #9EA6AE;
--slate-gray-500: #828C97;
--slate-gray-600: #66707A;
--slate-gray-700: #515961;
--slate-gray-800: #3A4045;
--slate-gray-900: #25292C;
--slate-gray-950: #171A1C;
}