Slate Gray
#7E8B9A
BlueColor Codes
All color formats for development
HEX
#7E8B9ARGB
rgb(126, 139, 154)HSL
hsl(212, 12%, 55%)OKLCH
oklch(0.631 0.027 252)CMYK
cmyk(18%, 10%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F7D8D
2#636F7E
3#56616E
4#4A535E
5#3E464F
6#31383F
7#252A2F
8#191C1F
9#0C0E10
Tints
Lighter variations
1#8B97A4
2#98A2AE
3#A5AEB8
4#B2BAC2
5#BFC5CD
6#CCD1D7
7#D8DCE1
8#E5E8EB
9#F2F3F5
Tones
Muted variations
1#808B99
2#818C97
3#838C96
4#848C95
5#858C93
6#878C92
7#888C90
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 | BDC4 #BDC4CB | BordersInactive statesPlaceholder text |
| 400 | 9BA5 #9BA5B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8B #7E8B9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636F #636F7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F59 #4F5964 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383F #383F47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2428 #24282E | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | 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: #BDC4CB;
--slate-gray-400: #9BA5B0;
--slate-gray-500: #7E8B9A;
--slate-gray-600: #636F7E;
--slate-gray-700: #4F5964;
--slate-gray-800: #383F47;
--slate-gray-900: #24282E;
--slate-gray-950: #16191D;
}