Slate Gray
#819398
CyanColor Codes
All color formats for development
HEX
#819398RGB
rgb(129, 147, 152)HSL
hsl(193, 10%, 55%)OKLCH
oklch(0.651 0.022 216.3)CMYK
cmyk(15%, 3%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72858B
2#65777B
3#58686C
4#4C595D
5#3F4A4D
6#323B3E
7#262C2E
8#191E1F
9#0D0F0F
Tints
Lighter variations
1#8D9EA2
2#9AA8AC
3#A7B3B7
4#B3BEC1
5#C0C9CB
6#CDD4D6
7#D9DFE0
8#E6E9EA
9#F2F4F5
Tones
Muted variations
1#829297
2#839195
3#849194
4#859093
5#879092
6#888F91
7#898E90
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 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC8 #BEC8CA | BordersInactive statesPlaceholder text |
| 400 | 9DAB #9DABAF | Disabled statesSecondary iconsMuted text |
| 500 | 8193 #819398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6577 #65777B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505E #505E62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394346 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2D | 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: #DBE0E1;
--slate-gray-300: #BEC8CA;
--slate-gray-400: #9DABAF;
--slate-gray-500: #819398;
--slate-gray-600: #65777B;
--slate-gray-700: #505E62;
--slate-gray-800: #394346;
--slate-gray-900: #252B2D;
--slate-gray-950: #171B1C;
}