Charcoal
#4E3E04
YellowColor Codes
All color formats for development
HEX
#4E3E04RGB
rgb(78, 62, 4)HSL
hsl(47, 90%, 16%)OKLCH
oklch(0.371 0.073 91.6)CMYK
cmyk(0%, 21%, 95%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#463704
2#3E3103
3#362B03
4#2F2502
5#271F02
6#1F1902
7#171201
8#100C01
9#080600
Tints
Lighter variations
1#765E06
2#9F7E08
3#C89F0B
4#F0BF0D
5#F4CB34
6#F6D55C
7#F9E085
8#FBEAAE
9#FDF5D6
Tones
Muted variations
1#4A3C08
2#46390B
3#43370F
4#3F3513
5#3B3316
6#37311A
7#342F1E
8#302D21
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEF #FCEFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E2 #F9E290 | BordersInactive statesPlaceholder text |
| 400 | F6D3 #F6D355 | Disabled statesSecondary iconsMuted text |
| 500 | F4C7 #F4C725 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5A9 #D5A90B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA87 #AA8709 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7960 #796006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3E #4E3E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3027 #302703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF0;
--charcoal-100: #FDF6DD;
--charcoal-200: #FCEFC0;
--charcoal-300: #F9E290;
--charcoal-400: #F6D355;
--charcoal-500: #F4C725;
--charcoal-600: #D5A90B;
--charcoal-700: #AA8709;
--charcoal-800: #796006;
--charcoal-900: #4E3E04;
--charcoal-950: #302703;
}