HSL(328, 41%, 46%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(328,41%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(328, 41%, 46%) color: hsl(328, 41%, 46%)
HEX #A54579 color: #A54579
RGB rgb(165, 69, 121) color: rgb(165, 69, 121)
CMYK cmyk(0%, 58%, 27%, 35%)
HSV hsv(328, 58%, 65%)
HWB hwb(328 27% 35%) color: hwb(328 27% 35%)
OKLCH oklch(0.533 0.1396 349.22) color: oklch(0.533 0.1396 349.22)
Lab lab(43.71 45.37 -9.99) color: lab(43.71 45.37 -9.99)
LCH lch(43.71 46.46 347.58) color: lch(43.71 46.46 347.58)

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

#7B7B6C — rgb(123, 123, 108)

Deuteranopia (Green-blind)

#818869 — rgb(129, 136, 105)

Tritanopia (Blue-blind)

#A06260 — rgb(160, 98, 96)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(328, 41%, 46%);

text

color: hsl(328, 41%, 46%);

border

border: 2px solid hsl(328, 41%, 46%);

gradient light

background: linear-gradient(to right, hsl(328, 41%, 66%), hsl(328, 41%, 46%));

gradient dark

background: linear-gradient(to right, hsl(328, 41%, 46%), hsl(328, 41%, 26%))

hex

background-color: #A54579;

tailwind

bg-[hsl(328,41%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(328, 41%, 46%, 0.4);

css variable

--color-primary: hsl(328, 41%, 46%);

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(328, 41%, 46%)?

HEX: #A54579 | RGB: rgb(165, 69, 121) | CMYK: 0%, 58%, 27%, 35% | HSV: 328°, 58%, 65%. Copy any format from the conversion table above.

What colors go well with #A54579?

The complementary color is HSL(148, 41%, 46%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(328, 41%, 46%) in CSS?

As HSL: color: hsl(328, 41%, 46%); — As HEX: color: #A54579; — As RGB: color: rgb(165, 69, 121); — Tailwind CSS: bg-[hsl(328,41%,46%)] — CSS variable: --color-primary: hsl(328, 41%, 46%);