Raleigh Peach
#E7CCB8A light orange with amber warmth that envelops a room without overpowering it.
Spec Sheet
Hex#E7CCB8
RGB231, 204, 184
HSL26°, 49%, 81%
On White 1.53:1 Fail
On Black 13.73:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F6F5F4 Text: #231B16 Accent: #E7CCB8 Support: #6497BE Neutral: #C8C6A7 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 Raleigh Peach Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F6F5F4;
--palette-ink: #231B16;
--palette-accent: #E7CCB8;
--palette-support: #6497BE;
--palette-neutral: #C8C6A7;
}Tailwind Config
{
"palette-background": "#F6F5F4",
"palette-ink": "#231B16",
"palette-accent": "#E7CCB8",
"palette-support": "#6497BE",
"palette-neutral": "#C8C6A7"
}Color Blindness Simulation
#D4CDB7
Protanopia#DAD3B8
Deuteranopia#F0C7C6
TritanopiaBuild a design system around Raleigh Peach.