Wenge
#3C2D2BVersatile and dark, this neutral holds amber depth that reveals itself over time.
Spec Sheet
Hex#3C2D2B
RGB60, 45, 43
HSL7°, 17%, 20%
On White 13.11:1 AAA
On Black 1.6:1 Fail
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EFECEB Text: #1C0E0D Accent: #3C2D2B Support: #51848A Neutral: #CEC8C0 Rules: - Use Background for surfaces and canvas - Use Ink for body text and icons - Never use Accent as body text — contrast is too low - Maintain 4.5:1 minimum contrast for normal text
Design System from Wenge Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EFECEB;
--palette-ink: #1C0E0D;
--palette-accent: #3C2D2B;
--palette-support: #51848A;
--palette-neutral: #CEC8C0;
}Tailwind Config
{
"palette-background": "#EFECEB",
"palette-ink": "#1C0E0D",
"palette-accent": "#3C2D2B",
"palette-support": "#51848A",
"palette-neutral": "#CEC8C0"
}Color Blindness Simulation
#302F2B
Protanopia#33322B
Deuteranopia#3F2B2C
TritanopiaBuild a design system around Wenge.