Charcoal
#483309
OrangeColor Codes
All color formats for development
HEX
#483309RGB
rgb(72, 51, 9)HSL
hsl(40, 78%, 16%)OKLCH
oklch(0.337 0.063 80.1)CMYK
cmyk(0%, 29%, 88%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#412E08
2#3A2907
3#332406
4#2C1F05
5#241A04
6#1D1504
7#160F03
8#0F0A02
9#070501
Tints
Lighter variations
1#6F4E0E
2#956912
3#BB8417
4#E19F1C
5#E7B040
6#ECC066
7#F1CF8D
8#F6DFB3
9#FAEFD9
Tones
Muted variations
1#45320C
2#42310F
3#3F3013
4#3C2F16
5#392E19
6#362D1C
7#322C1F
8#2F2B22
9#2C2A26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E6 #F8E6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D4 #F2D497 | BordersInactive statesPlaceholder text |
| 400 | EBBD #EBBD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6AA #E6AA33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C88D #C88D19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F70 #9F7014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7150 #71500E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4933 #493309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D20 #2D2006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF9F1;
--charcoal-100: #FBF2DF;
--charcoal-200: #F8E6C4;
--charcoal-300: #F2D497;
--charcoal-400: #EBBD60;
--charcoal-500: #E6AA33;
--charcoal-600: #C88D19;
--charcoal-700: #9F7014;
--charcoal-800: #71500E;
--charcoal-900: #493309;
--charcoal-950: #2D2006;
}