Slate Gray
#7E869A
BlueColor Codes
All color formats for development
HEX
#7E869ARGB
rgb(126, 134, 154)HSL
hsl(223, 12%, 55%)OKLCH
oklch(0.62 0.032 268.2)CMYK
cmyk(18%, 13%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F788D
2#636A7E
3#565D6E
4#4A505E
5#3E424F
6#31353F
7#25282F
8#191B1F
9#0C0D10
Tints
Lighter variations
1#8B92A4
2#989EAE
3#A5AAB8
4#B2B7C2
5#BFC3CD
6#CCCFD7
7#D8DBE1
8#E5E7EB
9#F2F3F5
Tones
Muted variations
1#808799
2#818797
3#838896
4#848995
5#858993
6#878A92
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 | 9BA1 #9BA1B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E86 #7E869A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636A #636A7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F55 #4F5564 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383C #383C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2427 #24272E | 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: #9BA1B0;
--slate-gray-500: #7E869A;
--slate-gray-600: #636A7E;
--slate-gray-700: #4F5564;
--slate-gray-800: #383C47;
--slate-gray-900: #24272E;
--slate-gray-950: #16181D;
}