Charcoal
#4B3807
OrangeColor Codes
All color formats for development
HEX
#4B3807RGB
rgb(75, 56, 7)HSL
hsl(43, 83%, 16%)OKLCH
oklch(0.353 0.067 85.5)CMYK
cmyk(0%, 25%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433206
2#3C2C06
3#342705
4#2D2104
5#251C03
6#1E1603
7#161102
8#0F0B01
9#070601
Tints
Lighter variations
1#72550B
2#99720E
3#C08F12
4#E7AC16
5#EDBA3B
6#F0C862
7#F4D689
8#F8E4B1
9#FBF1D8
Tones
Muted variations
1#47360A
2#44350E
3#413311
4#3D3214
5#3A3018
6#362F1B
7#332D1F
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 | F9EA #F9EAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D9 #F5D994 | BordersInactive statesPlaceholder text |
| 400 | F0C6 #F0C65C | Disabled statesSecondary iconsMuted text |
| 500 | EBB6 #EBB62D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD99 #CD9913 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A379 #A3790F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7557 #75570B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B37 #4B3707 | 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: #F9EAC2;
--charcoal-300: #F5D994;
--charcoal-400: #F0C65C;
--charcoal-500: #EBB62D;
--charcoal-600: #CD9913;
--charcoal-700: #A3790F;
--charcoal-800: #75570B;
--charcoal-900: #4B3707;
--charcoal-950: #2F2304;
}