HSL(331, 19%, 61%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(331,19%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(331, 19%, 61%) color: hsl(331, 19%, 61%)
HEX #AE899B color: #AE899B
RGB rgb(174, 137, 155) color: rgb(174, 137, 155)
CMYK cmyk(0%, 21%, 11%, 32%)
HSV hsv(331, 21%, 68%)
HWB hwb(331 54% 32%) color: hwb(331 54% 32%)
OKLCH oklch(0.6704 0.0512 347.77) color: oklch(0.6704 0.0512 347.77)
Lab lab(61.01 17.05 -4.16) color: lab(61.01 17.05 -4.16)
LCH lch(61.01 17.55 346.29) color: lch(61.01 17.55 346.29)

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 3.07:1
vs Black 6.85: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)

#9E9E97 — rgb(158, 158, 151)

Deuteranopia (Green-blind)

#A0A396 — rgb(160, 163, 150)

Tritanopia (Blue-blind)

#AC9392 — rgb(172, 147, 146)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(331, 19%, 61%);

text

color: hsl(331, 19%, 61%);

border

border: 2px solid hsl(331, 19%, 61%);

gradient light

background: linear-gradient(to right, hsl(331, 19%, 81%), hsl(331, 19%, 61%));

gradient dark

background: linear-gradient(to right, hsl(331, 19%, 61%), hsl(331, 19%, 41%))

hex

background-color: #AE899B;

tailwind

bg-[hsl(331,19%,61%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(331, 19%, 61%, 0.4);

css variable

--color-primary: hsl(331, 19%, 61%);

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(331, 19%, 61%)?

HEX: #AE899B | RGB: rgb(174, 137, 155) | CMYK: 0%, 21%, 11%, 32% | HSV: 331°, 21%, 68%. Copy any format from the conversion table above.

What colors go well with #AE899B?

The complementary color is HSL(151, 19%, 61%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(331, 19%, 61%) in CSS?

As HSL: color: hsl(331, 19%, 61%); — As HEX: color: #AE899B; — As RGB: color: rgb(174, 137, 155); — Tailwind CSS: bg-[hsl(331,19%,61%)] — CSS variable: --color-primary: hsl(331, 19%, 61%);