Charcoal
#4B3C06
YellowColor Codes
All color formats for development
HEX
#4B3C06RGB
rgb(75, 60, 6)HSL
hsl(47, 85%, 16%)OKLCH
oklch(0.362 0.07 91.9)CMYK
cmyk(0%, 20%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#443606
2#3C3005
3#352A04
4#2D2404
5#261E03
6#1E1802
7#171202
8#0F0C01
9#080601
Tints
Lighter variations
1#735C09
2#9B7C0D
3#C29C10
4#EABB13
5#EFC739
6#F2D360
7#F5DE88
8#F9E9B0
9#FCF4D7
Tones
Muted variations
1#483A0A
2#45390D
3#413711
4#3E3514
5#3A3317
6#37311B
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 | FCF6 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAEE #FAEEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E1 #F6E192 | BordersInactive statesPlaceholder text |
| 400 | F2D1 #F2D15A | Disabled statesSecondary iconsMuted text |
| 500 | EEC4 #EEC42B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0A6 #D0A611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A584 #A5840D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 765E #765E0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3C #4B3C06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F26 #2F2604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF1;
--charcoal-100: #FCF6DE;
--charcoal-200: #FAEEC2;
--charcoal-300: #F6E192;
--charcoal-400: #F2D15A;
--charcoal-500: #EEC42B;
--charcoal-600: #D0A611;
--charcoal-700: #A5840D;
--charcoal-800: #765E0A;
--charcoal-900: #4B3C06;
--charcoal-950: #2F2604;
}