Slate Gray
#818898
BlueColor Codes
All color formats for development
HEX
#818898RGB
rgb(129, 136, 152)HSL
hsl(222, 10%, 55%)OKLCH
oklch(0.626 0.025 266.8)CMYK
cmyk(15%, 11%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72798B
2#656C7B
3#585E6C
4#4C515D
5#3F434D
6#32363E
7#26282E
8#191B1F
9#0D0D0F
Tints
Lighter variations
1#8D94A2
2#9AA0AC
3#A7ABB7
4#B3B7C1
5#C0C3CB
6#CDCFD6
7#D9DBE0
8#E6E7EA
9#F2F3F5
Tones
Muted variations
1#828897
2#838995
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 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC2 #BEC2CA | BordersInactive statesPlaceholder text |
| 400 | 9DA2 #9DA2AF | Disabled statesSecondary iconsMuted text |
| 500 | 8188 #818898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656C #656C7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5056 #505662 | 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: #DBDDE1;
--slate-gray-300: #BEC2CA;
--slate-gray-400: #9DA2AF;
--slate-gray-500: #818898;
--slate-gray-600: #656C7B;
--slate-gray-700: #505662;
--slate-gray-800: #393D46;
--slate-gray-900: #25272D;
--slate-gray-950: #17181C;
}