HSL(326, 52%, 45%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(326,52%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(326, 52%, 45%) color: hsl(326, 52%, 45%)
HEX #AE377B color: #AE377B
RGB rgb(174, 55, 123) color: rgb(174, 55, 123)
CMYK cmyk(0%, 68%, 29%, 32%)
HSV hsv(326, 68%, 68%)
HWB hwb(326 22% 32%) color: hwb(326 22% 32%)
OKLCH oklch(0.5309 0.1688 349.16) color: oklch(0.5309 0.1688 349.16)
Lab lab(43.01 54.49 -12.13) color: lab(43.01 54.49 -12.13)
LCH lch(43.01 55.82 347.45) color: lch(43.01 55.82 347.45)

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 5.78:1
vs Black 3.63:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#7A796B — rgb(122, 121, 107)

Deuteranopia (Green-blind)

#818A67 — rgb(129, 138, 103)

Tritanopia (Blue-blind)

#A85E5B — rgb(168, 94, 91)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(326, 52%, 45%);

text

color: hsl(326, 52%, 45%);

border

border: 2px solid hsl(326, 52%, 45%);

gradient light

background: linear-gradient(to right, hsl(326, 52%, 65%), hsl(326, 52%, 45%));

gradient dark

background: linear-gradient(to right, hsl(326, 52%, 45%), hsl(326, 52%, 25%))

hex

background-color: #AE377B;

tailwind

bg-[hsl(326,52%,45%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(326, 52%, 45%, 0.4);

css variable

--color-primary: hsl(326, 52%, 45%);

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(326, 52%, 45%)?

HEX: #AE377B | RGB: rgb(174, 55, 123) | CMYK: 0%, 68%, 29%, 32% | HSV: 326°, 68%, 68%. Copy any format from the conversion table above.

What colors go well with #AE377B?

The complementary color is HSL(146, 52%, 45%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(326, 52%, 45%) in CSS?

As HSL: color: hsl(326, 52%, 45%); — As HEX: color: #AE377B; — As RGB: color: rgb(174, 55, 123); — Tailwind CSS: bg-[hsl(326,52%,45%)] — CSS variable: --color-primary: hsl(326, 52%, 45%);