Slate Gray
#819898
CyanColor Codes
All color formats for development
HEX
#819898RGB
rgb(129, 152, 152)HSL
hsl(180, 10%, 55%)OKLCH
oklch(0.662 0.026 196.5)CMYK
cmyk(15%, 0%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#728B8B
2#657B7B
3#586C6C
4#4C5D5D
5#3F4D4D
6#323E3E
7#262E2E
8#191F1F
9#0D0F0F
Tints
Lighter variations
1#8DA2A2
2#9AACAC
3#A7B7B7
4#B3C1C1
5#C0CBCB
6#CDD6D6
7#D9E0E0
8#E6EAEA
9#F2F5F5
Tones
Muted variations
1#829797
2#839595
3#849494
4#859393
5#879292
6#889191
7#899090
8#8A8F8F
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 | BECA #BECACA | BordersInactive statesPlaceholder text |
| 400 | 9DAF #9DAFAF | Disabled statesSecondary iconsMuted text |
| 500 | 8198 #819898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657B #657B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5062 #506262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3946 #394646 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252D #252D2D | 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: #BECACA;
--slate-gray-400: #9DAFAF;
--slate-gray-500: #819898;
--slate-gray-600: #657B7B;
--slate-gray-700: #506262;
--slate-gray-800: #394646;
--slate-gray-900: #252D2D;
--slate-gray-950: #171C1C;
}