HSL(323, 68%, 78%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(323,68%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 68%, 78%) color: hsl(323, 68%, 78%)
HEX #EDA1D0 color: #EDA1D0
RGB rgb(237, 161, 208) color: rgb(237, 161, 208)
CMYK cmyk(0%, 32%, 12%, 7%)
HSV hsv(323, 32%, 93%)
HWB hwb(323 63% 7%) color: hwb(323 63% 7%)
OKLCH oklch(0.797 0.1076 342.16) color: oklch(0.797 0.1076 342.16)
Lab lab(74.86 35.03 -12.46) color: lab(74.86 35.03 -12.46)
LCH lch(74.86 37.18 340.42) color: lch(74.86 37.18 340.42)

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.98:1
vs Black 10.61: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)

#CCCBC5 — rgb(204, 203, 197)

Deuteranopia (Green-blind)

#D1D6C2 — rgb(209, 214, 194)

Tritanopia (Blue-blind)

#E9BCBA — rgb(233, 188, 186)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 68%, 78%);

text

color: hsl(323, 68%, 78%);

border

border: 2px solid hsl(323, 68%, 78%);

gradient light

background: linear-gradient(to right, hsl(323, 68%, 98%), hsl(323, 68%, 78%));

gradient dark

background: linear-gradient(to right, hsl(323, 68%, 78%), hsl(323, 68%, 58%))

hex

background-color: #EDA1D0;

tailwind

bg-[hsl(323,68%,78%)]

box shadow

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

css variable

--color-primary: hsl(323, 68%, 78%);

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, 68%, 78%)?

HEX: #EDA1D0 | RGB: rgb(237, 161, 208) | CMYK: 0%, 32%, 12%, 7% | HSV: 323°, 32%, 93%. Copy any format from the conversion table above.

What colors go well with #EDA1D0?

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

As HSL: color: hsl(323, 68%, 78%); — As HEX: color: #EDA1D0; — As RGB: color: rgb(237, 161, 208); — Tailwind CSS: bg-[hsl(323,68%,78%)] — CSS variable: --color-primary: hsl(323, 68%, 78%);