Skip to main content

Grape

#6F2DA8·purple family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#6F2DA8
RGB
rgb(111, 45, 168)
HSL
hsl(272, 58%, 42%)
OKLCH
oklch(0.455 0.187 304)
CMYK
cmyk(34%, 73%, 0%, 34%)
Luminance:0.0808
CSS var:--color-grape
Tailwind:bg-[#6F2DA8]

Accessibility

Score: 96/100

On White (#FFF)

8.03:1

AAA

On Black (#000)

2.62:1

Fail

On Light Gray (#F5F5F5)

7.36:1

AAA

Best text color on this background:

white8.03:1
Open in Contrast Checker →

Design Applications

Background

background-color: #6F2DA8

Text Color

color: #6F2DA8

bg-[#6F2DA8] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #6F2DA8

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

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

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

CSS & Code Examples

Background

background-color: #6F2DA8;

Text

color: #6F2DA8;

Border

border: 2px solid #6F2DA8;

Box Shadow

box-shadow: 0 4px 20px #6F2DA840;

Gradient

background: linear-gradient(135deg, #6F2DA8, #a15cda);

Tailwind-style

--color-grape: #6F2DA8;

Tailwind CSS Utilities

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

Background

bg-[#6F2DA8]

Text

text-[#6F2DA8]

Border

border-[#6F2DA8]

Ring

ring-[#6F2DA8]

Fill

fill-[#6F2DA8]

From (gradient)

from-[#6F2DA8]

Via (gradient)

via-[#6F2DA8]

To (gradient)

to-[#6F2DA8]

Design Tokens

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

CSS Custom Properties

:root {
  --color-grape: #6F2DA8;
  --color-grape-rgb: 111, 45, 168;
  --color-grape-hsl: 272, 58%, 42%;
}

SCSS Variables

$color-grape: #6F2DA8;
$color-grape-rgb: 111, 45, 168;
$color-grape-hsl: 272, 58%, 42%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'grape': '#6F2DA8',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-grape: #6F2DA8;
}

JSON Design Token (W3C format)

{
  "grape": {
    "value": "#6F2DA8",
    "type": "color",
    "description": "Grape — #6F2DA8"
  }
}

What Does Grape Mean? Color Psychology & Cultural Symbolism

Grape (#6F2DA8) is the color of liminal spaces—the purple twilight, the purple of ancient dyes, the purple of futures not yet written. Its medium quality at 42% lightness positions it between accessibility and aspiration, rendering creativity in a register that feels both earned and inviting.

  • 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.
  • Grape's medium lightness (42%) shifts its psychological register: a balanced mid-tone that embodies luxury, creativity, mystery, and wisdom at its most direct.
  • At 58% saturation, Grape reads as moderately saturated—neither overwhelming nor passive, landing in the luxury, creativity, mystery, and wisdom zone with measured confidence.

Grape 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 Grape in Design: Applications, Pairings & Best Practices

The design applications of Grape 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—Grape performs reliably in all these roles with its medium tonal character.
  • Brand & identity: premium branding, creative agency identities, beauty packaging—contexts where Grape's moderately saturated quality creates the right register.
  • Typography: Grape works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.
  • As a dark tone, Grape creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Proportional use: Grape's moderately saturated quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.

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

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

Grape (#6F2DA8) achieves a 8.03: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: 8.1%.

  • As text on white (#FFFFFF): 8.03:1 — AAA ✓
  • As text on black (#000000): 2.62:1 — Fail
  • Best text color on Grape background: White (#FFFFFF) at 8.03:1
  • WCAG 2.1 luminance: 8.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
  • 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.

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

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. Grape 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: 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: Grape 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, Grape works effectively in cryptocurrency projects, gaming UIs, spiritual and wellness platforms—contexts where mystery serves a secondary but reinforcing role.

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 Grape?
The hex code for Grape is #6F2DA8. Its RGB values are rgb(111, 45, 168) and its HSL values are hsl(272, 58%, 42%).
What does 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. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.
Is Grape WCAG accessible?
Grape (#6F2DA8) passes WCAG AAA on white with a 8.03:1 contrast ratio. Its overall accessibility score is 96/100.
What colors go well with Grape?
Grape pairs well with its complementary color Sap Green (#507D2A). Analogous colors like Federal Blue and Han Purple also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Grape used for?
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 Grape?
In CSS, use `color: #6F2DA8` or `background-color: #6F2DA8`. The CSS custom property is `--color-grape: #6F2DA8`. In Tailwind CSS, use the arbitrary value class `bg-[#6F2DA8]` for backgrounds or `text-[#6F2DA8]` for text.