Slate Gray
#808C99
BlueColor Codes
All color formats for development
HEX
#808C99RGB
rgb(128, 140, 153)HSL
hsl(211, 11%, 55%)OKLCH
oklch(0.635 0.024 250.3)CMYK
cmyk(16%, 8%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#707E8C
2#64707D
3#57626D
4#4B545D
5#3E464E
6#32383E
7#252A2F
8#191C1F
9#0C0E10
Tints
Lighter variations
1#8C97A3
2#99A3AD
3#A6AEB8
4#B3BAC2
5#BFC5CC
6#CCD1D6
7#D9DCE0
8#E6E8EB
9#F2F3F5
Tones
Muted variations
1#818C98
2#828C96
3#838C95
4#858C94
5#868C93
6#878C91
7#888C90
8#8A8C8F
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC4 #BEC4CB | BordersInactive statesPlaceholder text |
| 400 | 9CA5 #9CA5B0 | Disabled statesSecondary iconsMuted text |
| 500 | 808C #808C99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6470 #64707D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F59 #4F5963 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3940 #394047 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2429 #24292D | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBEDEF;
--slate-gray-200: #DADEE1;
--slate-gray-300: #BEC4CB;
--slate-gray-400: #9CA5B0;
--slate-gray-500: #808C99;
--slate-gray-600: #64707D;
--slate-gray-700: #4F5963;
--slate-gray-800: #394047;
--slate-gray-900: #24292D;
--slate-gray-950: #17191C;
}