Charcoal
#4E3604
OrangeColor Codes
All color formats for development
HEX
#4E3604RGB
rgb(78, 54, 4)HSL
hsl(41, 90%, 16%)OKLCH
oklch(0.352 0.07 79.7)CMYK
cmyk(0%, 31%, 95%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#463104
2#3E2B03
3#362603
4#2F2102
5#271B02
6#1F1602
7#171001
8#100B01
9#080500
Tints
Lighter variations
1#765306
2#9F6F08
3#C88C0B
4#F0A80D
5#F4B734
6#F6C65C
7#F9D485
8#FBE2AE
9#FDF1D6
Tones
Muted variations
1#4A3508
2#46340B
3#43320F
4#3F3113
5#3B3016
6#372E1A
7#342D1E
8#302B21
9#2C2A25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE9 #FCE9C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D8 #F9D890 | BordersInactive statesPlaceholder text |
| 400 | F6C3 #F6C355 | Disabled statesSecondary iconsMuted text |
| 500 | F4B2 #F4B225 | Primary brand colorCTAsActive elementsLinks |
| 600 | D595 #D5950B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA77 #AA7709 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7955 #795506 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E36 #4E3604 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFAF0;
--charcoal-100: #FDF3DD;
--charcoal-200: #FCE9C0;
--charcoal-300: #F9D890;
--charcoal-400: #F6C355;
--charcoal-500: #F4B225;
--charcoal-600: #D5950B;
--charcoal-700: #AA7709;
--charcoal-800: #795506;
--charcoal-900: #4E3604;
--charcoal-950: #302203;
}