Charcoal
#46380B
YellowColor Codes
All color formats for development
HEX
#46380BRGB
rgb(70, 56, 11)HSL
hsl(46, 73%, 16%)OKLCH
oklch(0.347 0.063 90.8)CMYK
cmyk(0%, 20%, 84%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40330A
2#382D09
3#312808
4#2A2207
5#231C06
6#1C1704
7#151103
8#0E0B02
9#070601
Tints
Lighter variations
1#6C5611
2#917417
3#B6921C
4#DBB022
5#E2BE46
6#E8CB6B
7#EED890
8#F3E5B5
9#F9F2DA
Tones
Muted variations
1#44370E
2#413611
3#3E3414
4#3B3217
5#38311A
6#352F1D
7#322E20
8#2F2C23
9#2C2A26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF4 #FAF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EB #F6EBC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDB #EFDB9A | BordersInactive statesPlaceholder text |
| 400 | E7C8 #E7C865 | Disabled statesSecondary iconsMuted text |
| 500 | E0B9 #E0B938 | Primary brand colorCTAsActive elementsLinks |
| 600 | C29C #C29C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7C #9A7C18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E59 #6E5911 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4739 #47390B | Primary textHigh emphasis contentDark headings |
| 950 | 2C23 #2C2307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFAF2;
--charcoal-100: #FAF4E0;
--charcoal-200: #F6EBC6;
--charcoal-300: #EFDB9A;
--charcoal-400: #E7C865;
--charcoal-500: #E0B938;
--charcoal-600: #C29C1E;
--charcoal-700: #9A7C18;
--charcoal-800: #6E5911;
--charcoal-900: #47390B;
--charcoal-950: #2C2307;
}