Slate Gray
#828497
GrayColor Codes
All color formats for development
HEX
#828497RGB
rgb(130, 132, 151)HSL
hsl(234, 9%, 55%)OKLCH
oklch(0.618 0.029 280.8)CMYK
cmyk(14%, 13%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73758A
2#66687A
3#595B6B
4#4D4E5C
5#40414C
6#33343D
7#26272E
8#1A1A1F
9#0D0D0F
Tints
Lighter variations
1#8E90A1
2#9B9DAB
3#A7A9B6
4#B4B5C0
5#C0C1CB
6#CDCED5
7#D9DAE0
8#E6E6EA
9#F2F3F5
Tones
Muted variations
1#838596
2#848695
3#858693
4#868792
5#878891
6#888990
7#898A8F
8#8A8B8E
9#8B8B8D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC0 #BFC0CA | BordersInactive statesPlaceholder text |
| 400 | 9E9F #9E9FAE | Disabled statesSecondary iconsMuted text |
| 500 | 8284 #828497 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6668 #66687A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5153 #515361 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3B #3A3B45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262C | 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: #ECECEF;
--slate-gray-200: #DBDBE1;
--slate-gray-300: #BFC0CA;
--slate-gray-400: #9E9FAE;
--slate-gray-500: #828497;
--slate-gray-600: #66687A;
--slate-gray-700: #515361;
--slate-gray-800: #3A3B45;
--slate-gray-900: #25262C;
--slate-gray-950: #17181C;
}