Slate Gray
#7979A0
BlueColor Codes
All color formats for development
HEX
#7979A0RGB
rgb(121, 121, 160)HSL
hsl(240, 17%, 55%)OKLCH
oklch(0.591 0.059 284.4)CMYK
cmyk(24%, 24%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#696994
2#5D5D83
3#515173
4#464662
5#3A3A52
6#2F2F42
7#232331
8#171721
9#0C0C10
Tints
Lighter variations
1#8686A9
2#9494B3
3#A1A1BC
4#AEAEC6
5#BCBCCF
6#C9C9D9
7#D7D7E2
8#E4E4EC
9#F2F2F5
Tones
Muted variations
1#7B7B9E
2#7D7D9C
3#7F7F9A
4#818198
5#828296
6#848494
7#868692
8#888890
9#8A8A8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7979 #7979A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D5D #5D5D83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4A #4A4A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3535 #35354B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #222230 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEAF0;
--slate-gray-200: #D8D8E3;
--slate-gray-300: #BABACE;
--slate-gray-400: #9797B5;
--slate-gray-500: #7979A0;
--slate-gray-600: #5D5D83;
--slate-gray-700: #4A4A68;
--slate-gray-800: #35354B;
--slate-gray-900: #222230;
--slate-gray-950: #15151E;
}