HSL(329, 55%, 78%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(329,55%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(329, 55%, 78%) color: hsl(329, 55%, 78%)
HEX #E6A8C8 color: #E6A8C8
RGB rgb(230, 168, 200) color: rgb(230, 168, 200)
CMYK cmyk(0%, 27%, 13%, 10%)
HSV hsv(329, 27%, 90%)
HWB hwb(329 66% 10%) color: hwb(329 66% 10%)
OKLCH oklch(0.7991 0.0834 346.82) color: oklch(0.7991 0.0834 346.82)
Lab lab(75.45 27.61 -7.28) color: lab(75.45 27.61 -7.28)
LCH lch(75.45 28.55 345.23) color: lch(75.45 28.55 345.23)

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 1.94:1
vs Black 10.8: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)

#CBCBC0 — rgb(203, 203, 192)

Deuteranopia (Green-blind)

#CFD3BE — rgb(207, 211, 190)

Tritanopia (Blue-blind)

#E3BAB9 — rgb(227, 186, 185)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(329, 55%, 78%);

text

color: hsl(329, 55%, 78%);

border

border: 2px solid hsl(329, 55%, 78%);

gradient light

background: linear-gradient(to right, hsl(329, 55%, 98%), hsl(329, 55%, 78%));

gradient dark

background: linear-gradient(to right, hsl(329, 55%, 78%), hsl(329, 55%, 58%))

hex

background-color: #E6A8C8;

tailwind

bg-[hsl(329,55%,78%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(329, 55%, 78%, 0.4);

css variable

--color-primary: hsl(329, 55%, 78%);

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(329, 55%, 78%)?

HEX: #E6A8C8 | RGB: rgb(230, 168, 200) | CMYK: 0%, 27%, 13%, 10% | HSV: 329°, 27%, 90%. Copy any format from the conversion table above.

What colors go well with #E6A8C8?

The complementary color is HSL(149, 55%, 78%). For a triadic harmony, use hues 329°, 89°, and 209°. For analogous combinations, try hues 299° and 359°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(329, 55%, 78%) in CSS?

As HSL: color: hsl(329, 55%, 78%); — As HEX: color: #E6A8C8; — As RGB: color: rgb(230, 168, 200); — Tailwind CSS: bg-[hsl(329,55%,78%)] — CSS variable: --color-primary: hsl(329, 55%, 78%);