Slate Gray
#78A1A1
CyanColor Codes
All color formats for development
HEX
#78A1A1RGB
rgb(120, 161, 161)HSL
hsl(180, 18%, 55%)OKLCH
oklch(0.679 0.045 196.2)CMYK
cmyk(25%, 0%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#689595
2#5C8484
3#517474
4#456363
5#3A5353
6#2E4242
7#233232
8#172121
9#0C1111
Tints
Lighter variations
1#85AAAA
2#93B4B4
3#A0BDBD
4#AEC7C7
5#BBD0D0
6#C9D9D9
7#D6E3E3
8#E4ECEC
9#F1F6F6
Tones
Muted variations
1#7A9F9F
2#7C9D9D
3#7E9B9B
4#809999
5#829797
6#849595
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 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACF #BACFCF | BordersInactive statesPlaceholder text |
| 400 | 96B6 #96B6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 78A1 #78A1A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C84 #5C8484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4969 #496969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344B #344B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213030 | 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: #D8E4E4;
--slate-gray-300: #BACFCF;
--slate-gray-400: #96B6B6;
--slate-gray-500: #78A1A1;
--slate-gray-600: #5C8484;
--slate-gray-700: #496969;
--slate-gray-800: #344B4B;
--slate-gray-900: #213030;
--slate-gray-950: #151E1E;
}