Skip to main content

Ultra Pink

#FF6FFF·pink family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#FF6FFF
RGB
rgb(255, 111, 255)
HSL
hsl(300, 100%, 72%)
OKLCH
oklch(0.766 0.239 328)
CMYK
cmyk(0%, 56%, 0%, 0%)
Luminance:0.3985
CSS var:--color-ultra-pink
Tailwind:bg-[#FF6FFF]

Accessibility

Score: 48/100

On White (#FFF)

2.34:1

Fail

On Black (#000)

8.97:1

AAA

On Light Gray (#F5F5F5)

2.15:1

Fail

Best text color on this background:

black8.97:1
Open in Contrast Checker →

Design Applications

Background

background-color: #FF6FFF

Text Color

color: #FF6FFF

bg-[#FF6FFF] text-[#000000]

Accent border card component

border-left: 4px solid #FF6FFF

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

Fails AA Large

3:1 minimum required

UI Components

Check contrast

3:1 for non-text UI

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

CSS & Code Examples

Background

background-color: #FF6FFF;

Text

color: #FF6FFF;

Border

border: 2px solid #FF6FFF;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #FF6FFF, #ffa3ff);

Tailwind-style

--color-ultra-pink: #FF6FFF;

Tailwind CSS Utilities

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

Background

bg-[#FF6FFF]

Text

text-[#FF6FFF]

Border

border-[#FF6FFF]

Ring

ring-[#FF6FFF]

Fill

fill-[#FF6FFF]

From (gradient)

from-[#FF6FFF]

Via (gradient)

via-[#FF6FFF]

To (gradient)

to-[#FF6FFF]

Design Tokens

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

CSS Custom Properties

:root {
  --color-ultra-pink: #FF6FFF;
  --color-ultra-pink-rgb: 255, 111, 255;
  --color-ultra-pink-hsl: 300, 100%, 72%;
}

SCSS Variables

$color-ultra-pink: #FF6FFF;
$color-ultra-pink-rgb: 255, 111, 255;
$color-ultra-pink-hsl: 300, 100%, 72%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-ultra-pink: #FF6FFF;
}

JSON Design Token (W3C format)

{
  "ultra-pink": {
    "value": "#FF6FFF",
    "type": "color",
    "description": "Ultra Pink — #FF6FFF"
  }
}

What Does Ultra Pink Mean? Color Psychology & Cultural Symbolism

Ultra Pink occupies a sweet spot in the pink spectrum—light enough to feel accessible, saturated enough (100%) to project warmth with conviction. It's the version of pink that says something specific rather than defaulting to a category.

  • Across color psychology research, pink consistently tests high for "joy" associations, making Ultra Pink a reliable vehicle for warmth in cross-demographic audiences.
  • Brand designers draw on pink-family tones to project creativity and confidence—values that Ultra Pink communicates in a light key.
  • At 100% saturation, Ultra Pink reads as vivid—Hot and neon pinks are among the most attention-demanding tones in design—used in fashion campaigns, music branding, and Gen-Z consumer culture to signal disruption and unapologetic self-expression.
  • Ultra Pink's light lightness (72%) shifts its psychological register: Pale and blush pinks have a quiet elegance—used in weddings, luxury beauty, and minimal lifestyle brands for their soft romance without sentimentality.

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

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

The art of using Ultra 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.

  • Avoid: industries requiring seriousness or authority (finance, legal, government) unless used as a calculated subversion, and technology products targeting broad professional audiences without a specific cultural reason.
  • Color harmonies: Ultra Pink's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Ultra Pink's vivid saturation (100%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.
  • Ultra Pink creates strong legibility with black text overlays (9.0:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Ultra Pink as text requires a dark background; its 72% lightness means it provides 2.3:1 contrast on white, not meeting WCAG AA.

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

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

Ultra Pink (#FF6FFF) achieves a 8.97: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: 39.9%.

  • As text on white (#FFFFFF): 2.34:1 — Fail
  • As text on black (#000000): 8.97:1 — AAA ✓
  • Best text color on Ultra Pink background: Black (#000000) at 8.97:1
  • WCAG 2.1 luminance: 39.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
  • Ultra Pink qualifies for all text sizes including small body copy (AAA).
  • 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 Ultra Pink against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.

Ultra Pink in Industry: Branding, Design & Market Applications

Ultra Pink (#FF6FFF) is most at home in industries where warmth, playfulness, optimism, and modern confidence are key brand values. Its light quality makes it particularly effective in Beauty & Personal Care contexts, where the vivid saturation signals playfulness 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: Ultra 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, Ultra Pink works effectively in beauty packaging, confectionery and dessert brands, celebratory occasions—contexts where playfulness serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Ultra Pink?
The hex code for Ultra Pink is #FF6FFF. Its RGB values are rgb(255, 111, 255) and its HSL values are hsl(300, 100%, 72%).
What does Ultra 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. 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 Ultra Pink WCAG accessible?
Ultra Pink (#FF6FFF) does not pass WCAG AA on white (2.34:1 ratio). Use it on dark backgrounds where it achieves 8.97:1. Its overall accessibility score is 48/100.
What colors go well with Ultra Pink?
Ultra Pink pairs well with its complementary color Green (#008000). Analogous colors like Amethyst and Electric Purple also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Ultra Pink used for?
Ultra 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 Ultra Pink?
In CSS, use `color: #FF6FFF` or `background-color: #FF6FFF`. The CSS custom property is `--color-ultra-pink: #FF6FFF`. In Tailwind CSS, use the arbitrary value class `bg-[#FF6FFF]` for backgrounds or `text-[#FF6FFF]` for text.