Charcoal
#4D4105
YellowColor Codes
All color formats for development
HEX
#4D4105RGB
rgb(77, 65, 5)HSL
hsl(50, 88%, 16%)OKLCH
oklch(0.377 0.075 96.6)CMYK
cmyk(0%, 16%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453A04
2#3D3404
3#362D03
4#2E2703
5#262002
6#1F1A02
7#171301
8#0F0D01
9#080600
Tints
Lighter variations
1#756307
2#9D850A
3#C6A70D
4#EEC90F
5#F2D336
6#F5DC5E
7#F7E486
8#FAEDAE
9#FCF6D7
Tones
Muted variations
1#493E08
2#463C0C
3#423A10
4#3E3713
5#3B3517
6#37321A
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 | FBF1 #FBF1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E7 #F8E791 | BordersInactive statesPlaceholder text |
| 400 | F4DA #F4DA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D0 #F1D027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B2 #D3B20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88E #A88E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7865 #786508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D41 #4D4105 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFCF1;
--charcoal-100: #FDF8DD;
--charcoal-200: #FBF1C1;
--charcoal-300: #F8E791;
--charcoal-400: #F4DA57;
--charcoal-500: #F1D027;
--charcoal-600: #D3B20D;
--charcoal-700: #A88E0B;
--charcoal-800: #786508;
--charcoal-900: #4D4105;
--charcoal-950: #302803;
}