Portland Gray
#D3CCC7A light neutral with golden undertones that adapts to its surroundings chameleon-like.
Spec Sheet
Hex#D3CCC7
RGB211, 204, 199
HSL25°, 12%, 80%
On White 1.59:1 Fail
On Black 13.23:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EDEAE8 Text: #322A24 Accent: #D3CCC7 Support: #5A8FB5 Neutral: #D1D0C7 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 Portland Gray Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EDEAE8;
--palette-ink: #322A24;
--palette-accent: #D3CCC7;
--palette-support: #5A8FB5;
--palette-neutral: #D1D0C7;
}Tailwind Config
{
"palette-background": "#EDEAE8",
"palette-ink": "#322A24",
"palette-accent": "#D3CCC7",
"palette-support": "#5A8FB5",
"palette-neutral": "#D1D0C7"
}Color Blindness Simulation
#CECCC7
Protanopia#D0CEC7
Deuteranopia#D6CBCB
TritanopiaBuild a design system around Portland Gray.