Slate Gray
#829097
GrayColor Codes
All color formats for development
HEX
#829097RGB
rgb(130, 144, 151)HSL
hsl(200, 9%, 55%)OKLCH
oklch(0.644 0.019 229.2)CMYK
cmyk(14%, 5%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73828A
2#66747A
3#59656B
4#4D575C
5#40484C
6#333A3D
7#262B2E
8#1A1D1F
9#0D0E0F
Tints
Lighter variations
1#8E9BA1
2#9BA6AB
3#A7B1B6
4#B4BCC0
5#C0C7CB
6#CDD2D5
7#D9DEE0
8#E6E9EA
9#F2F4F5
Tones
Muted variations
1#838F96
2#848F95
3#858F93
4#868E92
5#878E91
6#888E90
7#898D8F
8#8A8D8E
9#8B8D8D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC6 #BFC6CA | BordersInactive statesPlaceholder text |
| 400 | 9EA8 #9EA8AE | Disabled statesSecondary iconsMuted text |
| 500 | 8290 #829097 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6674 #66747A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515C #515C61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A42 #3A4245 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2C | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #ECEEEF;
--slate-gray-200: #DBDFE1;
--slate-gray-300: #BFC6CA;
--slate-gray-400: #9EA8AE;
--slate-gray-500: #829097;
--slate-gray-600: #66747A;
--slate-gray-700: #515C61;
--slate-gray-800: #3A4245;
--slate-gray-900: #252A2C;
--slate-gray-950: #171A1C;
}