Slate Gray
#818598
BlueColor Codes
All color formats for development
HEX
#818598RGB
rgb(129, 133, 152)HSL
hsl(230, 10%, 55%)OKLCH
oklch(0.62 0.029 276.1)CMYK
cmyk(15%, 12%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72768B
2#65697B
3#585C6C
4#4C4F5D
5#3F414D
6#32343E
7#26272E
8#191A1F
9#0D0D0F
Tints
Lighter variations
1#8D91A2
2#9A9DAC
3#A7A9B7
4#B3B6C1
5#C0C2CB
6#CDCED6
7#D9DAE0
8#E6E7EA
9#F2F3F5
Tones
Muted variations
1#828597
2#838695
3#848794
4#858893
5#878892
6#888991
7#898A90
8#8A8B8F
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 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC0 #BEC0CA | BordersInactive statesPlaceholder text |
| 400 | 9DA0 #9DA0AF | Disabled statesSecondary iconsMuted text |
| 500 | 8185 #818598 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6569 #65697B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5053 #505362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393C #393C46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | 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: #DBDCE1;
--slate-gray-300: #BEC0CA;
--slate-gray-400: #9DA0AF;
--slate-gray-500: #818598;
--slate-gray-600: #65697B;
--slate-gray-700: #505362;
--slate-gray-800: #393C46;
--slate-gray-900: #25262D;
--slate-gray-950: #17181C;
}