Charcoal
#4B3B07
YellowColor Codes
All color formats for development
HEX
#4B3B07RGB
rgb(75, 59, 7)HSL
hsl(46, 83%, 16%)OKLCH
oklch(0.36 0.069 90.2)CMYK
cmyk(0%, 21%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433506
2#3C2F06
3#342905
4#2D2304
5#251D03
6#1E1803
7#161202
8#0F0C01
9#070601
Tints
Lighter variations
1#725A0B
2#99790E
3#C09812
4#E7B616
5#EDC33B
6#F0CF62
7#F4DB89
8#F8E7B1
9#FBF3D8
Tones
Muted variations
1#47390A
2#44370E
3#413511
4#3D3414
5#3A3218
6#36301B
7#332E1F
8#302C22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF5 #FCF5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9ED #F9EDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5DE #F5DE94 | BordersInactive statesPlaceholder text |
| 400 | F0CD #F0CD5C | Disabled statesSecondary iconsMuted text |
| 500 | EBBF #EBBF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA2 #CDA213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A381 #A3810F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755C #755C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3B #4B3B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F25 #2F2504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF1;
--charcoal-100: #FCF5DE;
--charcoal-200: #F9EDC2;
--charcoal-300: #F5DE94;
--charcoal-400: #F0CD5C;
--charcoal-500: #EBBF2D;
--charcoal-600: #CDA213;
--charcoal-700: #A3810F;
--charcoal-800: #755C0B;
--charcoal-900: #4B3B07;
--charcoal-950: #2F2504;
}