Charcoal
#4E3504
OrangeColor Codes
All color formats for development
HEX
#4E3504RGB
rgb(78, 53, 4)HSL
hsl(40, 90%, 16%)OKLCH
oklch(0.349 0.07 78.1)CMYK
cmyk(0%, 32%, 95%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#463004
2#3E2A03
3#362503
4#2F2002
5#271B02
6#1F1502
7#171001
8#100B01
9#080500
Tints
Lighter variations
1#765106
2#9F6D08
3#C8890B
4#F0A40D
5#F4B434
6#F6C35C
7#F9D285
8#FBE1AE
9#FDF0D6
Tones
Muted variations
1#4A3408
2#46330B
3#43310F
4#3F3013
5#3B2F16
6#372E1A
7#342C1E
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 | FCE8 #FCE8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D6 #F9D690 | BordersInactive statesPlaceholder text |
| 400 | F6C1 #F6C155 | Disabled statesSecondary iconsMuted text |
| 500 | F4AF #F4AF25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D592 #D5920B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA74 #AA7409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7953 #795306 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E35 #4E3504 | Primary textHigh emphasis contentDark headings |
| 950 | 3021 #302103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFAF0;
--charcoal-100: #FDF3DD;
--charcoal-200: #FCE8C0;
--charcoal-300: #F9D690;
--charcoal-400: #F6C155;
--charcoal-500: #F4AF25;
--charcoal-600: #D5920B;
--charcoal-700: #AA7409;
--charcoal-800: #795306;
--charcoal-900: #4E3504;
--charcoal-950: #302103;
}