Slate Gray
#809999
CyanColor Codes
All color formats for development
HEX
#809999RGB
rgb(128, 153, 153)HSL
hsl(180, 11%, 55%)OKLCH
oklch(0.664 0.028 196.5)CMYK
cmyk(16%, 0%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#708C8C
2#647D7D
3#576D6D
4#4B5D5D
5#3E4E4E
6#323E3E
7#252F2F
8#191F1F
9#0C1010
Tints
Lighter variations
1#8CA3A3
2#99ADAD
3#A6B8B8
4#B3C2C2
5#BFCCCC
6#CCD6D6
7#D9E0E0
8#E6EBEB
9#F2F5F5
Tones
Muted variations
1#819898
2#829696
3#839595
4#859494
5#869393
6#879191
7#889090
8#8A8F8F
9#8B8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECB #BECBCB | BordersInactive statesPlaceholder text |
| 400 | 9CB0 #9CB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8099 #809999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 647D #647D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F63 #4F6363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3947 #394747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #EBEFEF;
--slate-gray-200: #DAE1E1;
--slate-gray-300: #BECBCB;
--slate-gray-400: #9CB0B0;
--slate-gray-500: #809999;
--slate-gray-600: #647D7D;
--slate-gray-700: #4F6363;
--slate-gray-800: #394747;
--slate-gray-900: #242D2D;
--slate-gray-950: #171C1C;
}