Charcoal
#493709
OrangeColor Codes
All color formats for development
HEX
#493709RGB
rgb(73, 55, 9)HSL
hsl(43, 78%, 16%)OKLCH
oklch(0.348 0.065 85.8)CMYK
cmyk(0%, 25%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413108
2#3A2C07
3#332606
4#2C2105
5#241B04
6#1D1604
7#161003
8#0F0B02
9#070501
Tints
Lighter variations
1#6F530E
2#957012
3#BB8D17
4#E1A91C
5#E7B840
6#ECC666
7#F1D48D
8#F6E3B3
9#FAF1D9
Tones
Muted variations
1#45350C
2#42340F
3#3F3213
4#3C3116
5#393019
6#362E1C
7#322D1F
8#2F2C22
9#2C2A26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E9 #F8E9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D8 #F2D897 | BordersInactive statesPlaceholder text |
| 400 | EBC4 #EBC460 | Disabled statesSecondary iconsMuted text |
| 500 | E6B3 #E6B333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C896 #C89619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F77 #9F7714 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7155 #71550E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4937 #493709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D22 #2D2206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFAF1;
--charcoal-100: #FBF3DF;
--charcoal-200: #F8E9C4;
--charcoal-300: #F2D897;
--charcoal-400: #EBC460;
--charcoal-500: #E6B333;
--charcoal-600: #C89619;
--charcoal-700: #9F7714;
--charcoal-800: #71550E;
--charcoal-900: #493709;
--charcoal-950: #2D2206;
}