Slate Gray
#818798
BlueColor Codes
All color formats for development
HEX
#818798RGB
rgb(129, 135, 152)HSL
hsl(224, 10%, 55%)OKLCH
oklch(0.624 0.027 270.2)CMYK
cmyk(15%, 11%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72788B
2#656B7B
3#585E6C
4#4C505D
5#3F434D
6#32353E
7#26282E
8#191B1F
9#0D0D0F
Tints
Lighter variations
1#8D93A2
2#9A9FAC
3#A7ABB7
4#B3B7C1
5#C0C3CB
6#CDCFD6
7#D9DBE0
8#E6E7EA
9#F2F3F5
Tones
Muted variations
1#828797
2#838895
3#848994
4#858993
5#878A92
6#888A91
7#898B90
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 | BEC2 #BEC2CA | BordersInactive statesPlaceholder text |
| 400 | 9DA2 #9DA2AF | Disabled statesSecondary iconsMuted text |
| 500 | 8187 #818798 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656B #656B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5055 #505562 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393D #393D46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272D | 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: #BEC2CA;
--slate-gray-400: #9DA2AF;
--slate-gray-500: #818798;
--slate-gray-600: #656B7B;
--slate-gray-700: #505562;
--slate-gray-800: #393D46;
--slate-gray-900: #25272D;
--slate-gray-950: #17181C;
}