Slate Gray
#7E819A
BlueColor Codes
All color formats for development
HEX
#7E819ARGB
rgb(126, 129, 154)HSL
hsl(234, 12%, 55%)OKLCH
oklch(0.61 0.038 279.8)CMYK
cmyk(18%, 16%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F728D
2#63657E
3#56596E
4#4A4C5E
5#3E3F4F
6#31333F
7#25262F
8#19191F
9#0C0D10
Tints
Lighter variations
1#8B8EA4
2#989AAE
3#A5A7B8
4#B2B4C2
5#BFC0CD
6#CCCDD7
7#D8D9E1
8#E5E6EB
9#F2F2F5
Tones
Muted variations
1#808299
2#818397
3#838596
4#848695
5#858793
6#878892
7#888990
8#898A8F
9#8B8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBF #BDBFCB | BordersInactive statesPlaceholder text |
| 400 | 9B9D #9B9DB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E81 #7E819A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6365 #63657E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F51 #4F5164 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383A #383A47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252E | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBEBEF;
--slate-gray-200: #DADBE2;
--slate-gray-300: #BDBFCB;
--slate-gray-400: #9B9DB0;
--slate-gray-500: #7E819A;
--slate-gray-600: #63657E;
--slate-gray-700: #4F5164;
--slate-gray-800: #383A47;
--slate-gray-900: #24252E;
--slate-gray-950: #16171D;
}