Charcoal
#4B3B06
YellowColor Codes
All color formats for development
HEX
#4B3B06RGB
rgb(75, 59, 6)HSL
hsl(46, 85%, 16%)OKLCH
oklch(0.36 0.07 90.4)CMYK
cmyk(0%, 21%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#443506
2#3C2F05
3#352A04
4#2D2404
5#261E03
6#1E1802
7#171202
8#0F0C01
9#080601
Tints
Lighter variations
1#735A09
2#9B7A0D
3#C29910
4#EAB813
5#EFC439
6#F2D060
7#F5DC88
8#F9E8B0
9#FCF3D7
Tones
Muted variations
1#48390A
2#45380D
3#413611
4#3E3414
5#3A3217
6#37301B
7#332E1E
8#302C22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF5 #FCF5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAED #FAEDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6DF #F6DF92 | BordersInactive statesPlaceholder text |
| 400 | F2CE #F2CE5A | Disabled statesSecondary iconsMuted text |
| 500 | EEC0 #EEC02B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0A3 #D0A311 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A582 #A5820D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 765D #765D0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3B #4B3B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F25 #2F2504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF1;
--charcoal-100: #FCF5DE;
--charcoal-200: #FAEDC2;
--charcoal-300: #F6DF92;
--charcoal-400: #F2CE5A;
--charcoal-500: #EEC02B;
--charcoal-600: #D0A311;
--charcoal-700: #A5820D;
--charcoal-800: #765D0A;
--charcoal-900: #4B3B06;
--charcoal-950: #2F2504;
}