Slate Gray
#7E879A
BlueColor Codes
All color formats for development
HEX
#7E879ARGB
rgb(126, 135, 154)HSL
hsl(221, 12%, 55%)OKLCH
oklch(0.623 0.031 265.3)CMYK
cmyk(18%, 12%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F798D
2#636B7E
3#565E6E
4#4A505E
5#3E434F
6#31363F
7#25282F
8#191B1F
9#0C0D10
Tints
Lighter variations
1#8B93A4
2#989FAE
3#A5ABB8
4#B2B7C2
5#BFC3CD
6#CCCFD7
7#D8DBE1
8#E5E7EB
9#F2F3F5
Tones
Muted variations
1#808899
2#818897
3#838996
4#848995
5#858A93
6#878A92
7#888B90
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 | BDC2 #BDC2CB | BordersInactive statesPlaceholder text |
| 400 | 9BA2 #9BA2B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E87 #7E879A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636B #636B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F55 #4F5564 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383D #383D47 | 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: #BDC2CB;
--slate-gray-400: #9BA2B0;
--slate-gray-500: #7E879A;
--slate-gray-600: #636B7E;
--slate-gray-700: #4F5564;
--slate-gray-800: #383D47;
--slate-gray-900: #24272E;
--slate-gray-950: #16181D;
}