Pink Parfait
#FCCCD6A light red with rosy undertones that commands attention on any surface.
Spec Sheet
Hex#FCCCD6
RGB252, 204, 214
HSL348°, 89%, 89%
On White 1.42:1 Fail
On Black 14.75:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #ECE9EA Text: #341E22 Accent: #FCCCD6 Support: #609A8E Neutral: #CAC2BE 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 Pink Parfait Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #ECE9EA;
--palette-ink: #341E22;
--palette-accent: #FCCCD6;
--palette-support: #609A8E;
--palette-neutral: #CAC2BE;
}Tailwind Config
{
"palette-background": "#ECE9EA",
"palette-ink": "#341E22",
"palette-accent": "#FCCCD6",
"palette-support": "#609A8E",
"palette-neutral": "#CAC2BE"
}Color Blindness Simulation
#D2D3D6
Protanopia#DDDBD5
Deuteranopia#FFC9CF
TritanopiaBuild a design system around Pink Parfait.