Charcoal
#482D0A
OrangeColor Codes
All color formats for development
HEX
#482D0ARGB
rgb(72, 45, 10)HSL
hsl(34, 76%, 16%)OKLCH
oklch(0.323 0.062 68.7)CMYK
cmyk(0%, 37%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#412809
2#392408
3#321F07
4#2B1B06
5#241605
6#1D1204
7#160D03
8#0E0902
9#070401
Tints
Lighter variations
1#6E450F
2#935C14
3#B97419
4#DF8B1E
5#E59F43
6#EAB268
7#F0C58E
8#F5D9B4
9#FAECD9
Tones
Muted variations
1#452D0D
2#422C10
3#3F2C13
4#3B2B16
5#382B19
6#352A1C
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 | F7E1 #F7E1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CA #F1CA98 | BordersInactive statesPlaceholder text |
| 400 | EAAF #EAAF62 | Disabled statesSecondary iconsMuted text |
| 500 | E398 #E39835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C57C #C57C1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D62 #9D6215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7046 #70460F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482D #482D0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1C #2D1C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF8F2;
--charcoal-100: #FBEFE0;
--charcoal-200: #F7E1C5;
--charcoal-300: #F1CA98;
--charcoal-400: #EAAF62;
--charcoal-500: #E39835;
--charcoal-600: #C57C1B;
--charcoal-700: #9D6215;
--charcoal-800: #70460F;
--charcoal-900: #482D0A;
--charcoal-950: #2D1C06;
}