HSL(332, 60%, 76%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,60%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 60%, 76%) color: hsl(332, 60%, 76%)
HEX #E79DBF color: #E79DBF
RGB rgb(231, 157, 191) color: rgb(231, 157, 191)
CMYK cmyk(0%, 32%, 17%, 9%)
HSV hsv(332, 32%, 91%)
HWB hwb(332 62% 9%) color: hwb(332 62% 9%)
OKLCH oklch(0.7782 0.0976 350.48) color: oklch(0.7782 0.0976 350.48)
Lab lab(72.8 32.4 -6.24) color: lab(72.8 32.4 -6.24)
LCH lch(72.8 33 349.1) color: lch(72.8 33 349.1)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.11:1
vs Black 9.97:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#C7C6B7 — rgb(199, 198, 183)

Deuteranopia (Green-blind)

#CBD1B5 — rgb(203, 209, 181)

Tritanopia (Blue-blind)

#E3B0AF — rgb(227, 176, 175)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 60%, 76%);

text

color: hsl(332, 60%, 76%);

border

border: 2px solid hsl(332, 60%, 76%);

gradient light

background: linear-gradient(to right, hsl(332, 60%, 96%), hsl(332, 60%, 76%));

gradient dark

background: linear-gradient(to right, hsl(332, 60%, 76%), hsl(332, 60%, 56%))

hex

background-color: #E79DBF;

tailwind

bg-[hsl(332,60%,76%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(332, 60%, 76%, 0.4);

css variable

--color-primary: hsl(332, 60%, 76%);

Related Colors

Use Cases for Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(332, 60%, 76%)?

HEX: #E79DBF | RGB: rgb(231, 157, 191) | CMYK: 0%, 32%, 17%, 9% | HSV: 332°, 32%, 91%. Copy any format from the conversion table above.

What colors go well with #E79DBF?

The complementary color is HSL(152, 60%, 76%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(332, 60%, 76%) in CSS?

As HSL: color: hsl(332, 60%, 76%); — As HEX: color: #E79DBF; — As RGB: color: rgb(231, 157, 191); — Tailwind CSS: bg-[hsl(332,60%,76%)] — CSS variable: --color-primary: hsl(332, 60%, 76%);