Slate Gray
#7E859A
BlueColor Codes
All color formats for development
HEX
#7E859ARGB
rgb(126, 133, 154)HSL
hsl(225, 12%, 55%)OKLCH
oklch(0.618 0.033 270.8)CMYK
cmyk(18%, 14%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F778D
2#63697E
3#565C6E
4#4A4F5E
5#3E424F
6#31353F
7#25282F
8#191A1F
9#0C0D10
Tints
Lighter variations
1#8B92A4
2#989EAE
3#A5AAB8
4#B2B6C2
5#BFC2CD
6#CCCED7
7#D8DBE1
8#E5E7EB
9#F2F3F5
Tones
Muted variations
1#808699
2#818797
3#838796
4#848895
5#858993
6#878992
7#888A90
8#898B8F
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC1 #BDC1CB | BordersInactive statesPlaceholder text |
| 400 | 9BA0 #9BA0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E85 #7E859A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6369 #63697E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F54 #4F5464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383C #383C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DADCE2;
--slate-gray-300: #BDC1CB;
--slate-gray-400: #9BA0B0;
--slate-gray-500: #7E859A;
--slate-gray-600: #63697E;
--slate-gray-700: #4F5464;
--slate-gray-800: #383C47;
--slate-gray-900: #24262E;
--slate-gray-950: #16181D;
}