Charcoal
#4B3306
OrangeColor Codes
All color formats for development
HEX
#4B3306RGB
rgb(75, 51, 6)HSL
hsl(39, 85%, 16%)OKLCH
oklch(0.341 0.067 77.6)CMYK
cmyk(0%, 32%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#442E06
2#3C2905
3#352404
4#2D1F04
5#261A03
6#1E1402
7#170F02
8#0F0A01
9#080501
Tints
Lighter variations
1#734E09
2#9B690D
3#C28410
4#EA9F13
5#EFAF39
6#F2BF60
7#F5CF88
8#F9DFB0
9#FCEFD7
Tones
Muted variations
1#48320A
2#45310D
3#413011
4#3E2F14
5#3A2E17
6#372D1B
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 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE6 #FAE6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D3 #F6D392 | BordersInactive statesPlaceholder text |
| 400 | F2BD #F2BD5A | Disabled statesSecondary iconsMuted text |
| 500 | EEAA #EEAA2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D08D #D08D11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A570 #A5700D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7650 #76500A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3306 | 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: #FAE6C2;
--charcoal-300: #F6D392;
--charcoal-400: #F2BD5A;
--charcoal-500: #EEAA2B;
--charcoal-600: #D08D11;
--charcoal-700: #A5700D;
--charcoal-800: #76500A;
--charcoal-900: #4B3306;
--charcoal-950: #2F2004;
}