Charcoal
#4D4104
YellowColor Codes
All color formats for development
HEX
#4D4104RGB
rgb(77, 65, 4)HSL
hsl(50, 90%, 16%)OKLCH
oklch(0.377 0.075 96.7)CMYK
cmyk(0%, 16%, 95%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#463B04
2#3E3403
3#362E03
4#2F2702
5#272102
6#1F1A02
7#171401
8#100D01
9#080700
Tints
Lighter variations
1#766406
2#9F8608
3#C8A80B
4#F0CA0D
5#F4D434
6#F6DD5C
7#F9E585
8#FBEEAE
9#FDF6D6
Tones
Muted variations
1#4A3F08
2#463C0B
3#433A0F
4#3F3713
5#3B3516
6#37331A
7#34301E
8#302E21
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF2 #FCF2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E8 #F9E890 | BordersInactive statesPlaceholder text |
| 400 | F6DB #F6DB55 | Disabled statesSecondary iconsMuted text |
| 500 | F4D1 #F4D125 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5B4 #D5B40B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8F #AA8F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7966 #796606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E41 #4E4104 | 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: #FEFCF0;
--charcoal-100: #FDF8DD;
--charcoal-200: #FCF2C0;
--charcoal-300: #F9E890;
--charcoal-400: #F6DB55;
--charcoal-500: #F4D125;
--charcoal-600: #D5B40B;
--charcoal-700: #AA8F09;
--charcoal-800: #796606;
--charcoal-900: #4E4104;
--charcoal-950: #302903;
}