Slate Gray
#819698
CyanColor Codes
All color formats for development
HEX
#819698RGB
rgb(129, 150, 152)HSL
hsl(185, 10%, 55%)OKLCH
oklch(0.657 0.024 203.6)CMYK
cmyk(15%, 1%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72898B
2#657A7B
3#586A6C
4#4C5B5D
5#3F4C4D
6#323D3E
7#262E2E
8#191E1F
9#0D0F0F
Tints
Lighter variations
1#8DA0A2
2#9AABAC
3#A7B5B7
4#B3C0C1
5#C0CACB
6#CDD5D6
7#D9DFE0
8#E6EAEA
9#F2F4F5
Tones
Muted variations
1#829597
2#839495
3#849394
4#859293
5#879192
6#889091
7#898F90
8#8A8E8F
9#8B8D8D
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 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC9 #BEC9CA | BordersInactive statesPlaceholder text |
| 400 | 9DAD #9DADAF | Disabled statesSecondary iconsMuted text |
| 500 | 8196 #819698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657A #657A7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5061 #506162 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3945 #394546 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | 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: #DBE1E1;
--slate-gray-300: #BEC9CA;
--slate-gray-400: #9DADAF;
--slate-gray-500: #819698;
--slate-gray-600: #657A7B;
--slate-gray-700: #506162;
--slate-gray-800: #394546;
--slate-gray-900: #252C2D;
--slate-gray-950: #171C1C;
}