Slate Gray
#79A0A0
CyanColor Codes
All color formats for development
HEX
#79A0A0RGB
rgb(121, 160, 160)HSL
hsl(180, 17%, 55%)OKLCH
oklch(0.677 0.043 196.2)CMYK
cmyk(24%, 0%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#699494
2#5D8383
3#517373
4#466262
5#3A5252
6#2F4242
7#233131
8#172121
9#0C1010
Tints
Lighter variations
1#86A9A9
2#94B3B3
3#A1BCBC
4#AEC6C6
5#BCCFCF
6#C9D9D9
7#D7E2E2
8#E4ECEC
9#F2F5F5
Tones
Muted variations
1#7B9E9E
2#7D9C9C
3#7F9A9A
4#819898
5#829696
6#849494
7#869292
8#889090
9#8A8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACE #BACECE | BordersInactive statesPlaceholder text |
| 400 | 97B5 #97B5B5 | Disabled statesSecondary iconsMuted text |
| 500 | 79A0 #79A0A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D83 #5D8383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A68 #4A6868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 354B #354B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2230 #223030 | 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: #EAF0F0;
--slate-gray-200: #D8E3E3;
--slate-gray-300: #BACECE;
--slate-gray-400: #97B5B5;
--slate-gray-500: #79A0A0;
--slate-gray-600: #5D8383;
--slate-gray-700: #4A6868;
--slate-gray-800: #354B4B;
--slate-gray-900: #223030;
--slate-gray-950: #151E1E;
}