Charcoal
#4A4507
YellowColor Codes
All color formats for development
HEX
#4A4507RGB
rgb(74, 69, 7)HSL
hsl(56, 83%, 16%)OKLCH
oklch(0.384 0.077 104.5)CMYK
cmyk(0%, 7%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433F06
2#3C3806
3#343105
4#2D2A04
5#252303
6#1E1C03
7#161502
8#0F0E01
9#070701
Tints
Lighter variations
1#726B0B
2#99900E
3#C0B512
4#E7D916
5#EDE13B
6#F0E762
7#F4ED89
8#F8F3B1
9#FBF9D8
Tones
Muted variations
1#47430A
2#44400E
3#413D11
4#3D3A14
5#3A3718
6#36351B
7#33321F
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 | F9F6 #F9F6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EF #F5EF94 | BordersInactive statesPlaceholder text |
| 400 | F0E6 #F0E65C | Disabled statesSecondary iconsMuted text |
| 500 | EBDF #EBDF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC1 #CDC113 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A399 #A3990F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756E #756E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B46 #4B4607 | 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: #F9F6C2;
--charcoal-300: #F5EF94;
--charcoal-400: #F0E65C;
--charcoal-500: #EBDF2D;
--charcoal-600: #CDC113;
--charcoal-700: #A3990F;
--charcoal-800: #756E0B;
--charcoal-900: #4B4607;
--charcoal-950: #2F2C04;
}