Slate Gray
#7E839A
BlueColor Codes
All color formats for development
HEX
#7E839ARGB
rgb(126, 131, 154)HSL
hsl(229, 12%, 55%)OKLCH
oklch(0.614 0.035 275.6)CMYK
cmyk(18%, 15%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F758D
2#63687E
3#565B6E
4#4A4E5E
5#3E414F
6#31343F
7#25272F
8#191A1F
9#0C0D10
Tints
Lighter variations
1#8B90A4
2#989CAE
3#A5A9B8
4#B2B5C2
5#BFC1CD
6#CCCED7
7#D8DAE1
8#E5E6EB
9#F2F3F5
Tones
Muted variations
1#808499
2#818597
3#838696
4#848795
5#858893
6#878992
7#888A90
8#898B8F
9#8B8B8E
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 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC0 #BDC0CB | BordersInactive statesPlaceholder text |
| 400 | 9B9F #9B9FB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E84 #7E849A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6368 #63687E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F52 #4F5264 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383B #383B47 | 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: #DADBE2;
--slate-gray-300: #BDC0CB;
--slate-gray-400: #9B9FB0;
--slate-gray-500: #7E849A;
--slate-gray-600: #63687E;
--slate-gray-700: #4F5264;
--slate-gray-800: #383B47;
--slate-gray-900: #24262E;
--slate-gray-950: #16181D;
}