Slate Gray
#7E809A
BlueColor Codes
All color formats for development
HEX
#7E809ARGB
rgb(126, 128, 154)HSL
hsl(236, 12%, 55%)OKLCH
oklch(0.607 0.039 281.7)CMYK
cmyk(18%, 17%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F718D
2#63657E
3#56586E
4#4A4B5E
5#3E3F4F
6#31323F
7#25262F
8#19191F
9#0C0D10
Tints
Lighter variations
1#8B8DA4
2#989AAE
3#A5A6B8
4#B2B3C2
5#BFC0CD
6#CCCCD7
7#D8D9E1
8#E5E6EB
9#F2F2F5
Tones
Muted variations
1#808299
2#818397
3#838496
4#848595
5#858693
6#878792
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 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBE #BDBECB | BordersInactive statesPlaceholder text |
| 400 | 9B9C #9B9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E80 #7E809A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6365 #63657E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F50 #4F5064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3839 #383947 | 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: #DADAE2;
--slate-gray-300: #BDBECB;
--slate-gray-400: #9B9CB0;
--slate-gray-500: #7E809A;
--slate-gray-600: #63657E;
--slate-gray-700: #4F5064;
--slate-gray-800: #383947;
--slate-gray-900: #24252E;
--slate-gray-950: #16171D;
}