Lamp Black
#2E2D2CA rich, velvety black with a faint warm edge, reminiscent of the soot gathered from oil lamps in Georgian households.
Spec Sheet
Hex#2E2D2C
RGB46, 45, 44
HSL30°, 2%, 18%
On White 13.74:1 AAA
On Black 1.53:1 Fail
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F1F0EE Text: #33291E Accent: #2E2D2C Support: #4478AB Neutral: #C5C5A5 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 Lamp Black Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F1F0EE;
--palette-ink: #33291E;
--palette-accent: #2E2D2C;
--palette-support: #4478AB;
--palette-neutral: #C5C5A5;
}Tailwind Config
{
"palette-background": "#F1F0EE",
"palette-ink": "#33291E",
"palette-accent": "#2E2D2C",
"palette-support": "#4478AB",
"palette-neutral": "#C5C5A5"
}Color Blindness Simulation
#2D2D2C
Protanopia#2E2D2C
Deuteranopia#2E2D2D
TritanopiaBuild a design system around Lamp Black.