Pink Pearl
#F0CDD1A gentle red with rosy undertones that commands attention on any surface.
Spec Sheet
Hex#F0CDD1
RGB240, 205, 209
HSL353°, 54%, 87%
On White 1.46:1 Fail
On Black 14.36:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EFEBEC Text: #231A1B Accent: #F0CDD1 Support: #609A93 Neutral: #D3C4BB 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 Pearl Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EFEBEC;
--palette-ink: #231A1B;
--palette-accent: #F0CDD1;
--palette-support: #609A93;
--palette-neutral: #D3C4BB;
}Tailwind Config
{
"palette-background": "#EFEBEC",
"palette-ink": "#231A1B",
"palette-accent": "#F0CDD1",
"palette-support": "#609A93",
"palette-neutral": "#D3C4BB"
}Color Blindness Simulation
#D2D2D1
Protanopia#DAD8D0
Deuteranopia#F7CBCE
TritanopiaBuild a design system around Pink Pearl.