Skip to main content

Plum Fruit

#8E4585·purple family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Plum Fruit (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#8E4585
RGB
rgb(142, 69, 133)
HSL
hsl(307, 35%, 41%)
OKLCH
oklch(0.506 0.129 332)
CMYK
cmyk(0%, 51%, 6%, 44%)
Luminance:0.1170
CSS var:--color-plum-fruit
Tailwind:bg-[#8E4585]

Accessibility

Score: 54/100

On White (#FFF)

6.29:1

AA

On Black (#000)

3.34:1

AA Large

On Light Gray (#F5F5F5)

5.77:1

AA

Best text color on this background:

white6.29:1
Open in Contrast Checker →

Design Applications

Background

background-color: #8E4585

Text Color

color: #8E4585

bg-[#8E4585] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #8E4585

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 deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.

Industry Usage

Common contexts and industries where Plum Fruit 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

Passes AA

4.5:1 minimum required

Large Text

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

Plum Fruit is a dark color. Use white (#FFFFFF) text on top of it for maximum readability (6.29:1). Avoid small black text on this background.

CSS & Code Examples

Background

background-color: #8E4585;

Text

color: #8E4585;

Border

border: 2px solid #8E4585;

Box Shadow

box-shadow: 0 4px 20px #8E458540;

Gradient

background: linear-gradient(135deg, #8E4585, #c073b5);

Tailwind-style

--color-plum-fruit: #8E4585;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Plum Fruit without a custom config.

Background

bg-[#8E4585]

Text

text-[#8E4585]

Border

border-[#8E4585]

Ring

ring-[#8E4585]

Fill

fill-[#8E4585]

From (gradient)

from-[#8E4585]

Via (gradient)

via-[#8E4585]

To (gradient)

to-[#8E4585]

Design Tokens

Ready-to-use Plum Fruit design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-plum-fruit: #8E4585;
  --color-plum-fruit-rgb: 142, 69, 133;
  --color-plum-fruit-hsl: 307, 35%, 41%;
}

SCSS Variables

$color-plum-fruit: #8E4585;
$color-plum-fruit-rgb: 142, 69, 133;
$color-plum-fruit-hsl: 307, 35%, 41%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'plum-fruit': '#8E4585',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-plum-fruit: #8E4585;
}

JSON Design Token (W3C format)

{
  "plum-fruit": {
    "value": "#8E4585",
    "type": "color",
    "description": "Plum Fruit — #8E4585"
  }
}

What Does Plum Fruit Mean? Color Psychology & Cultural Symbolism

Purple's psychological power is historical and earned. For most of human civilization, true purple dye was rarer than gold—accessible only to royalty and clergy. Plum Fruit (#8E4585) inherits this heritage, reading as mystery not by accident but by the accumulated weight of thousands of years of cultural association.

  • Purple's historical scarcity (Tyrian purple was worth more than gold) embedded it permanently in the Western imagination as a royal, noble, and exclusive color. In contemporary design it bridges luxury (its historic connotation) and creativity (its association with the imagination and alternative thinking).
  • In Japan, purple (murasaki) has been associated with nobility and spiritual power for centuries, and the tradition continues in contemporary culture. In Thai mourning traditions, purple is worn by widows—one of the few cultures where it carries grief rather than luxury associations.
  • Plum Fruit's medium lightness (41%) shifts its psychological register: a balanced mid-tone that embodies luxury, creativity, mystery, and wisdom at its most direct.
  • At 35% saturation, Plum Fruit reads as subdued—neither overwhelming nor passive, landing in the luxury, creativity, mystery, and wisdom zone with measured confidence.

Plum Fruit earns its place in design the same way it earned it in history: through rarity, confidence, and the willingness to be extraordinary.

How to Use Plum Fruit in Design: Applications, Pairings & Best Practices

The design applications of Plum Fruit center on premium positioning. Whether in packaging, digital product, or brand identity, it signals that what's inside is worth more attention than the ordinary.

  • UI components: premium feature highlights, creative mode indicators, luxury tier badges—Plum Fruit performs reliably in all these roles with its medium tonal character.
  • Brand & identity: premium branding, creative agency identities, beauty packaging—contexts where Plum Fruit's subdued quality creates the right register.
  • Typography: Plum Fruit works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.
  • As a dark tone, Plum Fruit creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Proportional use: Plum Fruit'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 Fruit earns its place in design the same way it earned it in history: through rarity, confidence, and the willingness to be extraordinary.

Plum Fruit Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Plum Fruit (#8E4585) reaches 6.29:1 contrast with white text—meeting WCAG 2.1 AA minimum of 4.5:1 for normal text and 3:1 for large text. It clears standard production accessibility requirements. Relative luminance: 11.7%.

  • As text on white (#FFFFFF): 6.29:1 — AA ✓
  • As text on black (#000000): 3.34:1 — AA (large text only)
  • Best text color on Plum Fruit background: White (#FFFFFF) at 6.29:1
  • WCAG 2.1 luminance: 11.7% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Plum Fruit qualifies for normal body text and all larger sizes (AA).
  • 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.

Plum Fruit's WCAG profile makes it a compliant choice for most text applications.

Plum Fruit in Industry: Branding, Design & Market Applications

Across industry research, purple-family tones consistently outperform competitors in categories built on luxury, creativity, mystery, and wisdom. Plum Fruit is a medium expression of this advantage—best positioned in Beauty & Cosmetics and adjacent markets.

  • 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: Glossier, Fenty Beauty, 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: Disney+, Hulu, Netflix) Twitch's purple brand has made the color synonymous with live streaming culture—worth considering in adjacent spaces.
  • Brand positioning: Plum Fruit 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 Fruit works effectively in cryptocurrency projects, gaming UIs, spiritual and wellness platforms—contexts where wisdom serves a secondary but reinforcing role.

Plum Fruit earns its strongest ROI in industries where trust and recognition compound over time: Beauty & Cosmetics, Creative & Agency Services, Gaming & Entertainment. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Plum Fruit?
The hex code for Plum Fruit is #8E4585. Its RGB values are rgb(142, 69, 133) and its HSL values are hsl(307, 35%, 41%).
What does Plum Fruit 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 deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.
Is Plum Fruit WCAG accessible?
Plum Fruit (#8E4585) passes WCAG AA on white with a 6.29:1 contrast ratio. Its overall accessibility score is 54/100.
What colors go well with Plum Fruit?
Plum Fruit pairs well with its complementary color Hunter Green (#355E3B). Analogous colors like Light Purple and Dark Purple also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Plum Fruit used for?
Plum Fruit 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 Fruit?
In CSS, use `color: #8E4585` or `background-color: #8E4585`. The CSS custom property is `--color-plum-fruit: #8E4585`. In Tailwind CSS, use the arbitrary value class `bg-[#8E4585]` for backgrounds or `text-[#8E4585]` for text.