Charcoal
#4A4A08
YellowColor Codes
All color formats for development
HEX
#4A4A08RGB
rgb(74, 74, 8)HSL
hsl(60, 80%, 16%)OKLCH
oklch(0.396 0.082 109.6)CMYK
cmyk(0%, 0%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#424207
2#3B3B07
3#333306
4#2C2C05
5#252504
6#1D1D03
7#161602
8#0F0F02
9#070701
Tints
Lighter variations
1#70700C
2#979711
3#BDBD15
4#E4E419
5#EAEA3E
6#EEEE65
7#F2F28B
8#F6F6B2
9#FBFBD8
Tones
Muted variations
1#46460B
2#43430F
3#404012
4#3C3C15
5#393918
6#36361C
7#33331F
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 | F8F8 #F8F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F3 #F3F395 | BordersInactive statesPlaceholder text |
| 400 | EDED #EDED5E | Disabled statesSecondary iconsMuted text |
| 500 | E8E8 #E8E830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CACA #CACA16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A1A1 #A1A112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7373 #73730D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFDF1;
--charcoal-100: #FBFBDF;
--charcoal-200: #F8F8C3;
--charcoal-300: #F3F395;
--charcoal-400: #EDED5E;
--charcoal-500: #E8E830;
--charcoal-600: #CACA16;
--charcoal-700: #A1A112;
--charcoal-800: #73730D;
--charcoal-900: #494908;
--charcoal-950: #2E2E05;
}