Slate Gray
#7E8D9A
BlueColor Codes
All color formats for development
HEX
#7E8D9ARGB
rgb(126, 141, 154)HSL
hsl(208, 12%, 55%)OKLCH
oklch(0.636 0.026 244.3)CMYK
cmyk(18%, 8%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F7F8D
2#63717E
3#56636E
4#4A555E
5#3E474F
6#31393F
7#252A2F
8#191C1F
9#0C0E10
Tints
Lighter variations
1#8B99A4
2#98A4AE
3#A5AFB8
4#B2BBC2
5#BFC6CD
6#CCD1D7
7#D8DDE1
8#E5E8EB
9#F2F4F5
Tones
Muted variations
1#808D99
2#818D97
3#838D96
4#848D95
5#858D93
6#878D92
7#888D90
8#898C8F
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC5 #BDC5CB | BordersInactive statesPlaceholder text |
| 400 | 9BA6 #9BA6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8D #7E8D9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6371 #63717E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5A #4F5A64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3840 #384047 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2429 #24292E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBEDEF;
--slate-gray-200: #DADEE2;
--slate-gray-300: #BDC5CB;
--slate-gray-400: #9BA6B0;
--slate-gray-500: #7E8D9A;
--slate-gray-600: #63717E;
--slate-gray-700: #4F5A64;
--slate-gray-800: #384047;
--slate-gray-900: #24292E;
--slate-gray-950: #161A1D;
}