Charcoal
#3A3A45
GrayColor Codes
All color formats for development
HEX
#3A3A45RGB
rgb(58, 58, 69)HSL
hsl(240, 9%, 25%)OKLCH
oklch(0.353 0.019 285.4)CMYK
cmyk(16%, 16%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34343F
2#2E2E38
3#292931
4#23232A
5#1D1D23
6#17171C
7#111115
8#0C0C0E
9#060607
Tints
Lighter variations
1#4B4B5A
2#5D5D6F
3#6E6E84
4#828297
5#9797A8
6#ACACB9
7#C0C0CB
8#D5D5DC
9#EAEAEE
Tones
Muted variations
1#3B3B45
2#3B3B44
3#3C3C44
4#3C3C43
5#3D3D43
6#3D3D42
7#3E3E41
8#3F3F41
9#3F3F40
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 | BFBF #BFBFCA | BordersInactive statesPlaceholder text |
| 400 | 9E9E #9E9EAE | Disabled statesSecondary iconsMuted text |
| 500 | 8282 #828297 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6666 #66667A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5151 #515161 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3A #3A3A45 | 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 {
--charcoal-50: #F7F7F8;
--charcoal-100: #ECECEF;
--charcoal-200: #DBDBE1;
--charcoal-300: #BFBFCA;
--charcoal-400: #9E9EAE;
--charcoal-500: #828297;
--charcoal-600: #66667A;
--charcoal-700: #515161;
--charcoal-800: #3A3A45;
--charcoal-900: #25252C;
--charcoal-950: #17171C;
}