Charcoal
#4A4708
YellowColor Codes
All color formats for development
HEX
#4A4708RGB
rgb(74, 71, 8)HSL
hsl(57, 80%, 16%)OKLCH
oklch(0.389 0.078 106.6)CMYK
cmyk(0%, 4%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#423F07
2#3B3807
3#333106
4#2C2A05
5#252304
6#1D1C03
7#161502
8#0F0E02
9#070701
Tints
Lighter variations
1#706B0C
2#979011
3#BDB515
4#E4DA19
5#EAE13E
6#EEE765
7#F2ED8B
8#F6F3B2
9#FBF9D8
Tones
Muted variations
1#46430B
2#43400F
3#403D12
4#3C3A15
5#393718
6#36351C
7#33321F
8#2F2F22
9#2C2C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F6 #F8F6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EF #F3EF95 | BordersInactive statesPlaceholder text |
| 400 | EDE6 #EDE65E | Disabled statesSecondary iconsMuted text |
| 500 | E8DF #E8DF30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC1 #CAC116 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19A #A19A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736E #736E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4946 #494608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2C #2E2C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFDF1;
--charcoal-100: #FBFADF;
--charcoal-200: #F8F6C3;
--charcoal-300: #F3EF95;
--charcoal-400: #EDE65E;
--charcoal-500: #E8DF30;
--charcoal-600: #CAC116;
--charcoal-700: #A19A12;
--charcoal-800: #736E0D;
--charcoal-900: #494608;
--charcoal-950: #2E2C05;
}