Charcoal
#4B2F06
OrangeColor Codes
All color formats for development
HEX
#4B2F06RGB
rgb(75, 47, 6)HSL
hsl(36, 85%, 16%)OKLCH
oklch(0.332 0.067 70.8)CMYK
cmyk(0%, 37%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#442B06
2#3C2605
3#352104
4#2D1D04
5#261803
6#1E1302
7#170E02
8#0F0A01
9#080501
Tints
Lighter variations
1#734909
2#9B620D
3#C27B10
4#EA9413
5#EFA639
6#F2B860
7#F5CA88
8#F9DBB0
9#FCEDD7
Tones
Muted variations
1#482F0A
2#452E0D
3#412E11
4#3E2D14
5#3A2C17
6#372C1B
7#332B1E
8#302A22
9#2C2925
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE3 #FAE3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6CE #F6CE92 | BordersInactive statesPlaceholder text |
| 400 | F2B5 #F2B55A | Disabled statesSecondary iconsMuted text |
| 500 | EEA0 #EEA02B | Primary brand colorCTAsActive elementsLinks |
| 600 | D083 #D08311 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A568 #A5680D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 764B #764B0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B30 #4B3006 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1E #2F1E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF9F1;
--charcoal-100: #FCF0DE;
--charcoal-200: #FAE3C2;
--charcoal-300: #F6CE92;
--charcoal-400: #F2B55A;
--charcoal-500: #EEA02B;
--charcoal-600: #D08311;
--charcoal-700: #A5680D;
--charcoal-800: #764B0A;
--charcoal-900: #4B3006;
--charcoal-950: #2F1E04;
}