Slate Gray
#819498
CyanColor Codes
All color formats for development
HEX
#819498RGB
rgb(129, 148, 152)HSL
hsl(190, 10%, 55%)OKLCH
oklch(0.653 0.023 211.8)CMYK
cmyk(15%, 3%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72878B
2#65787B
3#58696C
4#4C5A5D
5#3F4B4D
6#323C3E
7#262D2E
8#191E1F
9#0D0F0F
Tints
Lighter variations
1#8D9FA2
2#9AA9AC
3#A7B4B7
4#B3BFC1
5#C0C9CB
6#CDD4D6
7#D9DFE0
8#E6EAEA
9#F2F4F5
Tones
Muted variations
1#829397
2#839295
3#849294
4#859193
5#879092
6#888F91
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 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC8 #BEC8CA | BordersInactive statesPlaceholder text |
| 400 | 9DAC #9DACAF | Disabled statesSecondary iconsMuted text |
| 500 | 8194 #819498 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6578 #65787B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505F #505F62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3944 #394446 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | 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: #9DACAF;
--slate-gray-500: #819498;
--slate-gray-600: #65787B;
--slate-gray-700: #505F62;
--slate-gray-800: #394446;
--slate-gray-900: #252C2D;
--slate-gray-950: #171B1C;
}