HSL(328, 40%, 86%)

Very Light Pink — Pink color

Adjust Color

Color Information

Color Name

Very Light Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(328,40%,86%)]

Color Conversions

Format Value CSS Usage
HSL hsl(328, 40%, 86%) color: hsl(328, 40%, 86%)
HEX #EACDDC color: #EACDDC
RGB rgb(234, 205, 220) color: rgb(234, 205, 220)
CMYK cmyk(0%, 12%, 6%, 8%)
HSV hsv(329, 12%, 92%)
HWB hwb(329 81% 8%) color: hwb(329 81% 8%)
OKLCH oklch(0.8769 0.0379 345.33) color: oklch(0.8769 0.0379 345.33)
Lab lab(85.16 12.64 -3.68) color: lab(85.16 12.64 -3.68)
LCH lch(85.16 13.16 343.77) color: lch(85.16 13.16 343.77)

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.47:1
vs Black 14.26: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)

#DDDDD8 — rgb(221, 221, 216)

Deuteranopia (Green-blind)

#DFE1D8 — rgb(223, 225, 216)

Tritanopia (Blue-blind)

#E9D6D5 — rgb(233, 214, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(328, 40%, 86%);

text

color: hsl(328, 40%, 86%);

border

border: 2px solid hsl(328, 40%, 86%);

gradient light

background: linear-gradient(to right, hsl(328, 40%, 100%), hsl(328, 40%, 86%));

gradient dark

background: linear-gradient(to right, hsl(328, 40%, 86%), hsl(328, 40%, 66%))

hex

background-color: #EACDDC;

tailwind

bg-[hsl(328,40%,86%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(328, 40%, 86%, 0.4);

css variable

--color-primary: hsl(328, 40%, 86%);

Related Colors

Use Cases for Very Light Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(328, 40%, 86%)?

HEX: #EACDDC | RGB: rgb(234, 205, 220) | CMYK: 0%, 12%, 6%, 8% | HSV: 329°, 12%, 92%. Copy any format from the conversion table above.

What colors go well with #EACDDC?

The complementary color is HSL(148, 40%, 86%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(328, 40%, 86%) in CSS?

As HSL: color: hsl(328, 40%, 86%); — As HEX: color: #EACDDC; — As RGB: color: rgb(234, 205, 220); — Tailwind CSS: bg-[hsl(328,40%,86%)] — CSS variable: --color-primary: hsl(328, 40%, 86%);