Charcoal
#3C4444
GrayColor Codes
All color formats for development
HEX
#3C4444RGB
rgb(60, 68, 68)HSL
hsl(180, 6%, 25%)OKLCH
oklch(0.379 0.011 196.7)CMYK
cmyk(12%, 0%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#363D3D
2#303636
3#2A2F2F
4#242929
5#1E2222
6#181B1B
7#121414
8#0C0E0E
9#060707
Tints
Lighter variations
1#4E5858
2#606C6C
3#728080
4#859393
5#9AA5A5
6#AEB7B7
7#C2C9C9
8#D6DBDB
9#EBEDED
Tones
Muted variations
1#3C4343
2#3D4343
3#3D4242
4#3D4242
5#3E4242
6#3E4141
7#3F4141
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 #ECEEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCE0 #DCE0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C1C8 #C1C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AB #A0ABAB | Disabled statesSecondary iconsMuted text |
| 500 | 8593 #859393 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6977 #697777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 545F #545F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C44 #3C4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262B #262B2B | Primary textHigh emphasis contentDark headings |
| 950 | 181B #181B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #ECEEEE;
--charcoal-200: #DCE0E0;
--charcoal-300: #C1C8C8;
--charcoal-400: #A0ABAB;
--charcoal-500: #859393;
--charcoal-600: #697777;
--charcoal-700: #545F5F;
--charcoal-800: #3C4444;
--charcoal-900: #262B2B;
--charcoal-950: #181B1B;
}