Charcoal
#494508
YellowColor Codes
All color formats for development
HEX
#494508RGB
rgb(73, 69, 8)HSL
hsl(56, 80%, 16%)OKLCH
oklch(0.383 0.077 105.5)CMYK
cmyk(0%, 5%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#423E07
2#3B3707
3#333006
4#2C2905
5#252304
6#1D1C03
7#161502
8#0F0E02
9#070701
Tints
Lighter variations
1#70690C
2#978E11
3#BDB215
4#E4D619
5#EADE3E
6#EEE565
7#F2EB8B
8#F6F2B2
9#FBF8D8
Tones
Muted variations
1#46420B
2#433F0F
3#403D12
4#3C3A15
5#393718
6#36341C
7#33311F
8#2F2E22
9#2C2C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F5 #F8F5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3ED #F3ED95 | BordersInactive statesPlaceholder text |
| 400 | EDE4 #EDE45E | Disabled statesSecondary iconsMuted text |
| 500 | E8DC #E8DC30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CABE #CABE16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A197 #A19712 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736C #736C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4945 #494508 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2B #2E2B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFDF1;
--charcoal-100: #FBFADF;
--charcoal-200: #F8F5C3;
--charcoal-300: #F3ED95;
--charcoal-400: #EDE45E;
--charcoal-500: #E8DC30;
--charcoal-600: #CABE16;
--charcoal-700: #A19712;
--charcoal-800: #736C0D;
--charcoal-900: #494508;
--charcoal-950: #2E2B05;
}