Charcoal
#493509
OrangeColor Codes
All color formats for development
HEX
#493509RGB
rgb(73, 53, 9)HSL
hsl(41, 78%, 16%)OKLCH
oklch(0.343 0.064 82.4)CMYK
cmyk(0%, 27%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#412F08
2#3A2A07
3#332506
4#2C1F05
5#241A04
6#1D1504
7#161003
8#0F0A02
9#070501
Tints
Lighter variations
1#6F500E
2#956C12
3#BB8717
4#E1A31C
5#E7B340
6#ECC266
7#F1D18D
8#F6E0B3
9#FAF0D9
Tones
Muted variations
1#45330C
2#42320F
3#3F3113
4#3C3016
5#392F19
6#362D1C
7#322C1F
8#2F2B22
9#2C2A26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D5 #F2D597 | BordersInactive statesPlaceholder text |
| 400 | EBBF #EBBF60 | Disabled statesSecondary iconsMuted text |
| 500 | E6AD #E6AD33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C890 #C89019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F73 #9F7314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7152 #71520E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4934 #493409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFAF1;
--charcoal-100: #FBF2DF;
--charcoal-200: #F8E7C4;
--charcoal-300: #F2D597;
--charcoal-400: #EBBF60;
--charcoal-500: #E6AD33;
--charcoal-600: #C89019;
--charcoal-700: #9F7314;
--charcoal-800: #71520E;
--charcoal-900: #493409;
--charcoal-950: #2D2106;
}