Charcoal
#47420A
YellowColor Codes
All color formats for development
HEX
#47420ARGB
rgb(71, 66, 10)HSL
hsl(55, 75%, 16%)OKLCH
oklch(0.373 0.072 104)CMYK
cmyk(0%, 7%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#403C09
2#393508
3#322E07
4#2B2806
5#242105
6#1D1B04
7#151403
8#0E0D02
9#070701
Tints
Lighter variations
1#6D6510
2#928815
3#B8AB1A
4#DDCE20
5#E4D744
6#EADF69
7#EFE78F
8#F4EFB4
9#FAF7DA
Tones
Muted variations
1#44400D
2#413D10
3#3E3B13
4#3B3816
5#38361A
6#35331D
7#323020
8#2F2E23
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F3 #F7F3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0E9 #F0E998 | BordersInactive statesPlaceholder text |
| 400 | E9DE #E9DE63 | Disabled statesSecondary iconsMuted text |
| 500 | E2D4 #E2D436 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4B6 #C4B61C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C91 #9C9116 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #706810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420A | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF2;
--charcoal-100: #FBF8E0;
--charcoal-200: #F7F3C5;
--charcoal-300: #F0E998;
--charcoal-400: #E9DE63;
--charcoal-500: #E2D436;
--charcoal-600: #C4B61C;
--charcoal-700: #9C9116;
--charcoal-800: #706810;
--charcoal-900: #47420A;
--charcoal-950: #2D2906;
}