HSL(327, 25%, 87%)

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(327,25%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 25%, 87%) color: hsl(327, 25%, 87%)
HEX #E6D6DF color: #E6D6DF
RGB rgb(230, 214, 223) color: rgb(230, 214, 223)
CMYK cmyk(0%, 7%, 3%, 10%)
HSV hsv(326, 7%, 90%)
HWB hwb(326 84% 10%) color: hwb(326 84% 10%)
OKLCH oklch(0.8916 0.0213 342.57) color: oklch(0.8916 0.0213 342.57)
Lab lab(87.12 7.06 -2.43) color: lab(87.12 7.06 -2.43)
LCH lch(87.12 7.47 341.01) color: lch(87.12 7.47 341.01)

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.4:1
vs Black 15.05: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)

#DFDFDD — rgb(223, 223, 221)

Deuteranopia (Green-blind)

#E0E1DC — rgb(224, 225, 220)

Tritanopia (Blue-blind)

#E5DBDB — rgb(229, 219, 219)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 25%, 87%);

text

color: hsl(327, 25%, 87%);

border

border: 2px solid hsl(327, 25%, 87%);

gradient light

background: linear-gradient(to right, hsl(327, 25%, 100%), hsl(327, 25%, 87%));

gradient dark

background: linear-gradient(to right, hsl(327, 25%, 87%), hsl(327, 25%, 67%))

hex

background-color: #E6D6DF;

tailwind

bg-[hsl(327,25%,87%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(327, 25%, 87%, 0.4);

css variable

--color-primary: hsl(327, 25%, 87%);

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(327, 25%, 87%)?

HEX: #E6D6DF | RGB: rgb(230, 214, 223) | CMYK: 0%, 7%, 3%, 10% | HSV: 326°, 7%, 90%. Copy any format from the conversion table above.

What colors go well with #E6D6DF?

The complementary color is HSL(147, 25%, 87%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(327, 25%, 87%) in CSS?

As HSL: color: hsl(327, 25%, 87%); — As HEX: color: #E6D6DF; — As RGB: color: rgb(230, 214, 223); — Tailwind CSS: bg-[hsl(327,25%,87%)] — CSS variable: --color-primary: hsl(327, 25%, 87%);