Tints & Shades
50
100
200
300
400
500
600
700
800
900
Scale from white (50) through Plum (500) to black (900), interpolated in Lab color space.
Color Values
- HEX
- #DDA0DD
- RGB
- rgb(221, 160, 221)
- HSL
- hsl(300, 47%, 75%)
- OKLCH
- oklch(0.783 0.108 327)
- CMYK
- cmyk(0%, 28%, 0%, 13%)
--color-plumbg-[#DDA0DD]Accessibility
Score: 48/100On White (#FFF)
2.07:1
On Black (#000)
10.15:1
On Light Gray (#F5F5F5)
1.9:1
Best text color on this background:
Design Applications
background-color: #DDA0DD
color: #DDA0DD
bg-[#DDA0DD] text-[#000000]
border-left: 4px solid #DDA0DD
Color Harmonies
Complementary
Green
#008000
Split-Complementary
Similar Colors
Color Meaning & Psychology
Purple was among the most expensive dyes in history — extracted from murex snails, requiring thousands to color a single garment. This scarcity created the enduring association with royalty, power, and luxury. Purple is rare in nature, which is why it feels special and mysterious. Red-purples feel passionate and romantic; blue-purples feel calm and contemplative; mid-purples feel creative and spiritual. Purple activates both warm (red) and cool (blue) emotional responses simultaneously, creating an ambiguity that different cultures interpret differently — wisdom in Asia, mourning in parts of Europe, magic in fantasy contexts, lavish excess in baroque design. Its lighter value makes it approachable and soft — suitable for backgrounds, secondary UI states, and contexts requiring the hue's character without full intensity.
Industry Usage
Common contexts and industries where Plum is applied in professional design.
- Luxury beauty and cosmetics brands
- Premium consumer products and packaging
- Spiritual, wellness, and meditation apps
- Creative agencies and design studios
- Entertainment and gaming (magic, fantasy)
- Anti-aging and prestige skincare
- Confectionery and indulgence brands
- Academic institutions emphasizing wisdom
Accessibility Considerations
Normal Text
Fails AA
4.5:1 minimum required
Large Text
Fails AA Large
3:1 minimum required
UI Components
Check contrast
3:1 for non-text UI
Plum is a light color. Use black (#000000) text on top of it for maximum readability (10.15:1). Avoid white text on this background.
CSS & Code Examples
Background
background-color: #DDA0DD;Text
color: #DDA0DD;Border
border: 2px solid #DDA0DD;Box Shadow
box-shadow: 0 4px 20px #DDA0DD40;Gradient
background: linear-gradient(135deg, #DDA0DD, #ffd2ff);Tailwind-style
--color-plum: #DDA0DD;Tailwind CSS Utilities
Use arbitrary value syntax in Tailwind CSS to apply Plum without a custom config.
Background
bg-[#DDA0DD]Text
text-[#DDA0DD]Border
border-[#DDA0DD]Ring
ring-[#DDA0DD]Fill
fill-[#DDA0DD]From (gradient)
from-[#DDA0DD]Via (gradient)
via-[#DDA0DD]To (gradient)
to-[#DDA0DD]Design Tokens
Ready-to-use Plum design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.
CSS Custom Properties
:root {
--color-plum: #DDA0DD;
--color-plum-rgb: 221, 160, 221;
--color-plum-hsl: 300, 47%, 75%;
}SCSS Variables
$color-plum: #DDA0DD; $color-plum-rgb: 221, 160, 221; $color-plum-hsl: 300, 47%, 75%;
Tailwind v3 Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'plum': '#DDA0DD',
},
},
},
};Tailwind v4 (@theme)
/* tailwind.css */
@theme {
--color-plum: #DDA0DD;
}JSON Design Token (W3C format)
{
"plum": {
"value": "#DDA0DD",
"type": "color",
"description": "Plum — #DDA0DD"
}
}More purple colors
View all →What Does Plum Mean? Color Psychology & Cultural Symbolism
Plum occupies a unique position in the spectrum: it lies at the boundary between the warm world of red and the cool world of blue, inheriting qualities from both without fully belonging to either. This liminal character translates as sophistication—a quality of creative tension that makes purple irreplaceable for certain design purposes.
- Across color psychology research, purple consistently tests high for "luxury" associations, making Plum a reliable vehicle for sophistication in cross-demographic audiences.
- Brand designers draw on purple-family tones to project distinction and wisdom—values that Plum communicates in a light key.
- At 47% saturation, Plum reads as subdued—neither overwhelming nor passive, landing in the luxury, creativity, mystery, and wisdom zone with measured confidence.
- Plum's light lightness (75%) shifts its psychological register: Lavender and lilac tones soften purple's intensity into a dreamy, romantic, and approachable quality—widely used in beauty, wellness, and feminine lifestyle branding.
Brands that wear Plum confidently own a position no other color occupies. That distinction is the whole point.
How to Use Plum in Design: Applications, Pairings & Best Practices
In design, Plum is simultaneously challenging and irreplaceable. Its specificity (not everyone can pull off purple) is precisely what makes it so effective for brands that want to signal creative differentiation.
- Avoid: mainstream corporate environments where it reads as unconventional, food packaging (no natural purple vegetables beyond eggplant and berries), and mass-market consumer products where premium positioning is not intended.
- Color harmonies: Plum's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
- Proportional use: Plum's subdued quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.
- Plum creates strong legibility with black text overlays (10.2:1 contrast ratio), making it a reliable background or surface color in design systems
- Typography: Plum as text requires a dark background; its 75% lightness means it provides 2.1:1 contrast on white, not meeting WCAG AA.
Brands that wear Plum confidently own a position no other color occupies. That distinction is the whole point.
Plum Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design
Plum (#DDA0DD) achieves a 10.15:1 contrast ratio with black text, surpassing the WCAG 2.1 AAA threshold of 7:1. This exceptional contrast qualifies it for body text, UI components at any size, and all accessibility-sensitive interface contexts. Relative luminance: 45.7%.
- As text on white (#FFFFFF): 2.07:1 — Fail
- As text on black (#000000): 10.15:1 — AAA ✓
- Best text color on Plum background: Black (#000000) at 10.15:1
- WCAG 2.1 luminance: 45.7% — above-median luminance—it reads as a light to mid-tone background, compatible with dark text while retaining color personality
- Plum qualifies for all text sizes including small body copy (AAA).
- Color blindness consideration: tritanopia (blue-yellow color blindness, ~0.003% of population) may affect how this color reads. While rare, for maximum accessibility supplement color signals with text or icon indicators in critical states.
For production use, test Plum against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.
Plum in Industry: Branding, Design & Market Applications
Plum's brand positioning falls squarely in the territory of luxury, creativity, mystery, and wisdom. Industry data supports its strongest performance in beauty & cosmetics, luxury goods, creative services categories, where the subdued saturation calibrates the message at a light, considered level.
- Beauty & Cosmetics: Purple is the second most common color in beauty branding, projecting luxury, femininity, and transformative aspiration. It signals that a product is special, premium, and designed for moments of indulgence. (examples: Drunk Elephant, Tatcha, Rare Beauty) Lavender tones work for accessible beauty; deep violet and plum for luxury skincare and perfume.
- Creative & Agency Services: Creative studios, design agencies, and advertising firms use purple to signal imagination, unconventional thinking, and creative authority. It differentiates them from the blue-dominated corporate world while retaining enough gravitas to command respect. Works best when paired with a strong neutral (black, charcoal, or cream) to prevent it from reading as whimsical.
- Gaming & Entertainment: Purple dominates gaming, streaming, and digital entertainment branding because it signals the threshold between the ordinary world and an imaginative one. It's the color of portals, magic systems, and premium digital experiences. (examples: Spotify, Netflix, Hulu) Twitch's purple brand has made the color synonymous with live streaming culture—worth considering in adjacent spaces.
- Brand positioning: Plum is best suited for brands projecting distinction, wisdom, imagination. Categories outside this positioning—mainstream corporate environments where it reads as unconventional—tend to see weaker results.
- Adjacent applications: Beyond primary industries, Plum works effectively in cryptocurrency projects, gaming UIs, spiritual and wellness platforms—contexts where wisdom serves a secondary but reinforcing role.
For marketers and brand strategists, Plum is a commitment to luxury, creativity, mystery, and wisdom. Match it with industries that make that promise and it will pay dividends consistently.
Accessibility & Design Guides
Frequently Asked Questions
- What is the hex code for Plum? ▾
- The hex code for Plum is #DDA0DD. Its RGB values are rgb(221, 160, 221) and its HSL values are hsl(300, 47%, 75%).
- What does Plum mean in design? ▾
- Purple was among the most expensive dyes in history — extracted from murex snails, requiring thousands to color a single garment. This scarcity created the enduring association with royalty, power, and luxury. Purple is rare in nature, which is why it feels special and mysterious. Red-purples feel passionate and romantic; blue-purples feel calm and contemplative; mid-purples feel creative and spiritual. Purple activates both warm (red) and cool (blue) emotional responses simultaneously, creating an ambiguity that different cultures interpret differently — wisdom in Asia, mourning in parts of Europe, magic in fantasy contexts, lavish excess in baroque design. Its lighter value makes it approachable and soft — suitable for backgrounds, secondary UI states, and contexts requiring the hue's character without full intensity.
- Is Plum WCAG accessible? ▾
- Plum (#DDA0DD) does not pass WCAG AA on white (2.07:1 ratio). Use it on dark backgrounds where it achieves 10.15:1. Its overall accessibility score is 48/100.
- What colors go well with Plum? ▾
- Plum pairs well with its complementary color Green (#008000). Analogous colors like Amethyst and Electric Purple also work harmoniously. Check the Color Harmonies section above for the full palette.
- What is Plum used for? ▾
- Plum is commonly used for: Luxury beauty and cosmetics brands; Premium consumer products and packaging; Spiritual, wellness, and meditation apps; Creative agencies and design studios; Entertainment and gaming (magic, fantasy).
- What are the CSS and Tailwind values for Plum? ▾
- In CSS, use `color: #DDA0DD` or `background-color: #DDA0DD`. The CSS custom property is `--color-plum: #DDA0DD`. In Tailwind CSS, use the arbitrary value class `bg-[#DDA0DD]` for backgrounds or `text-[#DDA0DD]` for text.