Skip to main content

Pansy Purple

#78184A·purple family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#78184A
RGB
rgb(120, 24, 74)
HSL
hsl(329, 67%, 28%)
OKLCH
oklch(0.39 0.138 354)
CMYK
cmyk(0%, 80%, 38%, 53%)
Luminance:0.0514
CSS var:--color-pansy-purple
Tailwind:bg-[#78184A]

Accessibility

Score: 96/100

On White (#FFF)

10.35:1

AAA

On Black (#000)

2.03:1

Fail

On Light Gray (#F5F5F5)

9.5:1

AAA

Best text color on this background:

white10.35:1
Open in Contrast Checker →

Design Applications

Background

background-color: #78184A

Text Color

color: #78184A

bg-[#78184A] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #78184A

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 Pansy Purple 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

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

CSS & Code Examples

Background

background-color: #78184A;

Text

color: #78184A;

Border

border: 2px solid #78184A;

Box Shadow

box-shadow: 0 4px 20px #78184A40;

Gradient

background: linear-gradient(135deg, #78184A, #aa4976);

Tailwind-style

--color-pansy-purple: #78184A;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Pansy Purple without a custom config.

Background

bg-[#78184A]

Text

text-[#78184A]

Border

border-[#78184A]

Ring

ring-[#78184A]

Fill

fill-[#78184A]

From (gradient)

from-[#78184A]

Via (gradient)

via-[#78184A]

To (gradient)

to-[#78184A]

Design Tokens

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

CSS Custom Properties

:root {
  --color-pansy-purple: #78184A;
  --color-pansy-purple-rgb: 120, 24, 74;
  --color-pansy-purple-hsl: 329, 67%, 28%;
}

SCSS Variables

$color-pansy-purple: #78184A;
$color-pansy-purple-rgb: 120, 24, 74;
$color-pansy-purple-hsl: 329, 67%, 28%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'pansy-purple': '#78184A',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-pansy-purple: #78184A;
}

JSON Design Token (W3C format)

{
  "pansy-purple": {
    "value": "#78184A",
    "type": "color",
    "description": "Pansy Purple — #78184A"
  }
}

What Does Pansy Purple Mean? Color Psychology & Cultural Symbolism

Pansy Purple 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 wisdom—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 Pansy Purple a reliable vehicle for wisdom in cross-demographic audiences.
  • Brand designers draw on purple-family tones to project distinction and wisdom—values that Pansy Purple communicates in a deep key.
  • At 67% saturation, Pansy Purple reads as moderately saturated—neither overwhelming nor passive, landing in the luxury, creativity, mystery, and wisdom zone with measured confidence.
  • Pansy Purple's deep lightness (28%) shifts its psychological register: Deep violet and plum tones carry maximal luxury and mystery—positioned at the intersection of black's power and purple's creativity, excellent for premium and high-fashion applications.

Pansy Purple is a commitment color—use it fully or not at all. Half measures produce neither luxury nor creativity.

How to Use Pansy Purple in Design: Applications, Pairings & Best Practices

Pansy Purple rewards bold usage. Timid deployment—a small accent in an otherwise neutral palette—undersells its power. Used with commitment, it creates the kind of brand distinction that no other hue achieves.

  • 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: Pansy Purple's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Pansy Purple's moderately saturated saturation (67%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.
  • As a dark tone, Pansy Purple creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Typography: Pansy Purple works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.

Pansy Purple is a commitment color—use it fully or not at all. Half measures produce neither luxury nor creativity.

Pansy Purple Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Pansy Purple (#78184A) achieves a 10.35:1 contrast ratio with white 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: 5.1%.

  • As text on white (#FFFFFF): 10.35:1 — AAA ✓
  • As text on black (#000000): 2.03:1 — Fail
  • Best text color on Pansy Purple background: White (#FFFFFF) at 10.35:1
  • WCAG 2.1 luminance: 5.1% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Pansy Purple 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.

Always verify Pansy Purple at its final intended size and weight using a real contrast checker—font weight and rendering environment affect perceived legibility beyond what raw ratios capture.

Pansy Purple in Industry: Branding, Design & Market Applications

Pansy Purple'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 moderately saturated saturation calibrates the message at a deep, 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: Disney+, Hulu, Netflix) Twitch's purple brand has made the color synonymous with live streaming culture—worth considering in adjacent spaces.
  • Brand positioning: Pansy Purple 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, Pansy Purple works effectively in cryptocurrency projects, gaming UIs, spiritual and wellness platforms—contexts where sophistication serves a secondary but reinforcing role.

For marketers and brand strategists, Pansy Purple is a commitment to luxury, creativity, mystery, and wisdom. Match it with industries that make that promise and it will pay dividends consistently.

Frequently Asked Questions

What is the hex code for Pansy Purple?
The hex code for Pansy Purple is #78184A. Its RGB values are rgb(120, 24, 74) and its HSL values are hsl(329, 67%, 28%).
What does Pansy Purple 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 Pansy Purple WCAG accessible?
Pansy Purple (#78184A) passes WCAG AAA on white with a 10.35:1 contrast ratio. Its overall accessibility score is 96/100.
What colors go well with Pansy Purple?
Pansy Purple pairs well with its complementary color Patina (#4D9B72). Analogous colors like Purple and Shocking Pink also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Pansy Purple used for?
Pansy Purple 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 Pansy Purple?
In CSS, use `color: #78184A` or `background-color: #78184A`. The CSS custom property is `--color-pansy-purple: #78184A`. In Tailwind CSS, use the arbitrary value class `bg-[#78184A]` for backgrounds or `text-[#78184A]` for text.