Charcoal
#494108
YellowColor Codes
All color formats for development
HEX
#494108RGB
rgb(73, 65, 8)HSL
hsl(53, 80%, 16%)OKLCH
oklch(0.372 0.073 100.7)CMYK
cmyk(0%, 11%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#423B07
2#3B3507
3#332E06
4#2C2705
5#252104
6#1D1A03
7#161402
8#0F0D02
9#070701
Tints
Lighter variations
1#70640C
2#978711
3#BDA915
4#E4CC19
5#EAD63E
6#EEDE65
7#F2E68B
8#F6EEB2
9#FBF7D8
Tones
Muted variations
1#463F0B
2#433D0F
3#403A12
4#3C3815
5#393518
6#36331C
7#33301F
8#2F2E22
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E8 #F3E895 | BordersInactive statesPlaceholder text |
| 400 | EDDC #EDDC5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D3 #E8D330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB5 #CAB516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A190 #A19012 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7367 #73670D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF1;
--charcoal-100: #FBF8DF;
--charcoal-200: #F8F2C3;
--charcoal-300: #F3E895;
--charcoal-400: #EDDC5E;
--charcoal-500: #E8D330;
--charcoal-600: #CAB516;
--charcoal-700: #A19012;
--charcoal-800: #73670D;
--charcoal-900: #494208;
--charcoal-950: #2E2905;
}