Sand Motif
#DDC6AAA light, rich orange with earthy character. Adds warmth to transitional and southwestern-inspired interiors.
Spec Sheet
Hex#DDC6AA
RGB221, 198, 170
HSL33°, 43%, 77%
On White 1.65:1 Fail
On Black 12.73:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F4F2F0 Text: #2B2217 Accent: #DDC6AA Support: #4F7DB5 Neutral: #CACBAE 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 Sand Motif Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F4F2F0;
--palette-ink: #2B2217;
--palette-accent: #DDC6AA;
--palette-support: #4F7DB5;
--palette-neutral: #CACBAE;
}Tailwind Config
{
"palette-background": "#F4F2F0",
"palette-ink": "#2B2217",
"palette-accent": "#DDC6AA",
"palette-support": "#4F7DB5",
"palette-neutral": "#CACBAE"
}Color Blindness Simulation
#CFC6A8
Protanopia#D4CCAB
Deuteranopia#E6C0BE
TritanopiaBuild a design system around Sand Motif.