Charcoal
#483509
OrangeColor Codes
All color formats for development
HEX
#483509RGB
rgb(72, 53, 9)HSL
hsl(42, 78%, 16%)OKLCH
oklch(0.342 0.064 83.6)CMYK
cmyk(0%, 26%, 88%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413008
2#3A2B07
3#332506
4#2C2005
5#241B04
6#1D1504
7#161003
8#0F0B02
9#070501
Tints
Lighter variations
1#6F520E
2#956E12
3#BB8A17
4#E1A61C
5#E7B540
6#ECC466
7#F1D38D
8#F6E2B3
9#FAF0D9
Tones
Muted variations
1#45340C
2#42330F
3#3F3213
4#3C3016
5#392F19
6#362E1C
7#322D1F
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 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E8 #F8E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D7 #F2D797 | BordersInactive statesPlaceholder text |
| 400 | EBC2 #EBC260 | Disabled statesSecondary iconsMuted text |
| 500 | E6B0 #E6B033 | Primary brand colorCTAsActive elementsLinks |
| 600 | C893 #C89319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F75 #9F7514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7154 #71540E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493609 | 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: #FBF3DF;
--charcoal-200: #F8E8C4;
--charcoal-300: #F2D797;
--charcoal-400: #EBC260;
--charcoal-500: #E6B033;
--charcoal-600: #C89319;
--charcoal-700: #9F7514;
--charcoal-800: #71540E;
--charcoal-900: #493609;
--charcoal-950: #2D2106;
}