Charcoal
#482E0A
OrangeColor Codes
All color formats for development
HEX
#482E0ARGB
rgb(72, 46, 10)HSL
hsl(35, 76%, 16%)OKLCH
oklch(0.326 0.062 70.5)CMYK
cmyk(0%, 36%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#412909
2#392508
3#322007
4#2B1C06
5#241705
6#1D1204
7#160E03
8#0E0902
9#070501
Tints
Lighter variations
1#6E460F
2#935E14
3#B97619
4#DF8F1E
5#E5A143
6#EAB468
7#F0C78E
8#F5DAB4
9#FAECD9
Tones
Muted variations
1#452D0D
2#422D10
3#3F2C13
4#3B2C16
5#382B19
6#352B1C
7#322A1F
8#2F2A23
9#2C2926
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E2 #F7E2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CC #F1CC98 | BordersInactive statesPlaceholder text |
| 400 | EAB1 #EAB162 | Disabled statesSecondary iconsMuted text |
| 500 | E39B #E39B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C57E #C57E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D65 #9D6515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7048 #70480F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482E #482E0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF8F2;
--charcoal-100: #FBEFE0;
--charcoal-200: #F7E2C5;
--charcoal-300: #F1CC98;
--charcoal-400: #EAB162;
--charcoal-500: #E39B35;
--charcoal-600: #C57E1B;
--charcoal-700: #9D6515;
--charcoal-800: #70480F;
--charcoal-900: #482E0A;
--charcoal-950: #2D1D06;
}