HSL(332, 35%, 75%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,35%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 35%, 75%) color: hsl(332, 35%, 75%)
HEX #D6A9BE color: #D6A9BE
RGB rgb(214, 169, 190) color: rgb(214, 169, 190)
CMYK cmyk(0%, 21%, 11%, 16%)
HSV hsv(332, 21%, 84%)
HWB hwb(332 66% 16%) color: hwb(332 66% 16%)
OKLCH oklch(0.7817 0.0593 348.85) color: oklch(0.7817 0.0593 348.85)
Lab lab(73.8 19.8 -4.42) color: lab(73.8 19.8 -4.42)
LCH lch(73.8 20.29 347.42) color: lch(73.8 20.29 347.42)

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 2.04:1
vs Black 10.28: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)

#C3C2B9 — rgb(195, 194, 185)

Deuteranopia (Green-blind)

#C5C9B8 — rgb(197, 201, 184)

Tritanopia (Blue-blind)

#D4B5B4 — rgb(212, 181, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 35%, 75%);

text

color: hsl(332, 35%, 75%);

border

border: 2px solid hsl(332, 35%, 75%);

gradient light

background: linear-gradient(to right, hsl(332, 35%, 95%), hsl(332, 35%, 75%));

gradient dark

background: linear-gradient(to right, hsl(332, 35%, 75%), hsl(332, 35%, 55%))

hex

background-color: #D6A9BE;

tailwind

bg-[hsl(332,35%,75%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(332, 35%, 75%, 0.4);

css variable

--color-primary: hsl(332, 35%, 75%);

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(332, 35%, 75%)?

HEX: #D6A9BE | RGB: rgb(214, 169, 190) | CMYK: 0%, 21%, 11%, 16% | HSV: 332°, 21%, 84%. Copy any format from the conversion table above.

What colors go well with #D6A9BE?

The complementary color is HSL(152, 35%, 75%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(332, 35%, 75%) in CSS?

As HSL: color: hsl(332, 35%, 75%); — As HEX: color: #D6A9BE; — As RGB: color: rgb(214, 169, 190); — Tailwind CSS: bg-[hsl(332,35%,75%)] — CSS variable: --color-primary: hsl(332, 35%, 75%);