Charcoal
#4B3406
OrangeColor Codes
All color formats for development
HEX
#4B3406RGB
rgb(75, 52, 6)HSL
hsl(40, 85%, 16%)OKLCH
oklch(0.343 0.067 79.2)CMYK
cmyk(0%, 31%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#442F06
2#3C2A05
3#352504
4#2D1F04
5#261A03
6#1E1502
7#171002
8#0F0A01
9#080501
Tints
Lighter variations
1#735009
2#9B6B0D
3#C28710
4#EAA213
5#EFB239
6#F2C260
7#F5D188
8#F9E0B0
9#FCF0D7
Tones
Muted variations
1#48330A
2#45320D
3#413111
4#3E3014
5#3A2F17
6#372D1B
7#332C1E
8#302B22
9#2C2A25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE7 #FAE7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D5 #F6D592 | BordersInactive statesPlaceholder text |
| 400 | F2BF #F2BF5A | Disabled statesSecondary iconsMuted text |
| 500 | EEAD #EEAD2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D090 #D09011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A573 #A5730D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7652 #76520A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3406 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFAF1;
--charcoal-100: #FCF2DE;
--charcoal-200: #FAE7C2;
--charcoal-300: #F6D592;
--charcoal-400: #F2BF5A;
--charcoal-500: #EEAD2B;
--charcoal-600: #D09011;
--charcoal-700: #A5730D;
--charcoal-800: #76520A;
--charcoal-900: #4B3406;
--charcoal-950: #2F2104;
}