Charcoal
#4A3807
OrangeColor Codes
All color formats for development
HEX
#4A3807RGB
rgb(74, 56, 7)HSL
hsl(44, 83%, 16%)OKLCH
oklch(0.351 0.067 86.7)CMYK
cmyk(0%, 24%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433306
2#3C2D06
3#342805
4#2D2204
5#251C03
6#1E1703
7#161102
8#0F0B01
9#070601
Tints
Lighter variations
1#72560B
2#99740E
3#C09212
4#E7AF16
5#EDBD3B
6#F0CB62
7#F4D889
8#F8E5B1
9#FBF2D8
Tones
Muted variations
1#47370A
2#44350E
3#413411
4#3D3214
5#3A3118
6#362F1B
7#332E1F
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 | FCF4 #FCF4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EB #F9EBC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5DB #F5DB94 | BordersInactive statesPlaceholder text |
| 400 | F0C8 #F0C85C | Disabled statesSecondary iconsMuted text |
| 500 | EBB9 #EBB92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD9C #CD9C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A37C #A37C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7558 #75580B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B39 #4B3907 | Primary textHigh emphasis contentDark headings |
| 950 | 2F23 #2F2304 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFAF1;
--charcoal-100: #FCF4DE;
--charcoal-200: #F9EBC2;
--charcoal-300: #F5DB94;
--charcoal-400: #F0C85C;
--charcoal-500: #EBB92D;
--charcoal-600: #CD9C13;
--charcoal-700: #A37C0F;
--charcoal-800: #75580B;
--charcoal-900: #4B3907;
--charcoal-950: #2F2304;
}