Slate Gray
#808799
BlueColor Codes
All color formats for development
HEX
#808799RGB
rgb(128, 135, 153)HSL
hsl(223, 11%, 55%)OKLCH
oklch(0.624 0.028 268.7)CMYK
cmyk(16%, 12%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70788C
2#646B7D
3#575D6D
4#4B505D
5#3E434E
6#32353E
7#25282F
8#191B1F
9#0C0D10
Tints
Lighter variations
1#8C93A3
2#999FAD
3#A6ABB8
4#B3B7C2
5#BFC3CC
6#CCCFD6
7#D9DBE0
8#E6E7EB
9#F2F3F5
Tones
Muted variations
1#818798
2#828896
3#838895
4#858994
5#868A93
6#878A91
7#888B90
8#8A8B8F
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC2 #BEC2CB | BordersInactive statesPlaceholder text |
| 400 | 9CA1 #9CA1B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8087 #808799 | Primary brand colorCTAsActive elementsLinks |
| 600 | 646B #646B7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F55 #4F5563 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393D #393D47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2427 #24272D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DADCE1;
--slate-gray-300: #BEC2CB;
--slate-gray-400: #9CA1B0;
--slate-gray-500: #808799;
--slate-gray-600: #646B7D;
--slate-gray-700: #4F5563;
--slate-gray-800: #393D47;
--slate-gray-900: #24272D;
--slate-gray-950: #17181C;
}