Charcoal
#4D4005
YellowColor Codes
All color formats for development
HEX
#4D4005RGB
rgb(77, 64, 5)HSL
hsl(49, 88%, 16%)OKLCH
oklch(0.374 0.074 95.3)CMYK
cmyk(0%, 17%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453904
2#3D3304
3#362C03
4#2E2603
5#262002
6#1F1902
7#171301
8#0F0D01
9#080600
Tints
Lighter variations
1#756107
2#9D820A
3#C6A40D
4#EEC50F
5#F2D036
6#F5D95E
7#F7E386
8#FAECAE
9#FCF6D7
Tones
Muted variations
1#493D08
2#463B0C
3#423910
4#3E3613
5#3B3417
6#37321A
7#34301E
8#302D22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF0 #FBF0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E5 #F8E591 | BordersInactive statesPlaceholder text |
| 400 | F4D7 #F4D757 | Disabled statesSecondary iconsMuted text |
| 500 | F1CC #F1CC27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AF #D3AF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88B #A88B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7863 #786308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D40 #4D4005 | 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: #FDF7DD;
--charcoal-200: #FBF0C1;
--charcoal-300: #F8E591;
--charcoal-400: #F4D757;
--charcoal-500: #F1CC27;
--charcoal-600: #D3AF0D;
--charcoal-700: #A88B0B;
--charcoal-800: #786308;
--charcoal-900: #4D4005;
--charcoal-950: #302803;
}