Charcoal
#3A4545
GrayColor Codes
All color formats for development
HEX
#3A4545RGB
rgb(58, 69, 69)HSL
hsl(180, 9%, 25%)OKLCH
oklch(0.381 0.014 196.6)CMYK
cmyk(16%, 0%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#343F3F
2#2E3838
3#293131
4#232A2A
5#1D2323
6#171C1C
7#111515
8#0C0E0E
9#060707
Tints
Lighter variations
1#4B5A5A
2#5D6F6F
3#6E8484
4#829797
5#97A8A8
6#ACB9B9
7#C0CBCB
8#D5DCDC
9#EAEEEE
Tones
Muted variations
1#3B4545
2#3B4444
3#3C4444
4#3C4343
5#3D4343
6#3D4242
7#3E4141
8#3F4141
9#3F4040
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEF #ECEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFCA #BFCACA | BordersInactive statesPlaceholder text |
| 400 | 9EAE #9EAEAE | Disabled statesSecondary iconsMuted text |
| 500 | 8297 #829797 | Primary brand colorCTAsActive elementsLinks |
| 600 | 667A #667A7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5161 #516161 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A45 #3A4545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2C | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #ECEFEF;
--charcoal-200: #DBE1E1;
--charcoal-300: #BFCACA;
--charcoal-400: #9EAEAE;
--charcoal-500: #829797;
--charcoal-600: #667A7A;
--charcoal-700: #516161;
--charcoal-800: #3A4545;
--charcoal-900: #252C2C;
--charcoal-950: #171C1C;
}