Salmon Peach
#FFB9C8A very light, vivid red that brings warmth and energy. Creates focal points in dining rooms, front doors, and accent walls.
Spec Sheet
Hex#FFB9C8
RGB255, 185, 200
HSL347°, 100%, 86%
On White 1.61:1 Fail
On Black 13.03:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #ECE4E6 Text: #2D1A1E Accent: #FFB9C8 Support: #489D8B Neutral: #C8B8B1 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 Salmon Peach Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #ECE4E6;
--palette-ink: #2D1A1E;
--palette-accent: #FFB9C8;
--palette-support: #489D8B;
--palette-neutral: #C8B8B1;
}Tailwind Config
{
"palette-background": "#ECE4E6",
"palette-ink": "#2D1A1E",
"palette-accent": "#FFB9C8",
"palette-support": "#489D8B",
"palette-neutral": "#C8B8B1"
}Color Blindness Simulation
#C3C4C8
Protanopia#D3D0C7
Deuteranopia#FFB4BE
TritanopiaBuild a design system around Salmon Peach.