Slate Gray
#829497
GrayColor Codes
All color formats for development
HEX
#829497RGB
rgb(130, 148, 151)HSL
hsl(189, 9%, 55%)OKLCH
oklch(0.653 0.021 208.7)CMYK
cmyk(14%, 2%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73868A
2#66777A
3#59686B
4#4D595C
5#404B4C
6#333C3D
7#262D2E
8#1A1E1F
9#0D0F0F
Tints
Lighter variations
1#8E9EA1
2#9BA9AB
3#A7B4B6
4#B4BEC0
5#C0C9CB
6#CDD4D5
7#D9DFE0
8#E6E9EA
9#F2F4F5
Tones
Muted variations
1#839396
2#849295
3#859193
4#869192
5#879091
6#888F90
7#898E8F
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 | BFC8 #BFC8CA | BordersInactive statesPlaceholder text |
| 400 | 9EAB #9EABAE | Disabled statesSecondary iconsMuted text |
| 500 | 8293 #829397 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6677 #66777A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515F #515F61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A44 #3A4445 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2C | 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: #BFC8CA;
--slate-gray-400: #9EABAE;
--slate-gray-500: #829397;
--slate-gray-600: #66777A;
--slate-gray-700: #515F61;
--slate-gray-800: #3A4445;
--slate-gray-900: #252B2C;
--slate-gray-950: #171B1C;
}