Charcoal
#47240B
OrangeColor Codes
All color formats for development
HEX
#47240BRGB
rgb(71, 36, 11)HSL
hsl(25, 73%, 16%)OKLCH
oklch(0.303 0.064 52.8)CMYK
cmyk(0%, 49%, 85%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40200A
2#381D09
3#311908
4#2A1607
5#231206
6#1C0E04
7#150B03
8#0E0702
9#070401
Tints
Lighter variations
1#6C3711
2#914917
3#B65C1C
4#DB6F22
5#E28746
6#E89F6B
7#EEB790
8#F3CFB5
9#F9E7DA
Tones
Muted variations
1#44240E
2#412511
3#3E2514
4#3B2617
5#38261A
6#35271D
7#322720
8#2F2823
9#2C2826
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEB #FAEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DA #F6DAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBD #EFBD9A | BordersInactive statesPlaceholder text |
| 400 | E79B #E79B65 | Disabled statesSecondary iconsMuted text |
| 500 | E07E #E07E38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C263 #C2631E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A4E #9A4E18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E38 #6E3811 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4724 #47240B | Primary textHigh emphasis contentDark headings |
| 950 | 2C16 #2C1607 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF6F2;
--charcoal-100: #FAEBE0;
--charcoal-200: #F6DAC6;
--charcoal-300: #EFBD9A;
--charcoal-400: #E79B65;
--charcoal-500: #E07E38;
--charcoal-600: #C2631E;
--charcoal-700: #9A4E18;
--charcoal-800: #6E3811;
--charcoal-900: #47240B;
--charcoal-950: #2C1607;
}