Bois de Rose
#BA8080Rosewood pink — a deep, sophisticated mauve-pink with brown undertones. Rich and grounding, it reads as a warm neutral in low light.
Spec Sheet
Hex#BA8080
RGB186, 128, 128
HSL0°, 30%, 62%
On White 3.24:1 AA Large
On Black 6.49:1 AA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F3EDED Text: #231010 Accent: #BA8080 Support: #56AEAE Neutral: #C9C2BA 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 Bois de Rose Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F3EDED;
--palette-ink: #231010;
--palette-accent: #BA8080;
--palette-support: #56AEAE;
--palette-neutral: #C9C2BA;
}Tailwind Config
{
"palette-background": "#F3EDED",
"palette-ink": "#231010",
"palette-accent": "#BA8080",
"palette-support": "#56AEAE",
"palette-neutral": "#C9C2BA"
}Color Blindness Simulation
#8B8880
Protanopia#99937F
Deuteranopia#C57A80
TritanopiaBuild a design system around Bois de Rose.