Charcoal
#47380B
YellowColor Codes
All color formats for development
HEX
#47380BRGB
rgb(71, 56, 11)HSL
hsl(45, 73%, 16%)OKLCH
oklch(0.348 0.063 89.5)CMYK
cmyk(0%, 21%, 85%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40320A
2#382D09
3#312708
4#2A2107
5#231C06
6#1C1604
7#151103
8#0E0B02
9#070601
Tints
Lighter variations
1#6C5511
2#917217
3#B68F1C
4#DBAD22
5#E2BB46
6#E8C96B
7#EED690
8#F3E4B5
9#F9F1DA
Tones
Muted variations
1#44360E
2#413511
3#3E3314
4#3B3217
5#38301A
6#352F1D
7#322D20
8#2F2C23
9#2C2A26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF4 #FAF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EA #F6EAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDA #EFDA9A | BordersInactive statesPlaceholder text |
| 400 | E7C6 #E7C665 | Disabled statesSecondary iconsMuted text |
| 500 | E0B6 #E0B638 | Primary brand colorCTAsActive elementsLinks |
| 600 | C299 #C2991E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7A #9A7A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E57 #6E5711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4738 #47380B | Primary textHigh emphasis contentDark headings |
| 950 | 2C23 #2C2307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFAF2;
--charcoal-100: #FAF4E0;
--charcoal-200: #F6EAC6;
--charcoal-300: #EFDA9A;
--charcoal-400: #E7C665;
--charcoal-500: #E0B638;
--charcoal-600: #C2991E;
--charcoal-700: #9A7A18;
--charcoal-800: #6E5711;
--charcoal-900: #47380B;
--charcoal-950: #2C2307;
}