Charcoal
#494808
YellowColor Codes
All color formats for development
HEX
#494808RGB
rgb(73, 72, 8)HSL
hsl(59, 80%, 16%)OKLCH
oklch(0.39 0.08 108.6)CMYK
cmyk(0%, 1%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#424107
2#3B3A07
3#333306
4#2C2B05
5#252404
6#1D1D03
7#161602
8#0F0E02
9#070701
Tints
Lighter variations
1#706E0C
2#979411
3#BDBA15
4#E4E019
5#EAE73E
6#EEEC65
7#F2F08B
8#F6F5B2
9#FBFAD8
Tones
Muted variations
1#46450B
2#43420F
3#403F12
4#3C3C15
5#393918
6#36351C
7#33321F
8#2F2F22
9#2C2C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F7 #F8F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F2 #F3F295 | BordersInactive statesPlaceholder text |
| 400 | EDEB #EDEB5E | Disabled statesSecondary iconsMuted text |
| 500 | E8E5 #E8E530 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC7 #CAC716 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19E #A19E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7371 #73710D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFDF1;
--charcoal-100: #FBFBDF;
--charcoal-200: #F8F7C3;
--charcoal-300: #F3F295;
--charcoal-400: #EDEB5E;
--charcoal-500: #E8E530;
--charcoal-600: #CAC716;
--charcoal-700: #A19E12;
--charcoal-800: #73710D;
--charcoal-900: #494808;
--charcoal-950: #2E2D05;
}