Charcoal
#4C4606
YellowColor Codes
All color formats for development
HEX
#4C4606RGB
rgb(76, 70, 6)HSL
hsl(55, 85%, 16%)OKLCH
oklch(0.388 0.078 103.6)CMYK
cmyk(0%, 8%, 92%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#443F06
2#3C3805
3#353104
4#2D2A04
5#262303
6#1E1C02
7#171502
8#0F0E01
9#080701
Tints
Lighter variations
1#736A09
2#9B8F0D
3#C2B310
4#EAD813
5#EFE039
6#F2E660
7#F5EC88
8#F9F3B0
9#FCF9D7
Tones
Muted variations
1#48430A
2#45400D
3#413D11
4#3E3A14
5#3A3717
6#37341B
7#33311E
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 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF5 #FAF5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EE #F6EE92 | BordersInactive statesPlaceholder text |
| 400 | F2E5 #F2E55A | Disabled statesSecondary iconsMuted text |
| 500 | EEDE #EEDE2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0C0 #D0C011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A598 #A5980D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 766D #766D0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B46 #4B4606 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2C #2F2C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFDF1;
--charcoal-100: #FCFADE;
--charcoal-200: #FAF5C2;
--charcoal-300: #F6EE92;
--charcoal-400: #F2E55A;
--charcoal-500: #EEDE2B;
--charcoal-600: #D0C011;
--charcoal-700: #A5980D;
--charcoal-800: #766D0A;
--charcoal-900: #4B4606;
--charcoal-950: #2F2C04;
}