Slate Gray
#818298
BlueColor Codes
All color formats for development
HEX
#818298RGB
rgb(129, 130, 152)HSL
hsl(237, 10%, 55%)OKLCH
oklch(0.613 0.033 283.3)CMYK
cmyk(15%, 14%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72738B
2#65667B
3#58596C
4#4C4D5D
5#3F404D
6#32333E
7#26262E
8#191A1F
9#0D0D0F
Tints
Lighter variations
1#8D8EA2
2#9A9BAC
3#A7A7B7
4#B3B4C1
5#C0C0CB
6#CDCDD6
7#D9D9E0
8#E6E6EA
9#F2F2F5
Tones
Muted variations
1#828397
2#838495
3#848594
4#858693
5#878792
6#888891
7#898990
8#8A8A8F
9#8B8B8D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBF #BEBFCA | BordersInactive statesPlaceholder text |
| 400 | 9D9E #9D9EAF | Disabled statesSecondary iconsMuted text |
| 500 | 8182 #818298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6566 #65667B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5051 #505162 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393A #393A46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DBDBE1;
--slate-gray-300: #BEBFCA;
--slate-gray-400: #9D9EAF;
--slate-gray-500: #818298;
--slate-gray-600: #65667B;
--slate-gray-700: #505162;
--slate-gray-800: #393A46;
--slate-gray-900: #25252D;
--slate-gray-950: #17171C;
}