Slate Gray
#818398
BlueColor Codes
All color formats for development
HEX
#818398RGB
rgb(129, 131, 152)HSL
hsl(235, 10%, 55%)OKLCH
oklch(0.616 0.032 281.1)CMYK
cmyk(15%, 14%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72748B
2#65677B
3#585A6C
4#4C4D5D
5#3F404D
6#32333E
7#26272E
8#191A1F
9#0D0D0F
Tints
Lighter variations
1#8D8FA2
2#9A9CAC
3#A7A8B7
4#B3B4C1
5#C0C1CB
6#CDCDD6
7#D9DAE0
8#E6E6EA
9#F2F3F5
Tones
Muted variations
1#828497
2#838595
3#848694
4#858793
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 | 8183 #818398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6567 #65677B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5052 #505262 | 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: #818398;
--slate-gray-600: #65677B;
--slate-gray-700: #505262;
--slate-gray-800: #393A46;
--slate-gray-900: #25252D;
--slate-gray-950: #17171C;
}