Slate Gray
#808199
BlueColor Codes
All color formats for development
HEX
#808199RGB
rgb(128, 129, 153)HSL
hsl(238, 11%, 55%)OKLCH
oklch(0.611 0.036 283.4)CMYK
cmyk(16%, 16%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70718C
2#64657D
3#57586D
4#4B4C5D
5#3E3F4E
6#32323E
7#25262F
8#19191F
9#0C0D10
Tints
Lighter variations
1#8C8DA3
2#999AAD
3#A6A6B8
4#B3B3C2
5#BFC0CC
6#CCCCD6
7#D9D9E0
8#E6E6EB
9#F2F2F5
Tones
Muted variations
1#818298
2#828396
3#838495
4#858594
5#868693
6#878891
7#888990
8#8A8A8F
9#8B8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECB | BordersInactive statesPlaceholder text |
| 400 | 9C9D #9C9DB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8080 #808099 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6465 #64657D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F50 #4F5063 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBEBEF;
--slate-gray-200: #DADAE1;
--slate-gray-300: #BEBECB;
--slate-gray-400: #9C9DB0;
--slate-gray-500: #808099;
--slate-gray-600: #64657D;
--slate-gray-700: #4F5063;
--slate-gray-800: #393947;
--slate-gray-900: #24252D;
--slate-gray-950: #17171C;
}