Pressed Flower
#DB81FEA vivid purple that balances warmth and mystery. Elevates bedrooms and reading nooks with artistic flair.
Spec Sheet
Hex#DB81FE
RGB219, 129, 254
HSL283°, 98%, 75%
On White 2.45:1 Fail
On Black 8.58:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EBE9EC Text: #1B0F1F Accent: #DB81FE Support: #83BA6D Neutral: #C6B3C2 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 Pressed Flower Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EBE9EC;
--palette-ink: #1B0F1F;
--palette-accent: #DB81FE;
--palette-support: #83BA6D;
--palette-neutral: #C6B3C2;
}Tailwind Config
{
"palette-background": "#EBE9EC",
"palette-ink": "#1B0F1F",
"palette-accent": "#DB81FE",
"palette-support": "#83BA6D",
"palette-neutral": "#C6B3C2"
}Color Blindness Simulation
#67A0FF
Protanopia#82A8FB
Deuteranopia#D994B4
TritanopiaBuild a design system around Pressed Flower.