Slate Gray
#667A7A
GrayColor Codes
All color formats for development
HEX
#667A7ARGB
rgb(102, 122, 122)HSL
hsl(180, 9%, 44%)OKLCH
oklch(0.563 0.023 196.5)CMYK
cmyk(16%, 0%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C6E6E
2#526262
3#475656
4#3D4949
5#333D3D
6#293131
7#1F2525
8#141818
9#0A0C0C
Tints
Lighter variations
1#738A8A
2#829797
3#92A4A4
4#A2B1B1
5#B1BEBE
6#C1CBCB
7#D0D8D8
8#E0E5E5
9#EFF2F2
Tones
Muted variations
1#677979
2#687878
3#697777
4#6A7676
5#6B7575
6#6C7474
7#6D7373
8#6E7272
9#6F7171
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEF #ECEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFCA #BFCACA | BordersInactive statesPlaceholder text |
| 400 | 9EAE #9EAEAE | Disabled statesSecondary iconsMuted text |
| 500 | 8297 #829797 | Primary brand colorCTAsActive elementsLinks |
| 600 | 667A #667A7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5161 #516161 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A45 #3A4545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2C | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #ECEFEF;
--slate-gray-200: #DBE1E1;
--slate-gray-300: #BFCACA;
--slate-gray-400: #9EAEAE;
--slate-gray-500: #829797;
--slate-gray-600: #667A7A;
--slate-gray-700: #516161;
--slate-gray-800: #3A4545;
--slate-gray-900: #252C2C;
--slate-gray-950: #171C1C;
}