Slate Gray
#808099
BlueColor Codes
All color formats for development
HEX
#808099RGB
rgb(128, 128, 153)HSL
hsl(240, 11%, 55%)OKLCH
oklch(0.609 0.038 285.2)CMYK
cmyk(16%, 16%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70708C
2#64647D
3#57576D
4#4B4B5D
5#3E3E4E
6#32323E
7#25252F
8#19191F
9#0C0C10
Tints
Lighter variations
1#8C8CA3
2#9999AD
3#A6A6B8
4#B3B3C2
5#BFBFCC
6#CCCCD6
7#D9D9E0
8#E6E6EB
9#F2F2F5
Tones
Muted variations
1#818198
2#828296
3#838395
4#858594
5#868693
6#878791
7#888890
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 | 9C9C #9C9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8080 #808099 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6464 #64647D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242D | 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: #9C9CB0;
--slate-gray-500: #808099;
--slate-gray-600: #64647D;
--slate-gray-700: #4F4F63;
--slate-gray-800: #393947;
--slate-gray-900: #24242D;
--slate-gray-950: #17171C;
}