Charcoal
#48350A
OrangeColor Codes
All color formats for development
HEX
#48350ARGB
rgb(72, 53, 10)HSL
hsl(42, 76%, 16%)OKLCH
oklch(0.342 0.063 83.3)CMYK
cmyk(0%, 26%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413009
2#392B08
3#322507
4#2B2006
5#241B05
6#1D1504
7#161003
8#0E0B02
9#070501
Tints
Lighter variations
1#6E510F
2#936D14
3#B98919
4#DFA51E
5#E5B443
6#EAC368
7#F0D28E
8#F5E1B4
9#FAF0D9
Tones
Muted variations
1#45340D
2#423310
3#3F3113
4#3B3016
5#382F19
6#352E1C
7#322D1F
8#2F2B23
9#2C2A26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E8 #F7E8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D6 #F1D698 | BordersInactive statesPlaceholder text |
| 400 | EAC1 #EAC162 | Disabled statesSecondary iconsMuted text |
| 500 | E3AF #E3AF35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C592 #C5921B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D74 #9D7415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7053 #70530F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4835 #48350A | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFAF2;
--charcoal-100: #FBF3E0;
--charcoal-200: #F7E8C5;
--charcoal-300: #F1D698;
--charcoal-400: #EAC162;
--charcoal-500: #E3AF35;
--charcoal-600: #C5921B;
--charcoal-700: #9D7415;
--charcoal-800: #70530F;
--charcoal-900: #48350A;
--charcoal-950: #2D2106;
}