Charcoal
#492E09
OrangeColor Codes
All color formats for development
HEX
#492E09RGB
rgb(73, 46, 9)HSL
hsl(35, 78%, 16%)OKLCH
oklch(0.327 0.063 69.9)CMYK
cmyk(0%, 37%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#412908
2#3A2507
3#332006
4#2C1C05
5#241704
6#1D1204
7#160E03
8#0F0902
9#070501
Tints
Lighter variations
1#6F460E
2#955F12
3#BB7717
4#E18F1C
5#E7A240
6#ECB466
7#F1C78D
8#F6DAB3
9#FAECD9
Tones
Muted variations
1#452E0C
2#422D0F
3#3F2D13
4#3C2C16
5#392B19
6#362B1C
7#322A1F
8#2F2A22
9#2C2926
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E2 #F8E2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CC #F2CC97 | BordersInactive statesPlaceholder text |
| 400 | EBB1 #EBB160 | Disabled statesSecondary iconsMuted text |
| 500 | E69B #E69B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C87F #C87F19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F65 #9F6514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7148 #71480E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492E #492E09 | 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: #FDF8F1;
--charcoal-100: #FBEFDF;
--charcoal-200: #F8E2C4;
--charcoal-300: #F2CC97;
--charcoal-400: #EBB160;
--charcoal-500: #E69B33;
--charcoal-600: #C87F19;
--charcoal-700: #9F6514;
--charcoal-800: #71480E;
--charcoal-900: #492E09;
--charcoal-950: #2D1D06;
}