Charcoal
#4C3706
OrangeColor Codes
All color formats for development
HEX
#4C3706RGB
rgb(76, 55, 6)HSL
hsl(42, 85%, 16%)OKLCH
oklch(0.351 0.068 83)CMYK
cmyk(0%, 28%, 92%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#443106
2#3C2C05
3#352604
4#2D2104
5#261B03
6#1E1602
7#171002
8#0F0B01
9#080501
Tints
Lighter variations
1#735309
2#9B700D
3#C28D10
4#EAA913
5#EFB839
6#F2C660
7#F5D588
8#F9E3B0
9#FCF1D7
Tones
Muted variations
1#48350A
2#45340D
3#413311
4#3E3114
5#3A3017
6#372E1B
7#332D1E
8#302C22
9#2C2A25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE9 #FAE9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D8 #F6D892 | BordersInactive statesPlaceholder text |
| 400 | F2C4 #F2C45A | Disabled statesSecondary iconsMuted text |
| 500 | EEB3 #EEB32B | Primary brand colorCTAsActive elementsLinks |
| 600 | D096 #D09611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A578 #A5780D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7655 #76550A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B37 #4B3706 | Primary textHigh emphasis contentDark headings |
| 950 | 2F22 #2F2204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFAF1;
--charcoal-100: #FCF3DE;
--charcoal-200: #FAE9C2;
--charcoal-300: #F6D892;
--charcoal-400: #F2C45A;
--charcoal-500: #EEB32B;
--charcoal-600: #D09611;
--charcoal-700: #A5780D;
--charcoal-800: #76550A;
--charcoal-900: #4B3706;
--charcoal-950: #2F2204;
}