Slate Gray
#808299
BlueColor Codes
All color formats for development
HEX
#808299RGB
rgb(128, 130, 153)HSL
hsl(235, 11%, 55%)OKLCH
oklch(0.613 0.035 281.4)CMYK
cmyk(16%, 15%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70738C
2#64667D
3#57596D
4#4B4C5D
5#3E404E
6#32333E
7#25262F
8#19191F
9#0C0D10
Tints
Lighter variations
1#8C8EA3
2#999BAD
3#A6A7B8
4#B3B4C2
5#BFC0CC
6#CCCDD6
7#D9D9E0
8#E6E6EB
9#F2F2F5
Tones
Muted variations
1#818398
2#828496
3#838595
4#858694
5#868793
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 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBF #BEBFCB | BordersInactive statesPlaceholder text |
| 400 | 9C9E #9C9EB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8082 #808299 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6466 #64667D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F51 #4F5163 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393A #393A47 | 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: #EBECEF;
--slate-gray-200: #DADBE1;
--slate-gray-300: #BEBFCB;
--slate-gray-400: #9C9EB0;
--slate-gray-500: #808299;
--slate-gray-600: #64667D;
--slate-gray-700: #4F5163;
--slate-gray-800: #393A47;
--slate-gray-900: #24252D;
--slate-gray-950: #17171C;
}