Slate Gray
#829597
GrayColor Codes
All color formats for development
HEX
#829597RGB
rgb(130, 149, 151)HSL
hsl(186, 9%, 55%)OKLCH
oklch(0.655 0.022 204.4)CMYK
cmyk(14%, 1%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73878A
2#66787A
3#59696B
4#4D5A5C
5#404B4C
6#333C3D
7#262D2E
8#1A1E1F
9#0D0F0F
Tints
Lighter variations
1#8E9FA1
2#9BAAAB
3#A7B4B6
4#B4BFC0
5#C0CACB
6#CDD4D5
7#D9DFE0
8#E6EAEA
9#F2F4F5
Tones
Muted variations
1#839496
2#849395
3#859293
4#869192
5#879091
6#889090
7#898F8F
8#8A8E8E
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 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC9 #BFC9CA | BordersInactive statesPlaceholder text |
| 400 | 9EAC #9EACAE | Disabled statesSecondary iconsMuted text |
| 500 | 8295 #829597 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6678 #66787A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5160 #516061 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A44 #3A4445 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2C | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | 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: #DBE0E1;
--slate-gray-300: #BFC9CA;
--slate-gray-400: #9EACAE;
--slate-gray-500: #829597;
--slate-gray-600: #66787A;
--slate-gray-700: #516061;
--slate-gray-800: #3A4445;
--slate-gray-900: #252C2C;
--slate-gray-950: #171B1C;
}