Slate Gray
#809399
CyanColor Codes
All color formats for development
HEX
#809399RGB
rgb(128, 147, 153)HSL
hsl(194, 11%, 55%)OKLCH
oklch(0.65 0.024 218.7)CMYK
cmyk(16%, 4%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70868C
2#64777D
3#57686D
4#4B595D
5#3E4A4E
6#323B3E
7#252D2F
8#191E1F
9#0C0F10
Tints
Lighter variations
1#8C9EA3
2#99A9AD
3#A6B3B8
4#B3BEC2
5#BFC9CC
6#CCD4D6
7#D9DFE0
8#E6E9EB
9#F2F4F5
Tones
Muted variations
1#819298
2#829296
3#839195
4#859094
5#869093
6#878F91
7#888E90
8#8A8E8F
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC8 #BEC8CB | BordersInactive statesPlaceholder text |
| 400 | 9CAB #9CABB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8093 #809399 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6477 #64777D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5E #4F5E63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242B #242B2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #EBEEEF;
--slate-gray-200: #DAE0E1;
--slate-gray-300: #BEC8CB;
--slate-gray-400: #9CABB0;
--slate-gray-500: #809399;
--slate-gray-600: #64777D;
--slate-gray-700: #4F5E63;
--slate-gray-800: #394347;
--slate-gray-900: #242B2D;
--slate-gray-950: #171B1C;
}