Charcoal
#4D4205
YellowColor Codes
All color formats for development
HEX
#4D4205RGB
rgb(77, 66, 5)HSL
hsl(51, 88%, 16%)OKLCH
oklch(0.379 0.075 97.9)CMYK
cmyk(0%, 14%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453B04
2#3D3504
3#362E03
4#2E2803
5#262102
6#1F1A02
7#171401
8#0F0D01
9#080700
Tints
Lighter variations
1#756507
2#9D870A
3#C6AA0D
4#EECC0F
5#F2D636
6#F5DE5E
7#F7E686
8#FAEFAE
9#FCF7D7
Tones
Muted variations
1#493F08
2#463D0C
3#423A10
4#3E3813
5#3B3517
6#37331A
7#34301E
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 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E8 #F8E891 | BordersInactive statesPlaceholder text |
| 400 | F4DD #F4DD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D3 #F1D327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B5 #D3B50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A890 #A8900B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4205 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFCF1;
--charcoal-100: #FDF8DD;
--charcoal-200: #FBF2C1;
--charcoal-300: #F8E891;
--charcoal-400: #F4DD57;
--charcoal-500: #F1D327;
--charcoal-600: #D3B50D;
--charcoal-700: #A8900B;
--charcoal-800: #786708;
--charcoal-900: #4D4205;
--charcoal-950: #302903;
}