HSL(316, 65%, 73%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,65%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 65%, 73%) color: hsl(316, 65%, 73%)
HEX #E78DCF color: #E78DCF
RGB rgb(231, 141, 207) color: rgb(231, 141, 207)
CMYK cmyk(0%, 39%, 10%, 9%)
HSV hsv(316, 39%, 91%)
HWB hwb(316 56% 9%) color: hwb(316 56% 9%)
OKLCH oklch(0.7574 0.1362 337.44) color: oklch(0.7574 0.1362 337.44)
Lab lab(69.86 43.38 -19.52) color: lab(69.86 43.38 -19.52)
LCH lch(69.86 47.57 335.77) color: lch(69.86 47.57 335.77)

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 2.31:1
vs Black 9.11: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)

#C0BFBF — rgb(192, 191, 191)

Deuteranopia (Green-blind)

#C5CCBB — rgb(197, 204, 187)

Tritanopia (Blue-blind)

#E3B2B0 — rgb(227, 178, 176)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 65%, 73%);

text

color: hsl(316, 65%, 73%);

border

border: 2px solid hsl(316, 65%, 73%);

gradient light

background: linear-gradient(to right, hsl(316, 65%, 93%), hsl(316, 65%, 73%));

gradient dark

background: linear-gradient(to right, hsl(316, 65%, 73%), hsl(316, 65%, 53%))

hex

background-color: #E78DCF;

tailwind

bg-[hsl(316,65%,73%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(316, 65%, 73%, 0.4);

css variable

--color-primary: hsl(316, 65%, 73%);

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(316, 65%, 73%)?

HEX: #E78DCF | RGB: rgb(231, 141, 207) | CMYK: 0%, 39%, 10%, 9% | HSV: 316°, 39%, 91%. Copy any format from the conversion table above.

What colors go well with #E78DCF?

The complementary color is HSL(136, 65%, 73%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(316, 65%, 73%) in CSS?

As HSL: color: hsl(316, 65%, 73%); — As HEX: color: #E78DCF; — As RGB: color: rgb(231, 141, 207); — Tailwind CSS: bg-[hsl(316,65%,73%)] — CSS variable: --color-primary: hsl(316, 65%, 73%);