Skip to main content

Dark Pink

#E75480·pink family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#E75480
RGB
rgb(231, 84, 128)
HSL
hsl(342, 75%, 62%)
OKLCH
oklch(0.653 0.185 5)
CMYK
cmyk(0%, 64%, 45%, 9%)
Luminance:0.2489
CSS var:--color-dark-pink
Tailwind:bg-[#E75480]

Accessibility

Score: 39/100

On White (#FFF)

3.51:1

AA Large

On Black (#000)

5.98:1

AA

On Light Gray (#F5F5F5)

3.22:1

AA Large

Best text color on this background:

black5.98:1
Open in Contrast Checker →

Design Applications

Background

background-color: #E75480

Text Color

color: #E75480

bg-[#E75480] text-[#000000]

Accent border card component

border-left: 4px solid #E75480

Color Meaning & Psychology

Pink is a tint of red with fundamentally different psychological properties. Where red signals danger, pink signals tenderness and safety. Pink creates calming effects — experiments show pink holding cells reduce aggressive behavior. In branding, hot pinks and magentas are energetic and attention-grabbing; blush pinks feel intimate and soft; dusty pinks convey a sophisticated, vintage femininity. Pink's gender coding (a 20th-century convention) has made it culturally complex — contemporary brands use pink to challenge norms as much as to reinforce them. In luxury markets, pink signals romance and intimacy rather than power. 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 Dark Pink is applied in professional design.

  • Beauty, cosmetics, and personal care
  • Baby products and nursery design
  • Romantic occasions and greeting cards
  • Confectionery and dessert brands
  • Fashion and lifestyle brands targeting millennial audiences
  • Social media apps emphasizing intimacy
  • Breast cancer awareness campaigns
  • Toy brands and children's entertainment

Accessibility Considerations

Normal Text

Fails 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

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

CSS & Code Examples

Background

background-color: #E75480;

Text

color: #E75480;

Border

border: 2px solid #E75480;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #E75480, #ff87af);

Tailwind-style

--color-dark-pink: #E75480;

Tailwind CSS Utilities

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

Background

bg-[#E75480]

Text

text-[#E75480]

Border

border-[#E75480]

Ring

ring-[#E75480]

Fill

fill-[#E75480]

From (gradient)

from-[#E75480]

Via (gradient)

via-[#E75480]

To (gradient)

to-[#E75480]

Design Tokens

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

CSS Custom Properties

:root {
  --color-dark-pink: #E75480;
  --color-dark-pink-rgb: 231, 84, 128;
  --color-dark-pink-hsl: 342, 75%, 62%;
}

SCSS Variables

$color-dark-pink: #E75480;
$color-dark-pink-rgb: 231, 84, 128;
$color-dark-pink-hsl: 342, 75%, 62%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'dark-pink': '#E75480',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-dark-pink: #E75480;
}

JSON Design Token (W3C format)

{
  "dark-pink": {
    "value": "#E75480",
    "type": "color",
    "description": "Dark Pink — #E75480"
  }
}

What Does Dark Pink Mean? Color Psychology & Cultural Symbolism

The contemporary psychology of pink is more complex than its reputation suggests. Dark Pink (#E75480) carries the family's warmth and approachability while mid-tone character positions it as confidence: not naïve softness, but intentional, emotionally confident design.

  • Pink has evolved dramatically in Western design. Once narrowly coded as feminine and soft, contemporary design has expanded the pink vocabulary: deep fuchsia and hot pink now signal bold confidence, disruption, and cultural self-awareness. The color contains multitudes from gentle romance to radical statement.
  • In Japan, cherry blossom (sakura) pink is one of the most culturally significant colors—representing the transient beauty of life, renewal, and the co-existence of joy and impermanence. In Indian culture, pink is celebratory and festive, used in textiles and decorations for important occasions.
  • Dark Pink's mid-tone lightness (62%) shifts its psychological register: a balanced mid-tone that embodies warmth, playfulness, optimism, and modern confidence at its most direct.
  • At 75% saturation, Dark Pink reads as moderately saturated—neither overwhelming nor passive, landing in the warmth, playfulness, optimism, and modern confidence zone with measured confidence.

The brands that use Dark Pink well are the ones that understand what they're communicating beyond gender—warmth, creativity, and the willingness to be joyful.

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

The art of using Dark Pink effectively is understanding which conversation you're joining. Soft and blush, or bold and confident—the same hue family communicates very differently at different saturations and lightnesses.

  • UI components: delight moments, playful CTAs, featured or special states—Dark Pink performs reliably in all these roles with its mid-tone tonal character.
  • Brand & identity: beauty packaging, confectionery and dessert brands, celebratory occasions—contexts where Dark Pink's moderately saturated quality creates the right register.
  • Typography: Dark Pink as text requires a dark background; its 62% lightness means it provides 3.5:1 contrast on white, not meeting WCAG AA.
  • Dark Pink creates strong legibility with black text overlays (6.0:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Dark Pink's moderately saturated saturation (75%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

The brands that use Dark Pink well are the ones that understand what they're communicating beyond gender—warmth, creativity, and the willingness to be joyful.

Dark Pink Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Dark Pink (#E75480) reaches 5.98:1 contrast with black 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: 24.9%.

  • As text on white (#FFFFFF): 3.51:1 — AA (large text only)
  • As text on black (#000000): 5.98:1 — AA ✓
  • Best text color on Dark Pink background: Black (#000000) at 5.98:1
  • WCAG 2.1 luminance: 24.9% — 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
  • Dark Pink qualifies for normal body text and all larger sizes (AA).
  • Color blindness consideration: protanopia and deuteranopia (red-green color blindness, ~8% of males) may affect how pink-family colors are distinguished from greens and browns. For critical UI states, supplement color alone with shape, label, or pattern cues.

For production use, test Dark Pink against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.

Dark Pink in Industry: Branding, Design & Market Applications

Dark Pink (#E75480) is most at home in industries where warmth, playfulness, optimism, and modern confidence are key brand values. Its mid-tone quality makes it particularly effective in Beauty & Personal Care contexts, where the moderately saturated saturation signals warmth at exactly the right register.

  • Beauty & Personal Care: Pink remains a dominant force in beauty despite its expanded semantic range. It signals femininity, self-care, and the small luxuries of personal grooming—and it works across the tonal range from bold fuchsia packaging to soft blush product photography. Gender-neutral beauty brands increasingly use specific pink tones (dusty rose, millennial pink) to retain warmth while avoiding overtly gendered associations.
  • Food & Confectionery: Pink signals sweetness, freshness, and delight in food contexts. Dessert brands, bakeries, and confectioneries use it to trigger sweet-taste associations and create an atmosphere of celebratory indulgence. Particularly effective for Valentine's Day, birthday, and celebration-focused food products.
  • Fashion & Lifestyle: Fashion's relationship with pink is dynamic—it cycles between softness and statement power depending on cultural moment. Currently, fashion uses pink most boldly as a color of confidence, irony, and self-aware femininity. Bold fuchsia and hot pink are more culturally resonant in fashion right now than blush; the trend trajectory matters as much as the hue.
  • Brand positioning: Dark Pink is best suited for brands projecting joy, playfulness, warmth. Categories outside this positioning—industries requiring seriousness or authority (finance—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Dark Pink works effectively in beauty packaging, confectionery and dessert brands, celebratory occasions—contexts where warmth serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Dark Pink?
The hex code for Dark Pink is #E75480. Its RGB values are rgb(231, 84, 128) and its HSL values are hsl(342, 75%, 62%).
What does Dark Pink mean in design?
Pink is a tint of red with fundamentally different psychological properties. Where red signals danger, pink signals tenderness and safety. Pink creates calming effects — experiments show pink holding cells reduce aggressive behavior. In branding, hot pinks and magentas are energetic and attention-grabbing; blush pinks feel intimate and soft; dusty pinks convey a sophisticated, vintage femininity. Pink's gender coding (a 20th-century convention) has made it culturally complex — contemporary brands use pink to challenge norms as much as to reinforce them. In luxury markets, pink signals romance and intimacy rather than power. 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 Dark Pink WCAG accessible?
Dark Pink (#E75480) passes WCAG AA-large on white with a 3.51:1 contrast ratio. Its overall accessibility score is 39/100.
What colors go well with Dark Pink?
Dark Pink pairs well with its complementary color Brunswick Green (#1B4D3E). Analogous colors like Byzantium and Dahlia also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Dark Pink used for?
Dark Pink is commonly used for: Beauty, cosmetics, and personal care; Baby products and nursery design; Romantic occasions and greeting cards; Confectionery and dessert brands; Fashion and lifestyle brands targeting millennial audiences.
What are the CSS and Tailwind values for Dark Pink?
In CSS, use `color: #E75480` or `background-color: #E75480`. The CSS custom property is `--color-dark-pink: #E75480`. In Tailwind CSS, use the arbitrary value class `bg-[#E75480]` for backgrounds or `text-[#E75480]` for text.