Charcoal
#4B3F06
YellowColor Codes
All color formats for development
HEX
#4B3F06RGB
rgb(75, 63, 6)HSL
hsl(50, 85%, 16%)OKLCH
oklch(0.37 0.072 96.1)CMYK
cmyk(0%, 16%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#443A06
2#3C3305
3#352D04
4#2D2604
5#262003
6#1E1A02
7#171302
8#0F0D01
9#080601
Tints
Lighter variations
1#736109
2#9B830D
3#C2A510
4#EAC613
5#EFD139
6#F2DA60
7#F5E388
8#F9ECB0
9#FCF6D7
Tones
Muted variations
1#483E0A
2#453B0D
3#413911
4#3E3714
5#3A3417
6#37321B
7#33301E
8#302D22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF1 #FAF1C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E6 #F6E692 | BordersInactive statesPlaceholder text |
| 400 | F2D8 #F2D85A | Disabled statesSecondary iconsMuted text |
| 500 | EECD #EECD2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0B0 #D0B011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A58C #A58C0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7664 #76640A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B40 #4B4006 | Primary textHigh emphasis contentDark headings |
| 950 | 2F28 #2F2804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFCF1;
--charcoal-100: #FCF7DE;
--charcoal-200: #FAF1C2;
--charcoal-300: #F6E692;
--charcoal-400: #F2D85A;
--charcoal-500: #EECD2B;
--charcoal-600: #D0B011;
--charcoal-700: #A58C0D;
--charcoal-800: #76640A;
--charcoal-900: #4B4006;
--charcoal-950: #2F2804;
}