Charcoal
#4B3707
OrangeColor Codes
All color formats for development
HEX
#4B3707RGB
rgb(75, 55, 7)HSL
hsl(42, 83%, 16%)OKLCH
oklch(0.35 0.067 83.9)CMYK
cmyk(0%, 27%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433106
2#3C2B06
3#342605
4#2D2104
5#251B03
6#1E1603
7#161002
8#0F0B01
9#070501
Tints
Lighter variations
1#72530B
2#996F0E
3#C08C12
4#E7A816
5#EDB73B
6#F0C662
7#F4D489
8#F8E2B1
9#FBF1D8
Tones
Muted variations
1#47350A
2#44340E
3#413211
4#3D3114
5#3A3018
6#362E1B
7#332D1F
8#302C22
9#2C2A25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E9 #F9E9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D8 #F5D894 | BordersInactive statesPlaceholder text |
| 400 | F0C3 #F0C35C | Disabled statesSecondary iconsMuted text |
| 500 | EBB2 #EBB22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD95 #CD9513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A377 #A3770F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7555 #75550B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B36 #4B3607 | Primary textHigh emphasis contentDark headings |
| 950 | 2F22 #2F2204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFAF1;
--charcoal-100: #FCF3DE;
--charcoal-200: #F9E9C2;
--charcoal-300: #F5D894;
--charcoal-400: #F0C35C;
--charcoal-500: #EBB22D;
--charcoal-600: #CD9513;
--charcoal-700: #A3770F;
--charcoal-800: #75550B;
--charcoal-900: #4B3607;
--charcoal-950: #2F2204;
}