Slate Gray
#808B99
BlueColor Codes
All color formats for development
HEX
#808B99RGB
rgb(128, 139, 153)HSL
hsl(214, 11%, 55%)OKLCH
oklch(0.632 0.025 254.5)CMYK
cmyk(16%, 9%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#707C8C
2#646F7D
3#57616D
4#4B535D
5#3E454E
6#32373E
7#25292F
8#191C1F
9#0C0E10
Tints
Lighter variations
1#8C96A3
2#99A2AD
3#A6ADB8
4#B3B9C2
5#BFC5CC
6#CCD0D6
7#D9DCE0
8#E6E8EB
9#F2F3F5
Tones
Muted variations
1#818B98
2#828B96
3#838B95
4#858B94
5#868B93
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 | DADD #DADDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC3 #BEC3CB | BordersInactive statesPlaceholder text |
| 400 | 9CA4 #9CA4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 808B #808B99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 646F #646F7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F58 #4F5863 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393F #393F47 | 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: #808B99;
--slate-gray-600: #646F7D;
--slate-gray-700: #4F5863;
--slate-gray-800: #393F47;
--slate-gray-900: #24282D;
--slate-gray-950: #17191C;
}