vibrant
Plum and Snow
6.08:1 contrast ratio —
AAVisual Preview
#8E4585Plum
#FFFAFASnow
The quick brown fox
Body text — Plum on Snow
Supporting text at reduced opacity
Badge
Reversed — Snow on Plum
Inverted combination preview
Contrast Analysis
Contrast Ratio
6.08:1
AAWCAG AA
✓ Pass
Requires 4.5:1
WCAG AA Large
✓ Pass
Requires 3:1
WCAG AAA
✗ Fail
Requires 7:1
Color Values
Plum
Foreground (Text)
- HEX
- #8E4585
- RGB
- rgb(142, 69, 133)
- HSL
- hsl(307, 35%, 41%)
Snow
Background
- HEX
- #FFFAFA
- RGB
- rgb(255, 250, 250)
- HSL
- hsl(0, 100%, 99%)
Design Use Cases
- UI components
- Navigation
- Call-to-action buttons
- Form labels
Industry Recommendations
Creative Agencies
Entertainment
Spiritual Wellness
Premium Education
Arts
Color Psychology
The Plum tone evokes luxury, wisdom, and creativity, while Snow brings purity, clarity, and simplicity. Together, they create a balanced palette suited for compelling visual communication.
Palette Exports
:root {
--color-plum: #8E4585;
--color-snow: #FFFAFA;
}
.combo-plum-snow {
color: var(--color-plum);
background-color: var(--color-snow);
}Quick Snippets
CSS Variables
:root {
--color-plum: #8E4585;
--color-snow: #FFFAFA;
}Tailwind CSS
<div class="bg-white text-purple-800"> Your content here </div>