Charcoal
#3C3C44
GrayColor Codes
All color formats for development
HEX
#3C3C44RGB
rgb(60, 60, 68)HSL
hsl(240, 6%, 25%)OKLCH
oklch(0.359 0.014 285.7)CMYK
cmyk(12%, 12%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36363D
2#303036
3#2A2A2F
4#242429
5#1E1E22
6#18181B
7#121214
8#0C0C0E
9#060607
Tints
Lighter variations
1#4E4E58
2#60606C
3#727280
4#858593
5#9A9AA5
6#AEAEB7
7#C2C2C9
8#D6D6DB
9#EBEBED
Tones
Muted variations
1#3C3C43
2#3D3D43
3#3D3D42
4#3D3D42
5#3E3E42
6#3E3E41
7#3F3F41
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 #ECECEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCDC #DCDCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C1C1 #C1C1C8 | BordersInactive statesPlaceholder text |
| 400 | A0A0 #A0A0AB | Disabled statesSecondary iconsMuted text |
| 500 | 8585 #858593 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6969 #696977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5454 #54545F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C3C #3C3C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2626 #26262B | Primary textHigh emphasis contentDark headings |
| 950 | 1818 #18181B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #ECECEE;
--charcoal-200: #DCDCE0;
--charcoal-300: #C1C1C8;
--charcoal-400: #A0A0AB;
--charcoal-500: #858593;
--charcoal-600: #696977;
--charcoal-700: #54545F;
--charcoal-800: #3C3C44;
--charcoal-900: #26262B;
--charcoal-950: #18181B;
}