Slate Gray
#818E98
BlueColor Codes
All color formats for development
HEX
#818E98RGB
rgb(129, 142, 152)HSL
hsl(206, 10%, 55%)OKLCH
oklch(0.64 0.021 240.9)CMYK
cmyk(15%, 7%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72808B
2#65727B
3#58636C
4#4C555D
5#3F474D
6#32393E
7#262B2E
8#191C1F
9#0D0E0F
Tints
Lighter variations
1#8D99A2
2#9AA4AC
3#A7B0B7
4#B3BBC1
5#C0C6CB
6#CDD2D6
7#D9DDE0
8#E6E8EA
9#F2F4F5
Tones
Muted variations
1#828E97
2#838D95
3#848D94
4#858D93
5#878D92
6#888D91
7#898D90
8#8A8D8F
9#8B8C8D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDE #DBDEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC5 #BEC5CA | BordersInactive statesPlaceholder text |
| 400 | 9DA7 #9DA7AF | Disabled statesSecondary iconsMuted text |
| 500 | 818E #818E98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6572 #65727B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505A #505A62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3941 #394146 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBEDEF;
--slate-gray-200: #DBDEE1;
--slate-gray-300: #BEC5CA;
--slate-gray-400: #9DA7AF;
--slate-gray-500: #818E98;
--slate-gray-600: #65727B;
--slate-gray-700: #505A62;
--slate-gray-800: #394146;
--slate-gray-900: #25292D;
--slate-gray-950: #171A1C;
}