Charcoal
#494208
YellowColor Codes
All color formats for development
HEX
#494208RGB
rgb(73, 66, 8)HSL
hsl(54, 80%, 16%)OKLCH
oklch(0.375 0.074 102)CMYK
cmyk(0%, 10%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#423C07
2#3B3607
3#332F06
4#2C2805
5#252104
6#1D1B03
7#161402
8#0F0D02
9#070701
Tints
Lighter variations
1#70660C
2#978911
3#BDAC15
4#E4CF19
5#EAD83E
6#EEE065
7#F2E88B
8#F6F0B2
9#FBF7D8
Tones
Muted variations
1#46400B
2#433E0F
3#403B12
4#3C3815
5#393618
6#36331C
7#33311F
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 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EA #F3EA95 | BordersInactive statesPlaceholder text |
| 400 | EDDF #EDDF5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D6 #E8D630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB8 #CAB816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A192 #A19212 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7369 #73690D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF1;
--charcoal-100: #FBF9DF;
--charcoal-200: #F8F3C3;
--charcoal-300: #F3EA95;
--charcoal-400: #EDDF5E;
--charcoal-500: #E8D630;
--charcoal-600: #CAB816;
--charcoal-700: #A19212;
--charcoal-800: #73690D;
--charcoal-900: #494308;
--charcoal-950: #2E2A05;
}