HSL(323, 50%, 81%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(323,50%,81%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 50%, 81%) color: hsl(323, 50%, 81%)
HEX #E7B6D4 color: #E7B6D4
RGB rgb(231, 182, 212) color: rgb(231, 182, 212)
CMYK cmyk(0%, 21%, 8%, 9%)
HSV hsv(323, 21%, 91%)
HWB hwb(323 72% 9%) color: hwb(323 72% 9%)
OKLCH oklch(0.829 0.0686 341.42) color: oklch(0.829 0.0686 341.42)
Lab lab(79.16 22.46 -8.29) color: lab(79.16 22.46 -8.29)
LCH lch(79.16 23.94 339.74) color: lch(79.16 23.94 339.74)

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 1.74:1
vs Black 12.04:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#D2D1CD — rgb(210, 209, 205)

Deuteranopia (Green-blind)

#D5D8CB — rgb(213, 216, 203)

Tritanopia (Blue-blind)

#E5C7C6 — rgb(229, 199, 198)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 50%, 81%);

text

color: hsl(323, 50%, 81%);

border

border: 2px solid hsl(323, 50%, 81%);

gradient light

background: linear-gradient(to right, hsl(323, 50%, 100%), hsl(323, 50%, 81%));

gradient dark

background: linear-gradient(to right, hsl(323, 50%, 81%), hsl(323, 50%, 61%))

hex

background-color: #E7B6D4;

tailwind

bg-[hsl(323,50%,81%)]

box shadow

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

css variable

--color-primary: hsl(323, 50%, 81%);

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, 50%, 81%)?

HEX: #E7B6D4 | RGB: rgb(231, 182, 212) | CMYK: 0%, 21%, 8%, 9% | HSV: 323°, 21%, 91%. Copy any format from the conversion table above.

What colors go well with #E7B6D4?

The complementary color is HSL(143, 50%, 81%). 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, 50%, 81%) in CSS?

As HSL: color: hsl(323, 50%, 81%); — As HEX: color: #E7B6D4; — As RGB: color: rgb(231, 182, 212); — Tailwind CSS: bg-[hsl(323,50%,81%)] — CSS variable: --color-primary: hsl(323, 50%, 81%);