Charcoal
#4B4A07
YellowColor Codes
All color formats for development
HEX
#4B4A07RGB
rgb(75, 74, 7)HSL
hsl(59, 83%, 16%)OKLCH
oklch(0.397 0.082 108.7)CMYK
cmyk(0%, 1%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434206
2#3C3B06
3#343305
4#2D2C04
5#252503
6#1E1D03
7#161602
8#0F0F01
9#070701
Tints
Lighter variations
1#72700B
2#99970E
3#C0BD12
4#E7E416
5#EDEA3B
6#F0EE62
7#F4F289
8#F8F7B1
9#FBFBD8
Tones
Muted variations
1#47460A
2#44430E
3#414011
4#3D3C14
5#3A3918
6#36361B
7#33331F
8#302F22
9#2C2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F3 #F5F394 | BordersInactive statesPlaceholder text |
| 400 | F0ED #F0ED5C | Disabled statesSecondary iconsMuted text |
| 500 | EBE8 #EBE82D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDCA #CDCA13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A3A1 #A3A10F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7573 #75730B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4A #4B4A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2E #2F2E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFDF1;
--charcoal-100: #FCFBDE;
--charcoal-200: #F9F8C2;
--charcoal-300: #F5F394;
--charcoal-400: #F0ED5C;
--charcoal-500: #EBE82D;
--charcoal-600: #CDCA13;
--charcoal-700: #A3A10F;
--charcoal-800: #75730B;
--charcoal-900: #4B4A07;
--charcoal-950: #2F2E04;
}