HSL(327, 31%, 80%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(327,31%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 31%, 80%) color: hsl(327, 31%, 80%)
HEX #DCBCCE color: #DCBCCE
RGB rgb(220, 188, 206) color: rgb(220, 188, 206)
CMYK cmyk(0%, 15%, 6%, 14%)
HSV hsv(326, 15%, 86%)
HWB hwb(326 73% 14%) color: hwb(326 73% 14%)
OKLCH oklch(0.828 0.0435 343.23) color: oklch(0.828 0.0435 343.23)
Lab lab(79.41 14.41 -4.79) color: lab(79.41 14.41 -4.79)
LCH lch(79.41 15.19 341.61) color: lch(79.41 15.19 341.61)

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.73:1
vs Black 12.13: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)

#CECECA — rgb(206, 206, 202)

Deuteranopia (Green-blind)

#D0D2C9 — rgb(208, 210, 201)

Tritanopia (Blue-blind)

#DAC6C5 — rgb(218, 198, 197)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 31%, 80%);

text

color: hsl(327, 31%, 80%);

border

border: 2px solid hsl(327, 31%, 80%);

gradient light

background: linear-gradient(to right, hsl(327, 31%, 100%), hsl(327, 31%, 80%));

gradient dark

background: linear-gradient(to right, hsl(327, 31%, 80%), hsl(327, 31%, 60%))

hex

background-color: #DCBCCE;

tailwind

bg-[hsl(327,31%,80%)]

box shadow

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

css variable

--color-primary: hsl(327, 31%, 80%);

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(327, 31%, 80%)?

HEX: #DCBCCE | RGB: rgb(220, 188, 206) | CMYK: 0%, 15%, 6%, 14% | HSV: 326°, 15%, 86%. Copy any format from the conversion table above.

What colors go well with #DCBCCE?

The complementary color is HSL(147, 31%, 80%). 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, 31%, 80%) in CSS?

As HSL: color: hsl(327, 31%, 80%); — As HEX: color: #DCBCCE; — As RGB: color: rgb(220, 188, 206); — Tailwind CSS: bg-[hsl(327,31%,80%)] — CSS variable: --color-primary: hsl(327, 31%, 80%);