Charcoal
#47340B
OrangeColor Codes
All color formats for development
HEX
#47340BRGB
rgb(71, 52, 11)HSL
hsl(41, 73%, 16%)OKLCH
oklch(0.338 0.061 82.5)CMYK
cmyk(0%, 27%, 85%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#402F0A
2#382909
3#312408
4#2A1F07
5#231A06
6#1C1504
7#151003
8#0E0A02
9#070501
Tints
Lighter variations
1#6C4F11
2#916A17
3#B6851C
4#DBA022
5#E2B146
6#E8C06B
7#EED090
8#F3E0B5
9#F9EFDA
Tones
Muted variations
1#44330E
2#413211
3#3E3014
4#3B2F17
5#382E1A
6#352D1D
7#322C20
8#2F2B23
9#2C2A26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF2 #FAF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E7 #F6E7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD4 #EFD49A | BordersInactive statesPlaceholder text |
| 400 | E7BE #E7BE65 | Disabled statesSecondary iconsMuted text |
| 500 | E0AB #E0AB38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C28E #C28E1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A71 #9A7118 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E51 #6E5111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4734 #47340B | Primary textHigh emphasis contentDark headings |
| 950 | 2C20 #2C2007 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF9F2;
--charcoal-100: #FAF2E0;
--charcoal-200: #F6E7C6;
--charcoal-300: #EFD49A;
--charcoal-400: #E7BE65;
--charcoal-500: #E0AB38;
--charcoal-600: #C28E1E;
--charcoal-700: #9A7118;
--charcoal-800: #6E5111;
--charcoal-900: #47340B;
--charcoal-950: #2C2007;
}