HSL(317, 36%, 77%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(317,36%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(317, 36%, 77%) color: hsl(317, 36%, 77%)
HEX #D9AFCD color: #D9AFCD
RGB rgb(217, 175, 205) color: rgb(217, 175, 205)
CMYK cmyk(0%, 19%, 6%, 15%)
HSV hsv(317, 19%, 85%)
HWB hwb(317 69% 15%) color: hwb(317 69% 15%)
OKLCH oklch(0.8005 0.0628 336.66) color: oklch(0.8005 0.0628 336.66)
Lab lab(75.96 20.19 -9.39) color: lab(75.96 20.19 -9.39)
LCH lch(75.96 22.27 335.06) color: lch(75.96 22.27 335.06)

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.92:1
vs Black 10.96: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)

#C7C6C6 — rgb(199, 198, 198)

Deuteranopia (Green-blind)

#C9CCC4 — rgb(201, 204, 196)

Tritanopia (Blue-blind)

#D7C0BF — rgb(215, 192, 191)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(317, 36%, 77%);

text

color: hsl(317, 36%, 77%);

border

border: 2px solid hsl(317, 36%, 77%);

gradient light

background: linear-gradient(to right, hsl(317, 36%, 97%), hsl(317, 36%, 77%));

gradient dark

background: linear-gradient(to right, hsl(317, 36%, 77%), hsl(317, 36%, 57%))

hex

background-color: #D9AFCD;

tailwind

bg-[hsl(317,36%,77%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(317, 36%, 77%, 0.4);

css variable

--color-primary: hsl(317, 36%, 77%);

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(317, 36%, 77%)?

HEX: #D9AFCD | RGB: rgb(217, 175, 205) | CMYK: 0%, 19%, 6%, 15% | HSV: 317°, 19%, 85%. Copy any format from the conversion table above.

What colors go well with #D9AFCD?

The complementary color is HSL(137, 36%, 77%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(317, 36%, 77%) in CSS?

As HSL: color: hsl(317, 36%, 77%); — As HEX: color: #D9AFCD; — As RGB: color: rgb(217, 175, 205); — Tailwind CSS: bg-[hsl(317,36%,77%)] — CSS variable: --color-primary: hsl(317, 36%, 77%);