Charcoal
#473C0B
YellowColor Codes
All color formats for development
HEX
#473C0BRGB
rgb(71, 60, 11)HSL
hsl(49, 73%, 16%)OKLCH
oklch(0.358 0.066 95.8)CMYK
cmyk(0%, 15%, 85%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40360A
2#383009
3#312A08
4#2A2407
5#231E06
6#1C1804
7#151203
8#0E0C02
9#070601
Tints
Lighter variations
1#6C5B11
2#917A17
3#B69A1C
4#DBB922
5#E2C546
6#E8D16B
7#EEDC90
8#F3E8B5
9#F9F3DA
Tones
Muted variations
1#443A0E
2#413811
3#3E3614
4#3B3417
5#38321A
6#35301D
7#322E20
8#2F2D23
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF5 #FAF5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6ED #F6EDC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDF #EFDF9A | BordersInactive statesPlaceholder text |
| 400 | E7CF #E7CF65 | Disabled statesSecondary iconsMuted text |
| 500 | E0C1 #E0C138 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2A4 #C2A41E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A83 #9A8318 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E5D #6E5D11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 473C #473C0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C25 #2C2507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFBF2;
--charcoal-100: #FAF5E0;
--charcoal-200: #F6EDC6;
--charcoal-300: #EFDF9A;
--charcoal-400: #E7CF65;
--charcoal-500: #E0C138;
--charcoal-600: #C2A41E;
--charcoal-700: #9A8318;
--charcoal-800: #6E5D11;
--charcoal-900: #473C0B;
--charcoal-950: #2C2507;
}