Charcoal
#4B3706
OrangeColor Codes
All color formats for development
HEX
#4B3706RGB
rgb(75, 55, 6)HSL
hsl(43, 85%, 16%)OKLCH
oklch(0.35 0.068 84.2)CMYK
cmyk(0%, 27%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#443206
2#3C2D05
3#352704
4#2D2104
5#261C03
6#1E1602
7#171102
8#0F0B01
9#080601
Tints
Lighter variations
1#735509
2#9B720D
3#C29010
4#EAAD13
5#EFBB39
6#F2C960
7#F5D688
8#F9E4B0
9#FCF1D7
Tones
Muted variations
1#48360A
2#45350D
3#413311
4#3E3214
5#3A3017
6#372F1B
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 | FCF4 #FCF4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAEA #FAEAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6DA #F6DA92 | BordersInactive statesPlaceholder text |
| 400 | F2C7 #F2C75A | Disabled statesSecondary iconsMuted text |
| 500 | EEB7 #EEB72B | Primary brand colorCTAsActive elementsLinks |
| 600 | D09A #D09A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A57A #A57A0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7657 #76570A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B38 #4B3806 | Primary textHigh emphasis contentDark headings |
| 950 | 2F23 #2F2304 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFAF1;
--charcoal-100: #FCF4DE;
--charcoal-200: #FAEAC2;
--charcoal-300: #F6DA92;
--charcoal-400: #F2C75A;
--charcoal-500: #EEB72B;
--charcoal-600: #D09A11;
--charcoal-700: #A57A0D;
--charcoal-800: #76570A;
--charcoal-900: #4B3806;
--charcoal-950: #2F2304;
}