HSL(320, 40%, 78%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(320,40%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(320, 40%, 78%) color: hsl(320, 40%, 78%)
HEX #DDB0CE color: #DDB0CE
RGB rgb(221, 176, 206) color: rgb(221, 176, 206)
CMYK cmyk(0%, 20%, 7%, 13%)
HSV hsv(320, 20%, 87%)
HWB hwb(320 70% 13%) color: hwb(320 70% 13%)
OKLCH oklch(0.8065 0.0654 338.82) color: oklch(0.8065 0.0654 338.82)
Lab lab(76.61 21.2 -8.93) color: lab(76.61 21.2 -8.93)
LCH lch(76.61 23 337.16) color: lch(76.61 23 337.16)

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.88:1
vs Black 11.18: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)

#CAC9C7 — rgb(202, 201, 199)

Deuteranopia (Green-blind)

#CCD0C5 — rgb(204, 208, 197)

Tritanopia (Blue-blind)

#DBC1C0 — rgb(219, 193, 192)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(320, 40%, 78%);

text

color: hsl(320, 40%, 78%);

border

border: 2px solid hsl(320, 40%, 78%);

gradient light

background: linear-gradient(to right, hsl(320, 40%, 98%), hsl(320, 40%, 78%));

gradient dark

background: linear-gradient(to right, hsl(320, 40%, 78%), hsl(320, 40%, 58%))

hex

background-color: #DDB0CE;

tailwind

bg-[hsl(320,40%,78%)]

box shadow

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

css variable

--color-primary: hsl(320, 40%, 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(320, 40%, 78%)?

HEX: #DDB0CE | RGB: rgb(221, 176, 206) | CMYK: 0%, 20%, 7%, 13% | HSV: 320°, 20%, 87%. Copy any format from the conversion table above.

What colors go well with #DDB0CE?

The complementary color is HSL(140, 40%, 78%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(320, 40%, 78%) in CSS?

As HSL: color: hsl(320, 40%, 78%); — As HEX: color: #DDB0CE; — As RGB: color: rgb(221, 176, 206); — Tailwind CSS: bg-[hsl(320,40%,78%)] — CSS variable: --color-primary: hsl(320, 40%, 78%);