Skip to main content

Classic Rose

#FBCCE7·pink family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#FBCCE7
RGB
rgb(251, 204, 231)
HSL
hsl(326, 85%, 89%)
OKLCH
oklch(0.894 0.063 343)
CMYK
cmyk(0%, 19%, 8%, 2%)
Luminance:0.6946
CSS var:--color-classic-rose
Tailwind:bg-[#FBCCE7]

Accessibility

Score: 48/100

On White (#FFF)

1.41:1

Fail

On Black (#000)

14.89:1

AAA

On Light Gray (#F5F5F5)

1.29:1

Fail

Best text color on this background:

black14.89:1
Open in Contrast Checker →

Design Applications

Background

background-color: #FBCCE7

Text Color

color: #FBCCE7

bg-[#FBCCE7] text-[#000000]

Accent border card component

border-left: 4px solid #FBCCE7

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. As a very light tint, it carries the lightness and openness of its hue family while remaining gentle enough for backgrounds, subtle highlights, and delicate UI elements.

Industry Usage

Common contexts and industries where Classic Rose 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

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

CSS & Code Examples

Background

background-color: #FBCCE7;

Text

color: #FBCCE7;

Border

border: 2px solid #FBCCE7;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #FBCCE7, #ffffff);

Tailwind-style

--color-classic-rose: #FBCCE7;

Tailwind CSS Utilities

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

Background

bg-[#FBCCE7]

Text

text-[#FBCCE7]

Border

border-[#FBCCE7]

Ring

ring-[#FBCCE7]

Fill

fill-[#FBCCE7]

From (gradient)

from-[#FBCCE7]

Via (gradient)

via-[#FBCCE7]

To (gradient)

to-[#FBCCE7]

Design Tokens

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

CSS Custom Properties

:root {
  --color-classic-rose: #FBCCE7;
  --color-classic-rose-rgb: 251, 204, 231;
  --color-classic-rose-hsl: 326, 85%, 89%;
}

SCSS Variables

$color-classic-rose: #FBCCE7;
$color-classic-rose-rgb: 251, 204, 231;
$color-classic-rose-hsl: 326, 85%, 89%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'classic-rose': '#FBCCE7',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-classic-rose: #FBCCE7;
}

JSON Design Token (W3C format)

{
  "classic-rose": {
    "value": "#FBCCE7",
    "type": "color",
    "description": "Classic Rose — #FBCCE7"
  }
}

What Does Classic Rose Mean? Color Psychology & Cultural Symbolism

Classic Rose (#FBCCE7) is a color in the middle of a cultural conversation. The pink family has expanded beyond its traditional soft-feminine coding into a broader register of affection—and this particular pale tone positions it in the part of that spectrum that reads as engaged, warm, and confident.

  • Across color psychology research, pink consistently tests high for "joy" associations, making Classic Rose a reliable vehicle for affection in cross-demographic audiences.
  • Brand designers draw on pink-family tones to project creativity and confidence—values that Classic Rose communicates in a pale key.
  • At 85% saturation, Classic Rose 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.
  • Classic Rose's pale lightness (89%) 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.

In a world of muted neutrals, Classic Rose is a choice. Make it deliberately and it rewards you with warmth no other color delivers.

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

In contemporary design, Classic Rose has shed the limiting associations of a single decade's worth of "millennial pink" and become a genuinely versatile signal of warmth, creativity, and modern emotional intelligence.

  • 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: Classic Rose's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Classic Rose's vivid saturation (85%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.
  • Classic Rose creates strong legibility with black text overlays (14.9:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Classic Rose as text requires a dark background; its 89% lightness means it provides 1.4:1 contrast on white, not meeting WCAG AA.

In a world of muted neutrals, Classic Rose is a choice. Make it deliberately and it rewards you with warmth no other color delivers.

Classic Rose Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Classic Rose (#FBCCE7) achieves a 14.89: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: 69.5%.

  • As text on white (#FFFFFF): 1.41:1 — Fail
  • As text on black (#000000): 14.89:1 — AAA ✓
  • Best text color on Classic Rose background: Black (#000000) at 14.89:1
  • WCAG 2.1 luminance: 69.5% — above-median luminance—it reads as a light to mid-tone background, compatible with dark text while retaining color personality
  • Classic Rose 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.

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

Classic Rose in Industry: Branding, Design & Market Applications

Classic Rose (#FBCCE7) is most at home in industries where warmth, playfulness, optimism, and modern confidence are key brand values. Its pale quality makes it particularly effective in Beauty & Personal Care contexts, where the vivid saturation signals optimism 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: Classic Rose 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, Classic Rose works effectively in wellness apps, fashion campaigns, children's media—contexts where optimism serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Classic Rose?
The hex code for Classic Rose is #FBCCE7. Its RGB values are rgb(251, 204, 231) and its HSL values are hsl(326, 85%, 89%).
What does Classic Rose 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. As a very light tint, it carries the lightness and openness of its hue family while remaining gentle enough for backgrounds, subtle highlights, and delicate UI elements.
Is Classic Rose WCAG accessible?
Classic Rose (#FBCCE7) does not pass WCAG AA on white (1.41:1 ratio). Use it on dark backgrounds where it achieves 14.89:1. Its overall accessibility score is 48/100.
What colors go well with Classic Rose?
Classic Rose pairs well with its complementary color Sea Green (#2E8B57). Analogous colors like Midnight Purple and Byzantium also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Classic Rose used for?
Classic Rose 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 Classic Rose?
In CSS, use `color: #FBCCE7` or `background-color: #FBCCE7`. The CSS custom property is `--color-classic-rose: #FBCCE7`. In Tailwind CSS, use the arbitrary value class `bg-[#FBCCE7]` for backgrounds or `text-[#FBCCE7]` for text.