Slate Gray
#818698
BlueColor Codes
All color formats for development
HEX
#818698RGB
rgb(129, 134, 152)HSL
hsl(227, 10%, 55%)OKLCH
oklch(0.622 0.028 273.3)CMYK
cmyk(15%, 12%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72778B
2#656A7B
3#585D6C
4#4C4F5D
5#3F424D
6#32353E
7#26282E
8#191A1F
9#0D0D0F
Tints
Lighter variations
1#8D92A2
2#9A9EAC
3#A7AAB7
4#B3B6C1
5#C0C2CB
6#CDCED6
7#D9DBE0
8#E6E7EA
9#F2F3F5
Tones
Muted variations
1#828697
2#838795
3#848894
4#858893
5#878992
6#888A91
7#898A90
8#8A8B8F
9#8B8C8D
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 | BEC1 #BEC1CA | BordersInactive statesPlaceholder text |
| 400 | 9DA1 #9DA1AF | Disabled statesSecondary iconsMuted text |
| 500 | 8186 #818698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656A #656A7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5054 #505462 | 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: #BEC1CA;
--slate-gray-400: #9DA1AF;
--slate-gray-500: #818698;
--slate-gray-600: #656A7B;
--slate-gray-700: #505462;
--slate-gray-800: #393C46;
--slate-gray-900: #25262D;
--slate-gray-950: #17181C;
}