Charcoal
#4B3206
OrangeColor Codes
All color formats for development
HEX
#4B3206RGB
rgb(75, 50, 6)HSL
hsl(38, 85%, 16%)OKLCH
oklch(0.338 0.066 75.9)CMYK
cmyk(0%, 33%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#442D06
2#3C2805
3#352304
4#2D1E04
5#261903
6#1E1402
7#170F02
8#0F0A01
9#080501
Tints
Lighter variations
1#734C09
2#9B670D
3#C28110
4#EA9B13
5#EFAC39
6#F2BD60
7#F5CD88
8#F9DEB0
9#FCEED7
Tones
Muted variations
1#48310A
2#45300D
3#412F11
4#3E2E14
5#3A2D17
6#372C1B
7#332C1E
8#302B22
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 | FAE5 #FAE5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D2 #F6D292 | BordersInactive statesPlaceholder text |
| 400 | F2BA #F2BA5A | Disabled statesSecondary iconsMuted text |
| 500 | EEA6 #EEA62B | Primary brand colorCTAsActive elementsLinks |
| 600 | D08A #D08A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A56D #A56D0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 764E #764E0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B32 #4B3206 | 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: #FAE5C2;
--charcoal-300: #F6D292;
--charcoal-400: #F2BA5A;
--charcoal-500: #EEA62B;
--charcoal-600: #D08A11;
--charcoal-700: #A56D0D;
--charcoal-800: #764E0A;
--charcoal-900: #4B3206;
--charcoal-950: #2F1F04;
}