Charcoal
#482809
OrangeColor Codes
All color formats for development
HEX
#482809RGB
rgb(72, 40, 9)HSL
hsl(30, 78%, 16%)OKLCH
oklch(0.312 0.064 60.2)CMYK
cmyk(0%, 44%, 88%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#412508
2#3A2107
3#331D06
4#2C1805
5#241404
6#1D1004
7#160C03
8#0F0802
9#070401
Tints
Lighter variations
1#6F3E0E
2#955412
3#BB6917
4#E17E1C
5#E79440
6#ECA966
7#F1BF8D
8#F6D4B3
9#FAEAD9
Tones
Muted variations
1#45290C
2#42290F
3#3F2913
4#3C2916
5#392919
6#36291C
7#32291F
8#2F2922
9#2C2926
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBED #FBEDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DE #F8DEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C4 #F2C497 | BordersInactive statesPlaceholder text |
| 400 | EBA6 #EBA660 | Disabled statesSecondary iconsMuted text |
| 500 | E68C #E68C33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C870 #C87019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F59 #9F5914 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7140 #71400E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4929 #492909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1A #2D1A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF7F1;
--charcoal-100: #FBEDDF;
--charcoal-200: #F8DEC4;
--charcoal-300: #F2C497;
--charcoal-400: #EBA660;
--charcoal-500: #E68C33;
--charcoal-600: #C87019;
--charcoal-700: #9F5914;
--charcoal-800: #71400E;
--charcoal-900: #492909;
--charcoal-950: #2D1A06;
}