Slate Gray
#7878A1
BlueColor Codes
All color formats for development
HEX
#7878A1RGB
rgb(120, 120, 161)HSL
hsl(240, 18%, 55%)OKLCH
oklch(0.588 0.062 284.3)CMYK
cmyk(25%, 25%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#686895
2#5C5C84
3#515174
4#454563
5#3A3A53
6#2E2E42
7#232332
8#171721
9#0C0C11
Tints
Lighter variations
1#8585AA
2#9393B4
3#A0A0BD
4#AEAEC7
5#BBBBD0
6#C9C9D9
7#D6D6E3
8#E4E4EC
9#F1F1F6
Tones
Muted variations
1#7A7A9F
2#7C7C9D
3#7E7E9B
4#808099
5#828297
6#848495
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 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACF | BordersInactive statesPlaceholder text |
| 400 | 9696 #9696B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7878 #7878A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5C #5C5C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4949 #494969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212130 | 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: #D8D8E4;
--slate-gray-300: #BABACF;
--slate-gray-400: #9696B6;
--slate-gray-500: #7878A1;
--slate-gray-600: #5C5C84;
--slate-gray-700: #494969;
--slate-gray-800: #34344B;
--slate-gray-900: #212130;
--slate-gray-950: #15151E;
}