Charcoal
#4B3107
OrangeColor Codes
All color formats for development
HEX
#4B3107RGB
rgb(75, 49, 7)HSL
hsl(37, 83%, 16%)OKLCH
oklch(0.336 0.066 73.8)CMYK
cmyk(0%, 35%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#432C06
2#3C2706
3#342205
4#2D1D04
5#251803
6#1E1303
7#160F02
8#0F0A01
9#070501
Tints
Lighter variations
1#724A0B
2#99640E
3#C07D12
4#E79716
5#EDA93B
6#F0BA62
7#F4CB89
8#F8DCB1
9#FBEED8
Tones
Muted variations
1#47300A
2#442F0E
3#412E11
4#3D2E14
5#3A2D18
6#362C1B
7#332B1F
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 | F9E4 #F9E4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D0 #F5D094 | BordersInactive statesPlaceholder text |
| 400 | F0B7 #F0B75C | Disabled statesSecondary iconsMuted text |
| 500 | EBA2 #EBA22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD86 #CD8613 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36B #A36B0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754C #754C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B31 #4B3107 | 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: #FCF1DE;
--charcoal-200: #F9E4C2;
--charcoal-300: #F5D094;
--charcoal-400: #F0B75C;
--charcoal-500: #EBA22D;
--charcoal-600: #CD8613;
--charcoal-700: #A36B0F;
--charcoal-800: #754C0B;
--charcoal-900: #4B3107;
--charcoal-950: #2F1E04;
}