Charcoal
#47300B
OrangeColor Codes
All color formats for development
HEX
#47300BRGB
rgb(71, 48, 11)HSL
hsl(37, 73%, 16%)OKLCH
oklch(0.329 0.06 75)CMYK
cmyk(0%, 32%, 85%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#402B0A
2#382609
3#312108
4#2A1D07
5#231806
6#1C1304
7#150E03
8#0E0A02
9#070501
Tints
Lighter variations
1#6C4911
2#916217
3#B67B1C
4#DB9422
5#E2A646
6#E8B86B
7#EECA90
8#F3DBB5
9#F9EDDA
Tones
Muted variations
1#442F0E
2#412E11
3#3E2E14
4#3B2D17
5#382C1A
6#352C1D
7#322B20
8#2F2A23
9#2C2926
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF0 #FAF0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E3 #F6E3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFCE #EFCE9A | BordersInactive statesPlaceholder text |
| 400 | E7B5 #E7B565 | Disabled statesSecondary iconsMuted text |
| 500 | E0A0 #E0A038 | Primary brand colorCTAsActive elementsLinks |
| 600 | C283 #C2831E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A68 #9A6818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4B #6E4B11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4730 #47300B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1E #2C1E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF9F2;
--charcoal-100: #FAF0E0;
--charcoal-200: #F6E3C6;
--charcoal-300: #EFCE9A;
--charcoal-400: #E7B565;
--charcoal-500: #E0A038;
--charcoal-600: #C2831E;
--charcoal-700: #9A6818;
--charcoal-800: #6E4B11;
--charcoal-900: #47300B;
--charcoal-950: #2C1E07;
}