Charcoal
#4B3E06
YellowColor Codes
All color formats for development
HEX
#4B3E06RGB
rgb(75, 62, 6)HSL
hsl(49, 85%, 16%)OKLCH
oklch(0.367 0.071 94.7)CMYK
cmyk(0%, 17%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#443806
2#3C3205
3#352C04
4#2D2604
5#261F03
6#1E1902
7#171302
8#0F0D01
9#080601
Tints
Lighter variations
1#736009
2#9B810D
3#C2A210
4#EAC313
5#EFCE39
6#F2D760
7#F5E188
8#F9EBB0
9#FCF5D7
Tones
Muted variations
1#483D0A
2#453A0D
3#413811
4#3E3614
5#3A3417
6#37321B
7#332F1E
8#302D22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF0 #FAF0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E4 #F6E492 | BordersInactive statesPlaceholder text |
| 400 | F2D6 #F2D65A | Disabled statesSecondary iconsMuted text |
| 500 | EECA #EECA2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0AD #D0AD11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A589 #A5890D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7662 #76620A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3F #4B3F06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F27 #2F2704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF1;
--charcoal-100: #FCF7DE;
--charcoal-200: #FAF0C2;
--charcoal-300: #F6E492;
--charcoal-400: #F2D65A;
--charcoal-500: #EECA2B;
--charcoal-600: #D0AD11;
--charcoal-700: #A5890D;
--charcoal-800: #76620A;
--charcoal-900: #4B3F06;
--charcoal-950: #2F2704;
}