Charcoal
#494008
YellowColor Codes
All color formats for development
HEX
#494008RGB
rgb(73, 64, 8)HSL
hsl(52, 80%, 16%)OKLCH
oklch(0.37 0.072 99.4)CMYK
cmyk(0%, 12%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#423A07
2#3B3407
3#332D06
4#2C2705
5#252004
6#1D1A03
7#161302
8#0F0D02
9#070601
Tints
Lighter variations
1#70630C
2#978511
3#BDA715
4#E4C919
5#EAD33E
6#EEDC65
7#F2E48B
8#F6EDB2
9#FBF6D8
Tones
Muted variations
1#463E0B
2#433C0F
3#403A12
4#3C3715
5#393518
6#36321C
7#33301F
8#2F2E22
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F1 #F8F1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E7 #F3E795 | BordersInactive statesPlaceholder text |
| 400 | EDDA #EDDA5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D0 #E8D030 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB2 #CAB216 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A18E #A18E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7365 #73650D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4941 #494108 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF1;
--charcoal-100: #FBF8DF;
--charcoal-200: #F8F1C3;
--charcoal-300: #F3E795;
--charcoal-400: #EDDA5E;
--charcoal-500: #E8D030;
--charcoal-600: #CAB216;
--charcoal-700: #A18E12;
--charcoal-800: #73650D;
--charcoal-900: #494108;
--charcoal-950: #2E2805;
}