Skip to main content

Medium Pink

#F8799C·pink family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#F8799C
RGB
rgb(248, 121, 156)
HSL
hsl(343, 90%, 72%)
OKLCH
oklch(0.732 0.158 4)
CMYK
cmyk(0%, 51%, 37%, 3%)
Luminance:0.3603
CSS var:--color-medium-pink
Tailwind:bg-[#F8799C]

Accessibility

Score: 48/100

On White (#FFF)

2.56:1

Fail

On Black (#000)

8.21:1

AAA

On Light Gray (#F5F5F5)

2.35:1

Fail

Best text color on this background:

black8.21:1
Open in Contrast Checker →

Design Applications

Background

background-color: #F8799C

Text Color

color: #F8799C

bg-[#F8799C] text-[#000000]

Accent border card component

border-left: 4px solid #F8799C

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

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

CSS & Code Examples

Background

background-color: #F8799C;

Text

color: #F8799C;

Border

border: 2px solid #F8799C;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #F8799C, #ffabcd);

Tailwind-style

--color-medium-pink: #F8799C;

Tailwind CSS Utilities

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

Background

bg-[#F8799C]

Text

text-[#F8799C]

Border

border-[#F8799C]

Ring

ring-[#F8799C]

Fill

fill-[#F8799C]

From (gradient)

from-[#F8799C]

Via (gradient)

via-[#F8799C]

To (gradient)

to-[#F8799C]

Design Tokens

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

CSS Custom Properties

:root {
  --color-medium-pink: #F8799C;
  --color-medium-pink-rgb: 248, 121, 156;
  --color-medium-pink-hsl: 343, 90%, 72%;
}

SCSS Variables

$color-medium-pink: #F8799C;
$color-medium-pink-rgb: 248, 121, 156;
$color-medium-pink-hsl: 343, 90%, 72%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-medium-pink: #F8799C;
}

JSON Design Token (W3C format)

{
  "medium-pink": {
    "value": "#F8799C",
    "type": "color",
    "description": "Medium Pink — #F8799C"
  }
}

What Does Medium Pink Mean? Color Psychology & Cultural Symbolism

Color psychology research shows pink generally reduces aggression and increases warmth perceptions, but the family's range from whisper-soft blush to neon fuchsia means the specific tone matters enormously. At #F8799C, Medium Pink lands in playfulness territory—the variant of pink that best serves beauty packaging.

  • 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.
  • Medium 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.
  • At 90% saturation, Medium 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.

Medium Pink is the color that keeps surprising people who thought they knew what pink meant. Use it confidently.

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

Medium Pink offers designers a warmth that no other color family delivers in quite the same way. Its approachability makes it excellent for moments of delight, surprise, and celebration within otherwise neutral design systems.

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

Medium Pink is the color that keeps surprising people who thought they knew what pink meant. Use it confidently.

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

Medium Pink (#F8799C) achieves a 8.21: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: 36.0%.

  • As text on white (#FFFFFF): 2.56:1 — Fail
  • As text on black (#000000): 8.21:1 — AAA ✓
  • Best text color on Medium Pink background: Black (#000000) at 8.21:1
  • WCAG 2.1 luminance: 36.0% — 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
  • Medium 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.

Always verify Medium Pink 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.

Medium Pink in Industry: Branding, Design & Market Applications

Medium Pink's brand positioning falls squarely in the territory of warmth, playfulness, optimism, and modern confidence. Industry data supports its strongest performance in beauty & fashion, food & confectionery, entertainment categories, where the vivid saturation calibrates the message at a light, considered level.

  • 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: Medium Pink is best suited for brands projecting creativity, confidence, warmth. Categories outside this positioning—industries requiring seriousness or authority (finance—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Medium Pink works effectively in wellness apps, fashion campaigns, children's media—contexts where optimism serves a secondary but reinforcing role.

For marketers and brand strategists, Medium Pink is a commitment to warmth, playfulness, optimism, and modern confidence. Match it with industries that make that promise and it will pay dividends consistently.

Frequently Asked Questions

What is the hex code for Medium Pink?
The hex code for Medium Pink is #F8799C. Its RGB values are rgb(248, 121, 156) and its HSL values are hsl(343, 90%, 72%).
What does Medium 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 Medium Pink WCAG accessible?
Medium Pink (#F8799C) does not pass WCAG AA on white (2.56:1 ratio). Use it on dark backgrounds where it achieves 8.21:1. Its overall accessibility score is 48/100.
What colors go well with Medium Pink?
Medium Pink pairs well with its complementary color Alexandrite (#4D7C6F). Analogous colors like Shocking Pink and Persian Pink also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Medium Pink used for?
Medium 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 Medium Pink?
In CSS, use `color: #F8799C` or `background-color: #F8799C`. The CSS custom property is `--color-medium-pink: #F8799C`. In Tailwind CSS, use the arbitrary value class `bg-[#F8799C]` for backgrounds or `text-[#F8799C]` for text.