HSL(319, 45%, 77%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(319,45%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(319, 45%, 77%) color: hsl(319, 45%, 77%)
HEX #DFAACE color: #DFAACE
RGB rgb(223, 170, 206) color: rgb(223, 170, 206)
CMYK cmyk(0%, 24%, 8%, 13%)
HSV hsv(319, 24%, 87%)
HWB hwb(319 66% 13%) color: hwb(319 66% 13%)
OKLCH oklch(0.7975 0.0777 338.54) color: oklch(0.7975 0.0777 338.54)
Lab lab(75.39 25.13 -10.73) color: lab(75.39 25.13 -10.73)
LCH lch(75.39 27.32 336.88) color: lch(75.39 27.32 336.88)

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.95:1
vs Black 10.78: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)

#C8C8C5 — rgb(200, 200, 197)

Deuteranopia (Green-blind)

#CBCFC3 — rgb(203, 207, 195)

Tritanopia (Blue-blind)

#DCBEBD — rgb(220, 190, 189)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(319, 45%, 77%);

text

color: hsl(319, 45%, 77%);

border

border: 2px solid hsl(319, 45%, 77%);

gradient light

background: linear-gradient(to right, hsl(319, 45%, 97%), hsl(319, 45%, 77%));

gradient dark

background: linear-gradient(to right, hsl(319, 45%, 77%), hsl(319, 45%, 57%))

hex

background-color: #DFAACE;

tailwind

bg-[hsl(319,45%,77%)]

box shadow

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

css variable

--color-primary: hsl(319, 45%, 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(319, 45%, 77%)?

HEX: #DFAACE | RGB: rgb(223, 170, 206) | CMYK: 0%, 24%, 8%, 13% | HSV: 319°, 24%, 87%. Copy any format from the conversion table above.

What colors go well with #DFAACE?

The complementary color is HSL(139, 45%, 77%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(319, 45%, 77%) in CSS?

As HSL: color: hsl(319, 45%, 77%); — As HEX: color: #DFAACE; — As RGB: color: rgb(223, 170, 206); — Tailwind CSS: bg-[hsl(319,45%,77%)] — CSS variable: --color-primary: hsl(319, 45%, 77%);