Charcoal
#4A4707
YellowColor Codes
All color formats for development
HEX
#4A4707RGB
rgb(74, 71, 7)HSL
hsl(57, 83%, 16%)OKLCH
oklch(0.389 0.079 106.7)CMYK
cmyk(0%, 4%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434006
2#3C3906
3#343205
4#2D2B04
5#252403
6#1E1D03
7#161502
8#0F0E01
9#070701
Tints
Lighter variations
1#726D0B
2#99920E
3#C0B812
4#E7DD16
5#EDE43B
6#F0E962
7#F4EF89
8#F8F4B1
9#FBFAD8
Tones
Muted variations
1#47440A
2#44410E
3#413E11
4#3D3B14
5#3A3818
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 | F9F7 #F9F7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F0 #F5F094 | BordersInactive statesPlaceholder text |
| 400 | F0E8 #F0E85C | Disabled statesSecondary iconsMuted text |
| 500 | EBE2 #EBE22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC4 #CDC413 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A39C #A39C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756F #756F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B47 #4B4707 | 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: #FCFADE;
--charcoal-200: #F9F7C2;
--charcoal-300: #F5F094;
--charcoal-400: #F0E85C;
--charcoal-500: #EBE22D;
--charcoal-600: #CDC413;
--charcoal-700: #A39C0F;
--charcoal-800: #756F0B;
--charcoal-900: #4B4707;
--charcoal-950: #2F2D04;
}