Charcoal
#4B4507
YellowColor Codes
All color formats for development
HEX
#4B4507RGB
rgb(75, 69, 7)HSL
hsl(55, 83%, 16%)OKLCH
oklch(0.385 0.077 103.4)CMYK
cmyk(0%, 8%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433E06
2#3C3706
3#343005
4#2D2904
5#252303
6#1E1C03
7#161502
8#0F0E01
9#070701
Tints
Lighter variations
1#72690B
2#998D0E
3#C0B212
4#E7D616
5#EDDE3B
6#F0E562
7#F4EB89
8#F8F2B1
9#FBF8D8
Tones
Muted variations
1#47420A
2#443F0E
3#413D11
4#3D3A14
5#3A3718
6#36341B
7#33311F
8#302E22
9#2C2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F5 #F9F5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5ED #F5ED94 | BordersInactive statesPlaceholder text |
| 400 | F0E3 #F0E35C | Disabled statesSecondary iconsMuted text |
| 500 | EBDC #EBDC2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDBE #CDBE13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A397 #A3970F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756C #756C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B45 #4B4507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2B #2F2B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFDF1;
--charcoal-100: #FCF9DE;
--charcoal-200: #F9F5C2;
--charcoal-300: #F5ED94;
--charcoal-400: #F0E35C;
--charcoal-500: #EBDC2D;
--charcoal-600: #CDBE13;
--charcoal-700: #A3970F;
--charcoal-800: #756C0B;
--charcoal-900: #4B4507;
--charcoal-950: #2F2B04;
}