Charcoal
#4B3006
OrangeColor Codes
All color formats for development
HEX
#4B3006RGB
rgb(75, 48, 6)HSL
hsl(37, 85%, 16%)OKLCH
oklch(0.334 0.066 72.5)CMYK
cmyk(0%, 36%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#442C06
2#3C2705
3#352204
4#2D1D04
5#261803
6#1E1402
7#170F02
8#0F0A01
9#080501
Tints
Lighter variations
1#734B09
2#9B640D
3#C27E10
4#EA9813
5#EFA939
6#F2BA60
7#F5CB88
8#F9DDB0
9#FCEED7
Tones
Muted variations
1#48300A
2#452F0D
3#412E11
4#3E2E14
5#3A2D17
6#372C1B
7#332B1E
8#302A22
9#2C2A25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE4 #FAE4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D0 #F6D092 | BordersInactive statesPlaceholder text |
| 400 | F2B7 #F2B75A | Disabled statesSecondary iconsMuted text |
| 500 | EEA3 #EEA32B | Primary brand colorCTAsActive elementsLinks |
| 600 | D086 #D08611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A56B #A56B0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 764C #764C0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B31 #4B3106 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1F #2F1F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF9F1;
--charcoal-100: #FCF1DE;
--charcoal-200: #FAE4C2;
--charcoal-300: #F6D092;
--charcoal-400: #F2B75A;
--charcoal-500: #EEA32B;
--charcoal-600: #D08611;
--charcoal-700: #A56B0D;
--charcoal-800: #764C0A;
--charcoal-900: #4B3106;
--charcoal-950: #2F1F04;
}