Slate Gray
#808499
BlueColor Codes
All color formats for development
HEX
#808499RGB
rgb(128, 132, 153)HSL
hsl(230, 11%, 55%)OKLCH
oklch(0.617 0.032 276.9)CMYK
cmyk(16%, 14%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70758C
2#64687D
3#575B6D
4#4B4E5D
5#3E414E
6#32343E
7#25272F
8#191A1F
9#0C0D10
Tints
Lighter variations
1#8C90A3
2#999CAD
3#A6A9B8
4#B3B5C2
5#BFC1CC
6#CCCED6
7#D9DAE0
8#E6E6EB
9#F2F3F5
Tones
Muted variations
1#818598
2#828696
3#838695
4#858794
5#868893
6#878991
7#888A90
8#8A8B8F
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 | BEC0 #BEC0CB | BordersInactive statesPlaceholder text |
| 400 | 9C9F #9C9FB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8084 #808499 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6468 #64687D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F53 #4F5363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393B #393B47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262D | 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: #DADBE1;
--slate-gray-300: #BEC0CB;
--slate-gray-400: #9C9FB0;
--slate-gray-500: #808499;
--slate-gray-600: #64687D;
--slate-gray-700: #4F5363;
--slate-gray-800: #393B47;
--slate-gray-900: #24262D;
--slate-gray-950: #17181C;
}