Slate Gray
#808A99
BlueColor Codes
All color formats for development
HEX
#808A99RGB
rgb(128, 138, 153)HSL
hsl(216, 11%, 55%)OKLCH
oklch(0.63 0.025 258.4)CMYK
cmyk(16%, 10%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#707B8C
2#646E7D
3#57606D
4#4B525D
5#3E454E
6#32373E
7#25292F
8#191B1F
9#0C0E10
Tints
Lighter variations
1#8C95A3
2#99A1AD
3#A6ADB8
4#B3B9C2
5#BFC4CC
6#CCD0D6
7#D9DCE0
8#E6E8EB
9#F2F3F5
Tones
Muted variations
1#818A98
2#828A96
3#838A95
4#858B94
5#868B93
6#878B91
7#888B90
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 | DADD #DADDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC3 #BEC3CB | BordersInactive statesPlaceholder text |
| 400 | 9CA4 #9CA4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 808A #808A99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 646E #646E7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F57 #4F5763 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393E #393E47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2428 #24282D | 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: #DADDE1;
--slate-gray-300: #BEC3CB;
--slate-gray-400: #9CA4B0;
--slate-gray-500: #808A99;
--slate-gray-600: #646E7D;
--slate-gray-700: #4F5763;
--slate-gray-800: #393E47;
--slate-gray-900: #24282D;
--slate-gray-950: #17191C;
}