HSL(321, 30%, 79%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(321,30%,79%)]

Color Conversions

Format Value CSS Usage
HSL hsl(321, 30%, 79%) color: hsl(321, 30%, 79%)
HEX #DAB9CE color: #DAB9CE
RGB rgb(218, 185, 206) color: rgb(218, 185, 206)
CMYK cmyk(0%, 15%, 6%, 15%)
HSV hsv(322, 15%, 85%)
HWB hwb(322 72% 15%) color: hwb(322 72% 15%)
OKLCH oklch(0.8205 0.0469 339.76) color: oklch(0.8205 0.0469 339.76)
Lab lab(78.5 15.32 -6.16) color: lab(78.5 15.32 -6.16)
LCH lch(78.5 16.51 338.1) color: lch(78.5 16.51 338.1)

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.78:1
vs Black 11.81: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)

#CCCBC9 — rgb(204, 203, 201)

Deuteranopia (Green-blind)

#CED0C8 — rgb(206, 208, 200)

Tritanopia (Blue-blind)

#D8C5C4 — rgb(216, 197, 196)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(321, 30%, 79%);

text

color: hsl(321, 30%, 79%);

border

border: 2px solid hsl(321, 30%, 79%);

gradient light

background: linear-gradient(to right, hsl(321, 30%, 99%), hsl(321, 30%, 79%));

gradient dark

background: linear-gradient(to right, hsl(321, 30%, 79%), hsl(321, 30%, 59%))

hex

background-color: #DAB9CE;

tailwind

bg-[hsl(321,30%,79%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(321, 30%, 79%, 0.4);

css variable

--color-primary: hsl(321, 30%, 79%);

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(321, 30%, 79%)?

HEX: #DAB9CE | RGB: rgb(218, 185, 206) | CMYK: 0%, 15%, 6%, 15% | HSV: 322°, 15%, 85%. Copy any format from the conversion table above.

What colors go well with #DAB9CE?

The complementary color is HSL(141, 30%, 79%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(321, 30%, 79%) in CSS?

As HSL: color: hsl(321, 30%, 79%); — As HEX: color: #DAB9CE; — As RGB: color: rgb(218, 185, 206); — Tailwind CSS: bg-[hsl(321,30%,79%)] — CSS variable: --color-primary: hsl(321, 30%, 79%);