Charcoal
#3A4445
GrayColor Codes
All color formats for development
HEX
#3A4445RGB
rgb(58, 68, 69)HSL
hsl(185, 9%, 25%)OKLCH
oklch(0.378 0.013 204)CMYK
cmyk(16%, 1%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#343E3F
2#2E3738
3#293031
4#23292A
5#1D2223
6#171B1C
7#111515
8#0C0E0E
9#060707
Tints
Lighter variations
1#4B595A
2#5D6E6F
3#6E8284
4#829597
5#97A7A8
6#ACB8B9
7#C0CACB
8#D5DCDC
9#EAEDEE
Tones
Muted variations
1#3B4445
2#3B4444
3#3C4344
4#3C4343
5#3D4243
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 | ECEE #ECEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC9 #BFC9CA | BordersInactive statesPlaceholder text |
| 400 | 9EAC #9EACAE | Disabled statesSecondary iconsMuted text |
| 500 | 8295 #829597 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6679 #66797A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5160 #516061 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A45 #3A4545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2C | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #ECEEEF;
--charcoal-200: #DBE0E1;
--charcoal-300: #BFC9CA;
--charcoal-400: #9EACAE;
--charcoal-500: #829597;
--charcoal-600: #66797A;
--charcoal-700: #516061;
--charcoal-800: #3A4545;
--charcoal-900: #252C2C;
--charcoal-950: #171B1C;
}