Charcoal
#4C4205
YellowColor Codes
All color formats for development
HEX
#4C4205RGB
rgb(76, 66, 5)HSL
hsl(52, 88%, 16%)OKLCH
oklch(0.378 0.075 99)CMYK
cmyk(0%, 13%, 93%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453C04
2#3D3604
3#362F03
4#2E2803
5#262202
6#1F1B02
7#171401
8#0F0D01
9#080700
Tints
Lighter variations
1#756607
2#9D8A0A
3#C6AD0D
4#EED00F
5#F2D936
6#F5E15E
7#F7E886
8#FAF0AE
9#FCF7D7
Tones
Muted variations
1#494008
2#463E0C
3#423B10
4#3E3913
5#3B3617
6#37331A
7#34311E
8#302E22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF3 #FBF3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EA #F8EA91 | BordersInactive statesPlaceholder text |
| 400 | F4DF #F4DF57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D6 #F1D627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B9 #D3B90D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A893 #A8930B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7869 #786908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D43 #4D4305 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFCF1;
--charcoal-100: #FDF9DD;
--charcoal-200: #FBF3C1;
--charcoal-300: #F8EA91;
--charcoal-400: #F4DF57;
--charcoal-500: #F1D627;
--charcoal-600: #D3B90D;
--charcoal-700: #A8930B;
--charcoal-800: #786908;
--charcoal-900: #4D4305;
--charcoal-950: #302A03;
}