Charcoal
#47330A
OrangeColor Codes
All color formats for development
HEX
#47330ARGB
rgb(71, 51, 10)HSL
hsl(40, 75%, 16%)OKLCH
oklch(0.336 0.062 81)CMYK
cmyk(0%, 28%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#402E09
2#392908
3#322407
4#2B1F06
5#241A05
6#1D1404
7#150F03
8#0E0A02
9#070501
Tints
Lighter variations
1#6D4E10
2#926915
3#B8831A
4#DD9E20
5#E4AF44
6#EABF69
7#EFCF8F
8#F4DFB4
9#FAEFDA
Tones
Muted variations
1#44320D
2#413110
3#3E3013
4#3B2F16
5#382E1A
6#352D1D
7#322C20
8#2F2B23
9#2C2A26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E6 #F7E6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0D3 #F0D398 | BordersInactive statesPlaceholder text |
| 400 | E9BC #E9BC63 | Disabled statesSecondary iconsMuted text |
| 500 | E2A9 #E2A936 | Primary brand colorCTAsActive elementsLinks |
| 600 | C48C #C48C1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C70 #9C7016 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7050 #705010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4733 #47330A | Primary textHigh emphasis contentDark headings |
| 950 | 2D20 #2D2006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF9F2;
--charcoal-100: #FBF2E0;
--charcoal-200: #F7E6C5;
--charcoal-300: #F0D398;
--charcoal-400: #E9BC63;
--charcoal-500: #E2A936;
--charcoal-600: #C48C1C;
--charcoal-700: #9C7016;
--charcoal-800: #705010;
--charcoal-900: #47330A;
--charcoal-950: #2D2006;
}