Charcoal
#492E08
OrangeColor Codes
All color formats for development
HEX
#492E08RGB
rgb(73, 46, 8)HSL
hsl(35, 80%, 16%)OKLCH
oklch(0.327 0.064 70.3)CMYK
cmyk(0%, 37%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#422A07
2#3B2507
3#332006
4#2C1C05
5#251704
6#1D1203
7#160E02
8#0F0902
9#070501
Tints
Lighter variations
1#70470C
2#975F11
3#BD7715
4#E48F19
5#EAA23E
6#EEB565
7#F2C78B
8#F6DAB2
9#FBECD8
Tones
Muted variations
1#462E0B
2#432D0F
3#402D12
4#3C2C15
5#392C18
6#362B1C
7#332A1F
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 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E2 #F8E2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CC #F3CC95 | BordersInactive statesPlaceholder text |
| 400 | EDB2 #EDB25E | Disabled statesSecondary iconsMuted text |
| 500 | E89C #E89C30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA7F #CA7F16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A165 #A16512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7348 #73480D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492E #492E08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1D #2E1D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF8F1;
--charcoal-100: #FBF0DF;
--charcoal-200: #F8E2C3;
--charcoal-300: #F3CC95;
--charcoal-400: #EDB25E;
--charcoal-500: #E89C30;
--charcoal-600: #CA7F16;
--charcoal-700: #A16512;
--charcoal-800: #73480D;
--charcoal-900: #492E08;
--charcoal-950: #2E1D05;
}