Slate Gray
#828397
GrayColor Codes
All color formats for development
HEX
#828397RGB
rgb(130, 131, 151)HSL
hsl(237, 9%, 55%)OKLCH
oklch(0.616 0.03 283.2)CMYK
cmyk(14%, 13%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73748A
2#66677A
3#595A6B
4#4D4D5C
5#40404C
6#33343D
7#26272E
8#1A1A1F
9#0D0D0F
Tints
Lighter variations
1#8E8FA1
2#9B9CAB
3#A7A8B6
4#B4B5C0
5#C0C1CB
6#CDCDD5
7#D9DAE0
8#E6E6EA
9#F2F3F5
Tones
Muted variations
1#838496
2#848595
3#858693
4#868792
5#878891
6#888990
7#89898F
8#8A8A8E
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 | 8283 #828397 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6667 #66677A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5152 #515261 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3B #3A3B45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252C | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | 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: #828397;
--slate-gray-600: #66677A;
--slate-gray-700: #515261;
--slate-gray-800: #3A3B45;
--slate-gray-900: #25252C;
--slate-gray-950: #17171C;
}