Charcoal
#4D3E05
YellowColor Codes
All color formats for development
HEX
#4D3E05RGB
rgb(77, 62, 5)HSL
hsl(48, 88%, 16%)OKLCH
oklch(0.369 0.072 92.6)CMYK
cmyk(0%, 19%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453804
2#3D3204
3#362C03
4#2E2503
5#261F02
6#1F1902
7#171301
8#0F0C01
9#080600
Tints
Lighter variations
1#755F07
2#9D800A
3#C6A10D
4#EEC10F
5#F2CC36
6#F5D75E
7#F7E186
8#FAEBAE
9#FCF5D7
Tones
Muted variations
1#493C08
2#463A0C
3#423810
4#3E3613
5#3B3417
6#37311A
7#342F1E
8#302D22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEF #FBEFC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E3 #F8E391 | BordersInactive statesPlaceholder text |
| 400 | F4D5 #F4D557 | Disabled statesSecondary iconsMuted text |
| 500 | F1C9 #F1C927 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AB #D3AB0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A888 #A8880B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7861 #786108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3E #4D3E05 | Primary textHigh emphasis contentDark headings |
| 950 | 3027 #302703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF1;
--charcoal-100: #FDF7DD;
--charcoal-200: #FBEFC1;
--charcoal-300: #F8E391;
--charcoal-400: #F4D557;
--charcoal-500: #F1C927;
--charcoal-600: #D3AB0D;
--charcoal-700: #A8880B;
--charcoal-800: #786108;
--charcoal-900: #4D3E05;
--charcoal-950: #302703;
}