Charcoal
#46410B
YellowColor Codes
All color formats for development
HEX
#46410BRGB
rgb(70, 65, 11)HSL
hsl(55, 73%, 16%)OKLCH
oklch(0.369 0.071 103.9)CMYK
cmyk(0%, 7%, 84%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#403B0A
2#383409
3#312E08
4#2A2707
5#232106
6#1C1A04
7#151403
8#0E0D02
9#070701
Tints
Lighter variations
1#6C6411
2#918717
3#B6A91C
4#DBCB22
5#E2D546
6#E8DD6B
7#EEE690
8#F3EEB5
9#F9F7DA
Tones
Muted variations
1#443F0E
2#413D11
3#3E3A14
4#3B3817
5#38351A
6#35331D
7#323020
8#2F2E23
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF8 #FAF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F2 #F6F2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFE8 #EFE89A | BordersInactive statesPlaceholder text |
| 400 | E7DC #E7DC65 | Disabled statesSecondary iconsMuted text |
| 500 | E0D2 #E0D238 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2B4 #C2B41E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A90 #9A9018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E67 #6E6711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420B | Primary textHigh emphasis contentDark headings |
| 950 | 2C29 #2C2907 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF2;
--charcoal-100: #FAF8E0;
--charcoal-200: #F6F2C6;
--charcoal-300: #EFE89A;
--charcoal-400: #E7DC65;
--charcoal-500: #E0D238;
--charcoal-600: #C2B41E;
--charcoal-700: #9A9018;
--charcoal-800: #6E6711;
--charcoal-900: #47420B;
--charcoal-950: #2C2907;
}