Charcoal
#492D09
OrangeColor Codes
All color formats for development
HEX
#492D09RGB
rgb(73, 45, 9)HSL
hsl(34, 78%, 16%)OKLCH
oklch(0.325 0.063 68)CMYK
cmyk(0%, 38%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#412908
2#3A2407
3#332006
4#2C1B05
5#241704
6#1D1204
7#160E03
8#0F0902
9#070501
Tints
Lighter variations
1#6F450E
2#955C12
3#BB7417
4#E18C1C
5#E79F40
6#ECB266
7#F1C58D
8#F6D9B3
9#FAECD9
Tones
Muted variations
1#452D0C
2#422C0F
3#3F2C13
4#3C2B16
5#392B19
6#362A1C
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 | F8E1 #F8E1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CA #F2CA97 | BordersInactive statesPlaceholder text |
| 400 | EBAF #EBAF60 | Disabled statesSecondary iconsMuted text |
| 500 | E698 #E69833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C87C #C87C19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F63 #9F6314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7146 #71460E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492D #492D09 | 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: #FDF8F1;
--charcoal-100: #FBEFDF;
--charcoal-200: #F8E1C4;
--charcoal-300: #F2CA97;
--charcoal-400: #EBAF60;
--charcoal-500: #E69833;
--charcoal-600: #C87C19;
--charcoal-700: #9F6314;
--charcoal-800: #71460E;
--charcoal-900: #492D09;
--charcoal-950: #2D1C06;
}