Black Elegance
#3C3F4DA composed dark grey with balanced undertones. Reads as modern and pairs cleanly with both wood and metal.
Spec Sheet
Hex#3C3F4D
RGB60, 63, 77
HSL229°, 12%, 27%
On White 10.45:1 AAA
On Black 2.01:1 Fail
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F0F1F5 Text: #222634 Accent: #3C3F4D Support: #A29971 Neutral: #AEA5C0 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 Black Elegance Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F0F1F5;
--palette-ink: #222634;
--palette-accent: #3C3F4D;
--palette-support: #A29971;
--palette-neutral: #AEA5C0;
}Tailwind Config
{
"palette-background": "#F0F1F5",
"palette-ink": "#222634",
"palette-accent": "#3C3F4D",
"palette-support": "#A29971",
"palette-neutral": "#AEA5C0"
}Color Blindness Simulation
#3B404E
Protanopia#3A3F4D
Deuteranopia#384244
TritanopiaBuild a design system around Black Elegance.