Slate Gray
#808699
BlueColor Codes
All color formats for development
HEX
#808699RGB
rgb(128, 134, 153)HSL
hsl(226, 11%, 55%)OKLCH
oklch(0.622 0.029 271.6)CMYK
cmyk(16%, 12%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70778C
2#646A7D
3#575C6D
4#4B4F5D
5#3E424E
6#32353E
7#25282F
8#191A1F
9#0C0D10
Tints
Lighter variations
1#8C92A3
2#999EAD
3#A6AAB8
4#B3B6C2
5#BFC2CC
6#CCCED6
7#D9DBE0
8#E6E7EB
9#F2F3F5
Tones
Muted variations
1#818698
2#828796
3#838895
4#858894
5#868993
6#878A91
7#888A90
8#8A8B8F
9#8B8C8E
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 | BEC1 #BEC1CB | BordersInactive statesPlaceholder text |
| 400 | 9CA1 #9CA1B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8086 #808699 | Primary brand colorCTAsActive elementsLinks |
| 600 | 646A #646A7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F54 #4F5463 | 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: #BEC1CB;
--slate-gray-400: #9CA1B0;
--slate-gray-500: #808699;
--slate-gray-600: #646A7D;
--slate-gray-700: #4F5463;
--slate-gray-800: #393C47;
--slate-gray-900: #24262D;
--slate-gray-950: #17181C;
}