Charcoal
#46460B
YellowColor Codes
All color formats for development
HEX
#46460BRGB
rgb(70, 70, 11)HSL
hsl(60, 73%, 16%)OKLCH
oklch(0.382 0.076 109.5)CMYK
cmyk(0%, 0%, 84%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40400A
2#383809
3#313108
4#2A2A07
5#232306
6#1C1C04
7#151503
8#0E0E02
9#070701
Tints
Lighter variations
1#6C6C11
2#919117
3#B6B61C
4#DBDB22
5#E2E246
6#E8E86B
7#EEEE90
8#F3F3B5
9#F9F9DA
Tones
Muted variations
1#44440E
2#414111
3#3E3E14
4#3B3B17
5#38381A
6#35351D
7#323220
8#2F2F23
9#2C2C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAFA #FAFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F6 #F6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFEF #EFEF9A | BordersInactive statesPlaceholder text |
| 400 | E7E7 #E7E765 | Disabled statesSecondary iconsMuted text |
| 500 | E0E0 #E0E038 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2C2 #C2C21E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A9A #9A9A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E6E #6E6E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470B | Primary textHigh emphasis contentDark headings |
| 950 | 2C2C #2C2C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFDF2;
--charcoal-100: #FAFAE0;
--charcoal-200: #F6F6C6;
--charcoal-300: #EFEF9A;
--charcoal-400: #E7E765;
--charcoal-500: #E0E038;
--charcoal-600: #C2C21E;
--charcoal-700: #9A9A18;
--charcoal-800: #6E6E11;
--charcoal-900: #47470B;
--charcoal-950: #2C2C07;
}