Charcoal
#4A3307
OrangeColor Codes
All color formats for development
HEX
#4A3307RGB
rgb(74, 51, 7)HSL
hsl(39, 83%, 16%)OKLCH
oklch(0.34 0.065 78.4)CMYK
cmyk(0%, 31%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#432E06
2#3C2906
3#342405
4#2D1F04
5#251903
6#1E1403
7#160F02
8#0F0A01
9#070501
Tints
Lighter variations
1#724E0B
2#99680E
3#C08312
4#E79E16
5#EDAF3B
6#F0BF62
7#F4CF89
8#F8DFB1
9#FBEFD8
Tones
Muted variations
1#47320A
2#44310E
3#413011
4#3D2F14
5#3A2E18
6#362D1B
7#332C1F
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 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E6 #F9E6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D3 #F5D394 | BordersInactive statesPlaceholder text |
| 400 | F0BC #F0BC5C | Disabled statesSecondary iconsMuted text |
| 500 | EBA9 #EBA92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD8C #CD8C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36F #A36F0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7550 #75500B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F20 #2F2004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF9F1;
--charcoal-100: #FCF2DE;
--charcoal-200: #F9E6C2;
--charcoal-300: #F5D394;
--charcoal-400: #F0BC5C;
--charcoal-500: #EBA92D;
--charcoal-600: #CD8C13;
--charcoal-700: #A36F0F;
--charcoal-800: #75500B;
--charcoal-900: #4B3307;
--charcoal-950: #2F2004;
}