HSL(323, 46%, 47%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(323,46%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 46%, 47%) color: hsl(323, 46%, 47%)
HEX #AF4185 color: #AF4185
RGB rgb(175, 65, 133) color: rgb(175, 65, 133)
CMYK cmyk(0%, 63%, 24%, 31%)
HSV hsv(323, 63%, 69%)
HWB hwb(323 26% 31%) color: hwb(323 26% 31%)
OKLCH oklch(0.5477 0.1615 345.67) color: oklch(0.5477 0.1615 345.67)
Lab lab(45.07 51.94 -15.1) color: lab(45.07 51.94 -15.1)
LCH lch(45.07 54.09 343.79) color: lch(45.07 54.09 343.79)

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.36:1
vs Black 3.92: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)

#7F7E75 — rgb(127, 126, 117)

Deuteranopia (Green-blind)

#868E71 — rgb(134, 142, 113)

Tritanopia (Blue-blind)

#AA6865 — rgb(170, 104, 101)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 46%, 47%);

text

color: hsl(323, 46%, 47%);

border

border: 2px solid hsl(323, 46%, 47%);

gradient light

background: linear-gradient(to right, hsl(323, 46%, 67%), hsl(323, 46%, 47%));

gradient dark

background: linear-gradient(to right, hsl(323, 46%, 47%), hsl(323, 46%, 27%))

hex

background-color: #AF4185;

tailwind

bg-[hsl(323,46%,47%)]

box shadow

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

css variable

--color-primary: hsl(323, 46%, 47%);

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(323, 46%, 47%)?

HEX: #AF4185 | RGB: rgb(175, 65, 133) | CMYK: 0%, 63%, 24%, 31% | HSV: 323°, 63%, 69%. Copy any format from the conversion table above.

What colors go well with #AF4185?

The complementary color is HSL(143, 46%, 47%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(323, 46%, 47%) in CSS?

As HSL: color: hsl(323, 46%, 47%); — As HEX: color: #AF4185; — As RGB: color: rgb(175, 65, 133); — Tailwind CSS: bg-[hsl(323,46%,47%)] — CSS variable: --color-primary: hsl(323, 46%, 47%);