Slate Gray
#808399
BlueColor Codes
All color formats for development
HEX
#808399RGB
rgb(128, 131, 153)HSL
hsl(233, 11%, 55%)OKLCH
oklch(0.615 0.033 279.2)CMYK
cmyk(16%, 14%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70748C
2#64677D
3#575A6D
4#4B4D5D
5#3E404E
6#32333E
7#25272F
8#191A1F
9#0C0D10
Tints
Lighter variations
1#8C8FA3
2#999BAD
3#A6A8B8
4#B3B4C2
5#BFC1CC
6#CCCDD6
7#D9DAE0
8#E6E6EB
9#F2F3F5
Tones
Muted variations
1#818498
2#828596
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 | 8083 #808399 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6467 #64677D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F52 #4F5263 | 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: #808399;
--slate-gray-600: #64677D;
--slate-gray-700: #4F5263;
--slate-gray-800: #393A47;
--slate-gray-900: #24252D;
--slate-gray-950: #17171C;
}