Slate Gray
#818C98
BlueColor Codes
All color formats for development
HEX
#818C98RGB
rgb(129, 140, 152)HSL
hsl(211, 10%, 55%)OKLCH
oklch(0.635 0.022 250.5)CMYK
cmyk(15%, 8%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#727E8B
2#65707B
3#58626C
4#4C545D
5#3F464D
6#32383E
7#262A2E
8#191C1F
9#0D0E0F
Tints
Lighter variations
1#8D97A2
2#9AA3AC
3#A7AEB7
4#B3BAC1
5#C0C5CB
6#CDD1D6
7#D9DCE0
8#E6E8EA
9#F2F3F5
Tones
Muted variations
1#828C97
2#838C95
3#848C94
4#858C93
5#878C92
6#888C91
7#898C90
8#8A8C8F
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 | BEC4 #BEC4CA | BordersInactive statesPlaceholder text |
| 400 | 9DA5 #9DA5AF | Disabled statesSecondary iconsMuted text |
| 500 | 818C #818C98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6570 #65707B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5059 #505962 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3940 #394046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292D | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | 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: #BEC4CA;
--slate-gray-400: #9DA5AF;
--slate-gray-500: #818C98;
--slate-gray-600: #65707B;
--slate-gray-700: #505962;
--slate-gray-800: #394046;
--slate-gray-900: #25292D;
--slate-gray-950: #17191C;
}