Slate Gray
#808599
BlueColor Codes
All color formats for development
HEX
#808599RGB
rgb(128, 133, 153)HSL
hsl(228, 11%, 55%)OKLCH
oklch(0.619 0.031 274.4)CMYK
cmyk(16%, 13%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70768C
2#64697D
3#575C6D
4#4B4F5D
5#3E414E
6#32343E
7#25272F
8#191A1F
9#0C0D10
Tints
Lighter variations
1#8C91A3
2#999DAD
3#A6A9B8
4#B3B6C2
5#BFC2CC
6#CCCED6
7#D9DAE0
8#E6E7EB
9#F2F3F5
Tones
Muted variations
1#818598
2#828696
3#838795
4#858894
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 | DADC #DADCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC0 #BEC0CB | BordersInactive statesPlaceholder text |
| 400 | 9CA0 #9CA0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8085 #808599 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6469 #64697D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F53 #4F5363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393C #393C47 | 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: #DADCE1;
--slate-gray-300: #BEC0CB;
--slate-gray-400: #9CA0B0;
--slate-gray-500: #808599;
--slate-gray-600: #64697D;
--slate-gray-700: #4F5363;
--slate-gray-800: #393C47;
--slate-gray-900: #24262D;
--slate-gray-950: #17181C;
}