HSL(333, 53%, 69%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(333,53%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(333, 53%, 69%) color: hsl(333, 53%, 69%)
HEX #DA86AC color: #DA86AC
RGB rgb(218, 134, 172) color: rgb(218, 134, 172)
CMYK cmyk(0%, 39%, 21%, 15%)
HSV hsv(333, 39%, 85%)
HWB hwb(333 52% 15%) color: hwb(333 52% 15%)
OKLCH oklch(0.7189 0.1125 351.67) color: oklch(0.7189 0.1125 351.67)
Lab lab(65.7 37.21 -6.33) color: lab(65.7 37.21 -6.33)
LCH lch(65.7 37.74 350.35) color: lch(65.7 37.74 350.35)

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.63:1
vs Black 7.99: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)

#B6B5A3 — rgb(182, 181, 163)

Deuteranopia (Green-blind)

#BBC1A1 — rgb(187, 193, 161)

Tritanopia (Blue-blind)

#D69C9A — rgb(214, 156, 154)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(333, 53%, 69%);

text

color: hsl(333, 53%, 69%);

border

border: 2px solid hsl(333, 53%, 69%);

gradient light

background: linear-gradient(to right, hsl(333, 53%, 89%), hsl(333, 53%, 69%));

gradient dark

background: linear-gradient(to right, hsl(333, 53%, 69%), hsl(333, 53%, 49%))

hex

background-color: #DA86AC;

tailwind

bg-[hsl(333,53%,69%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(333, 53%, 69%, 0.4);

css variable

--color-primary: hsl(333, 53%, 69%);

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(333, 53%, 69%)?

HEX: #DA86AC | RGB: rgb(218, 134, 172) | CMYK: 0%, 39%, 21%, 15% | HSV: 333°, 39%, 85%. Copy any format from the conversion table above.

What colors go well with #DA86AC?

The complementary color is HSL(153, 53%, 69%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(333, 53%, 69%) in CSS?

As HSL: color: hsl(333, 53%, 69%); — As HEX: color: #DA86AC; — As RGB: color: rgb(218, 134, 172); — Tailwind CSS: bg-[hsl(333,53%,69%)] — CSS variable: --color-primary: hsl(333, 53%, 69%);