Charcoal
#46320B
OrangeColor Codes
All color formats for development
HEX
#46320BRGB
rgb(70, 50, 11)HSL
hsl(40, 73%, 16%)OKLCH
oklch(0.332 0.06 80.1)CMYK
cmyk(0%, 29%, 84%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#402E0A
2#382909
3#312408
4#2A1E07
5#231906
6#1C1404
7#150F03
8#0E0A02
9#070501
Tints
Lighter variations
1#6C4D11
2#916817
3#B6831C
4#DB9D22
5#E2AE46
6#E8BE6B
7#EECE90
8#F3DFB5
9#F9EFDA
Tones
Muted variations
1#44320E
2#413111
3#3E3014
4#3B2F17
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 | FAF1 #FAF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E6 #F6E6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD3 #EFD39A | BordersInactive statesPlaceholder text |
| 400 | E7BB #E7BB65 | Disabled statesSecondary iconsMuted text |
| 500 | E0A8 #E0A838 | Primary brand colorCTAsActive elementsLinks |
| 600 | C28C #C28C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6F #9A6F18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4F #6E4F11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4733 #47330B | Primary textHigh emphasis contentDark headings |
| 950 | 2C20 #2C2007 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF9F2;
--charcoal-100: #FAF1E0;
--charcoal-200: #F6E6C6;
--charcoal-300: #EFD39A;
--charcoal-400: #E7BB65;
--charcoal-500: #E0A838;
--charcoal-600: #C28C1E;
--charcoal-700: #9A6F18;
--charcoal-800: #6E4F11;
--charcoal-900: #47330B;
--charcoal-950: #2C2007;
}