Piano Concerto
#C4BCC0A balanced purple with warm undertones that reads as complex and layered.
Spec Sheet
Hex#C4BCC0
RGB196, 188, 192
HSL330°, 6%, 75%
On White 1.86:1 Fail
On Black 11.3:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F4F0F2 Text: #23101A Accent: #C4BCC0 Support: #50B985 Neutral: #D8C5C5 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 Piano Concerto Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F4F0F2;
--palette-ink: #23101A;
--palette-accent: #C4BCC0;
--palette-support: #50B985;
--palette-neutral: #D8C5C5;
}Tailwind Config
{
"palette-background": "#F4F0F2",
"palette-ink": "#23101A",
"palette-accent": "#C4BCC0",
"palette-support": "#50B985",
"palette-neutral": "#D8C5C5"
}Color Blindness Simulation
#BCBDC0
Protanopia#BEBEC0
Deuteranopia#C5BCBD
TritanopiaBuild a design system around Piano Concerto.