Slate Gray
#76A2A2
CyanColor Codes
All color formats for development
HEX
#76A2A2RGB
rgb(118, 162, 162)HSL
hsl(180, 19%, 55%)OKLCH
oklch(0.681 0.047 196.1)CMYK
cmyk(27%, 0%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#669696
2#5B8686
3#507575
4#446464
5#395353
6#2D4343
7#223232
8#172121
9#0B1111
Tints
Lighter variations
1#84ABAB
2#92B5B5
3#9FBEBE
4#ADC7C7
5#BBD1D1
6#C8DADA
7#D6E3E3
8#E4ECEC
9#F1F6F6
Tones
Muted variations
1#79A0A0
2#7B9E9E
3#7D9C9C
4#7F9999
5#819797
6#849595
7#869393
8#889191
9#8A8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF1 #EAF1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CF #B9CFCF | BordersInactive statesPlaceholder text |
| 400 | 95B7 #95B7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 76A2 #76A2A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B86 #5B8686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 486A #486A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344C #344C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #EAF1F1;
--slate-gray-200: #D8E4E4;
--slate-gray-300: #B9CFCF;
--slate-gray-400: #95B7B7;
--slate-gray-500: #76A2A2;
--slate-gray-600: #5B8686;
--slate-gray-700: #486A6A;
--slate-gray-800: #344C4C;
--slate-gray-900: #213131;
--slate-gray-950: #151E1E;
}