Skip to main content

Glossy Grape

#AB92B3·purple family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#AB92B3
RGB
rgb(171, 146, 179)
HSL
hsl(285, 18%, 64%)
OKLCH
oklch(0.693 0.055 318)
CMYK
cmyk(4%, 18%, 0%, 30%)
Luminance:0.3247
CSS var:--color-glossy-grape
Tailwind:bg-[#AB92B3]

Accessibility

Score: 48/100

On White (#FFF)

2.8:1

Fail

On Black (#000)

7.49:1

AAA

On Light Gray (#F5F5F5)

2.57:1

Fail

Best text color on this background:

black7.49:1
Open in Contrast Checker →

Design Applications

Background

background-color: #AB92B3

Text Color

color: #AB92B3

bg-[#AB92B3] text-[#000000]

Accent border card component

border-left: 4px solid #AB92B3

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. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.

Industry Usage

Common contexts and industries where Glossy Grape 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

Glossy Grape is a light color. Use black (#000000) text on top of it for maximum readability (7.49:1). Avoid white text on this background.

CSS & Code Examples

Background

background-color: #AB92B3;

Text

color: #AB92B3;

Border

border: 2px solid #AB92B3;

Box Shadow

box-shadow: 0 4px 20px #AB92B340;

Gradient

background: linear-gradient(135deg, #AB92B3, #ddc2e5);

Tailwind-style

--color-glossy-grape: #AB92B3;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Glossy Grape without a custom config.

Background

bg-[#AB92B3]

Text

text-[#AB92B3]

Border

border-[#AB92B3]

Ring

ring-[#AB92B3]

Fill

fill-[#AB92B3]

From (gradient)

from-[#AB92B3]

Via (gradient)

via-[#AB92B3]

To (gradient)

to-[#AB92B3]

Design Tokens

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

CSS Custom Properties

:root {
  --color-glossy-grape: #AB92B3;
  --color-glossy-grape-rgb: 171, 146, 179;
  --color-glossy-grape-hsl: 285, 18%, 64%;
}

SCSS Variables

$color-glossy-grape: #AB92B3;
$color-glossy-grape-rgb: 171, 146, 179;
$color-glossy-grape-hsl: 285, 18%, 64%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'glossy-grape': '#AB92B3',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-glossy-grape: #AB92B3;
}

JSON Design Token (W3C format)

{
  "glossy-grape": {
    "value": "#AB92B3",
    "type": "color",
    "description": "Glossy Grape — #AB92B3"
  }
}

What Does Glossy Grape Mean? Color Psychology & Cultural Symbolism

Glossy Grape (#AB92B3) is the color of liminal spaces—the purple twilight, the purple of ancient dyes, the purple of futures not yet written. Its mid-tone quality at 64% lightness positions it between accessibility and aspiration, rendering mystery in a register that feels both earned and inviting.

  • Across color psychology research, purple consistently tests high for "luxury" associations, making Glossy Grape a reliable vehicle for mystery in cross-demographic audiences.
  • Brand designers draw on purple-family tones to project distinction and wisdom—values that Glossy Grape communicates in a mid-tone key.
  • At 18% saturation, Glossy Grape reads as muted—Dusty and muted purples (mauve, thistle, grape) trade vivid intensity for a sophisticated vintage quality—popular in lifestyle brands seeking an alternative-luxury positioning.
  • Glossy Grape's mid-tone lightness (64%) shifts its psychological register: a balanced mid-tone that embodies luxury, creativity, mystery, and wisdom at its most direct.

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

How to Use Glossy Grape in Design: Applications, Pairings & Best Practices

Glossy Grape 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: Glossy Grape's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Glossy Grape's muted quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.
  • Glossy Grape creates strong legibility with black text overlays (7.5:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Glossy Grape as text requires a dark background; its 64% lightness means it provides 2.8:1 contrast on white, not meeting WCAG AA.

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

Glossy Grape Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Glossy Grape (#AB92B3) achieves a 7.49: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: 32.5%.

  • As text on white (#FFFFFF): 2.80:1 — Fail
  • As text on black (#000000): 7.49:1 — AAA ✓
  • Best text color on Glossy Grape background: Black (#000000) at 7.49:1
  • WCAG 2.1 luminance: 32.5% — mid-range luminance—it sits in the transition zone where both dark and light text approaches require testing against the 4.5:1 WCAG threshold
  • Glossy Grape 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 Glossy Grape 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.

Glossy Grape in Industry: Branding, Design & Market Applications

Across industry research, purple-family tones consistently outperform competitors in categories built on luxury, creativity, mystery, and wisdom. Glossy Grape is a mid-tone 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: Glossy Grape is best suited for brands projecting luxury, creativity, imagination. Categories outside this positioning—mainstream corporate environments where it reads as unconventional—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Glossy Grape works effectively in premium branding, creative agency identities, beauty packaging—contexts where creativity serves a secondary but reinforcing role.

Glossy Grape 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 Glossy Grape?
The hex code for Glossy Grape is #AB92B3. Its RGB values are rgb(171, 146, 179) and its HSL values are hsl(285, 18%, 64%).
What does Glossy Grape 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. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.
Is Glossy Grape WCAG accessible?
Glossy Grape (#AB92B3) does not pass WCAG AA on white (2.8:1 ratio). Use it on dark backgrounds where it achieves 7.49:1. Its overall accessibility score is 48/100.
What colors go well with Glossy Grape?
Glossy Grape pairs well with its complementary color Lincoln Green (#195905). Analogous colors like Han Purple and Tropical Indigo also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Glossy Grape used for?
Glossy Grape 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 Glossy Grape?
In CSS, use `color: #AB92B3` or `background-color: #AB92B3`. The CSS custom property is `--color-glossy-grape: #AB92B3`. In Tailwind CSS, use the arbitrary value class `bg-[#AB92B3]` for backgrounds or `text-[#AB92B3]` for text.