Skip to main content

Orchid

#DA70D6·purple family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#DA70D6
RGB
rgb(218, 112, 214)
HSL
hsl(302, 59%, 65%)
OKLCH
oklch(0.702 0.181 329)
CMYK
cmyk(0%, 49%, 2%, 15%)
Luminance:0.3135
CSS var:--color-orchid
Tailwind:bg-[#DA70D6]

Accessibility

Score: 48/100

On White (#FFF)

2.89:1

Fail

On Black (#000)

7.27:1

AAA

On Light Gray (#F5F5F5)

2.65:1

Fail

Best text color on this background:

black7.27:1
Open in Contrast Checker →

Design Applications

Background

background-color: #DA70D6

Text Color

color: #DA70D6

bg-[#DA70D6] text-[#000000]

Accent border card component

border-left: 4px solid #DA70D6

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

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

CSS & Code Examples

Background

background-color: #DA70D6;

Text

color: #DA70D6;

Border

border: 2px solid #DA70D6;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #DA70D6, #ffa1ff);

Tailwind-style

--color-orchid: #DA70D6;

Tailwind CSS Utilities

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

Background

bg-[#DA70D6]

Text

text-[#DA70D6]

Border

border-[#DA70D6]

Ring

ring-[#DA70D6]

Fill

fill-[#DA70D6]

From (gradient)

from-[#DA70D6]

Via (gradient)

via-[#DA70D6]

To (gradient)

to-[#DA70D6]

Design Tokens

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

CSS Custom Properties

:root {
  --color-orchid: #DA70D6;
  --color-orchid-rgb: 218, 112, 214;
  --color-orchid-hsl: 302, 59%, 65%;
}

SCSS Variables

$color-orchid: #DA70D6;
$color-orchid-rgb: 218, 112, 214;
$color-orchid-hsl: 302, 59%, 65%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'orchid': '#DA70D6',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-orchid: #DA70D6;
}

JSON Design Token (W3C format)

{
  "orchid": {
    "value": "#DA70D6",
    "type": "color",
    "description": "Orchid — #DA70D6"
  }
}

What Does Orchid Mean? Color Psychology & Cultural Symbolism

The creative industries reached a consensus about purple long before neuroscience confirmed it: the color activates imaginative thinking and novelty-seeking responses. Orchid at #DA70D6 channels this quality as sophistication, creating a sense of possibility that no other hue quite replicates.

  • Across color psychology research, purple consistently tests high for "luxury" associations, making Orchid a reliable vehicle for sophistication in cross-demographic audiences.
  • Brand designers draw on purple-family tones to project distinction and wisdom—values that Orchid communicates in a mid-tone key.
  • At 59% saturation, Orchid reads as moderately saturated—neither overwhelming nor passive, landing in the luxury, creativity, mystery, and wisdom zone with measured confidence.
  • Orchid's mid-tone lightness (65%) shifts its psychological register: a balanced mid-tone that embodies luxury, creativity, mystery, and wisdom at its most direct.

Brands that wear Orchid confidently own a position no other color occupies. That distinction is the whole point.

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

In design, Orchid 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: Orchid's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Orchid'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.
  • Orchid creates strong legibility with black text overlays (7.3:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Orchid as text requires a dark background; its 65% lightness means it provides 2.9:1 contrast on white, not meeting WCAG AA.

Brands that wear Orchid confidently own a position no other color occupies. That distinction is the whole point.

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

Orchid (#DA70D6) achieves a 7.27: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: 31.4%.

  • As text on white (#FFFFFF): 2.89:1 — Fail
  • As text on black (#000000): 7.27:1 — AAA ✓
  • Best text color on Orchid background: Black (#000000) at 7.27:1
  • WCAG 2.1 luminance: 31.4% — 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
  • Orchid 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 Orchid against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.

Orchid in Industry: Branding, Design & Market Applications

Orchid (#DA70D6) is most at home in industries where luxury, creativity, mystery, and wisdom are key brand values. Its mid-tone quality makes it particularly effective in Beauty & Cosmetics contexts, where the moderately saturated saturation signals luxury at exactly the right register.

  • 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: Orchid 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, Orchid works effectively in premium branding, creative agency identities, beauty packaging—contexts where luxury serves a secondary but reinforcing role.

The industries where Orchid performs best are those where the audience expects luxury. Build brand strategy around this alignment, not against it.

Frequently Asked Questions

What is the hex code for Orchid?
The hex code for Orchid is #DA70D6. Its RGB values are rgb(218, 112, 214) and its HSL values are hsl(302, 59%, 65%).
What does Orchid 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 Orchid WCAG accessible?
Orchid (#DA70D6) does not pass WCAG AA on white (2.89:1 ratio). Use it on dark backgrounds where it achieves 7.27:1. Its overall accessibility score is 48/100.
What colors go well with Orchid?
Orchid pairs well with its complementary color Grass Green (#3F9142). Analogous colors like Grape and Purpureus also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Orchid used for?
Orchid 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 Orchid?
In CSS, use `color: #DA70D6` or `background-color: #DA70D6`. The CSS custom property is `--color-orchid: #DA70D6`. In Tailwind CSS, use the arbitrary value class `bg-[#DA70D6]` for backgrounds or `text-[#DA70D6]` for text.