Charcoal
#4A4807
YellowColor Codes
All color formats for development
HEX
#4A4807RGB
rgb(74, 72, 7)HSL
hsl(58, 83%, 16%)OKLCH
oklch(0.391 0.08 107.7)CMYK
cmyk(0%, 3%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434106
2#3C3A06
3#343305
4#2D2B04
5#252403
6#1E1D03
7#161602
8#0F0E01
9#070701
Tints
Lighter variations
1#726E0B
2#99940E
3#C0BA12
4#E7E016
5#EDE73B
6#F0EC62
7#F4F189
8#F8F5B1
9#FBFAD8
Tones
Muted variations
1#47450A
2#44420E
3#413F11
4#3D3C14
5#3A3918
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 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F2 #F5F294 | BordersInactive statesPlaceholder text |
| 400 | F0EB #F0EB5C | Disabled statesSecondary iconsMuted text |
| 500 | EBE5 #EBE52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC7 #CDC713 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A39E #A39E0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7571 #75710B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | 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: #F5F294;
--charcoal-400: #F0EB5C;
--charcoal-500: #EBE52D;
--charcoal-600: #CDC713;
--charcoal-700: #A39E0F;
--charcoal-800: #75710B;
--charcoal-900: #4B4807;
--charcoal-950: #2F2D04;
}