HSL(330, 30%, 53%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

5000K

CSS Class

bg-[hsl(330,30%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(330, 30%, 53%) color: hsl(330, 30%, 53%)
HEX #AB6387 color: #AB6387
RGB rgb(171, 99, 135) color: rgb(171, 99, 135)
CMYK cmyk(0%, 42%, 21%, 33%)
HSV hsv(330, 42%, 67%)
HWB hwb(330 39% 33%) color: hwb(330 39% 33%)
OKLCH oklch(0.5916 0.1031 349.37) color: oklch(0.5916 0.1031 349.37)
Lab lab(51.07 33.92 -7.31) color: lab(51.07 33.92 -7.31)
LCH lch(51.07 34.7 347.84) color: lch(51.07 34.7 347.84)

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 4.32:1
vs Black 4.87:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8C8B7E — rgb(140, 139, 126)

Deuteranopia (Green-blind)

#90957C — rgb(144, 149, 124)

Tritanopia (Blue-blind)

#A77776 — rgb(167, 119, 118)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(330, 30%, 53%);

text

color: hsl(330, 30%, 53%);

border

border: 2px solid hsl(330, 30%, 53%);

gradient light

background: linear-gradient(to right, hsl(330, 30%, 73%), hsl(330, 30%, 53%));

gradient dark

background: linear-gradient(to right, hsl(330, 30%, 53%), hsl(330, 30%, 33%))

hex

background-color: #AB6387;

tailwind

bg-[hsl(330,30%,53%)]

box shadow

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

css variable

--color-primary: hsl(330, 30%, 53%);

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(330, 30%, 53%)?

HEX: #AB6387 | RGB: rgb(171, 99, 135) | CMYK: 0%, 42%, 21%, 33% | HSV: 330°, 42%, 67%. Copy any format from the conversion table above.

What colors go well with #AB6387?

The complementary color is HSL(150, 30%, 53%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(330, 30%, 53%) in CSS?

As HSL: color: hsl(330, 30%, 53%); — As HEX: color: #AB6387; — As RGB: color: rgb(171, 99, 135); — Tailwind CSS: bg-[hsl(330,30%,53%)] — CSS variable: --color-primary: hsl(330, 30%, 53%);