HSL(319, 75%, 71%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(319,75%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(319, 75%, 71%) color: hsl(319, 75%, 71%)
HEX #ED7EC9 color: #ED7EC9
RGB rgb(237, 126, 201) color: rgb(237, 126, 201)
CMYK cmyk(0%, 47%, 15%, 7%)
HSV hsv(319, 47%, 93%)
HWB hwb(319 49% 7%) color: hwb(319 49% 7%)
OKLCH oklch(0.7397 0.1619 340.89) color: oklch(0.7397 0.1619 340.89)
Lab lab(67.39 51.93 -19.86) color: lab(67.39 51.93 -19.86)
LCH lch(67.39 55.6 339.07) color: lch(67.39 55.6 339.07)

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.49:1
vs Black 8.43: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)

#BDBCB7 — rgb(189, 188, 183)

Deuteranopia (Green-blind)

#C3CCB3 — rgb(195, 204, 179)

Tritanopia (Blue-blind)

#E7A9A5 — rgb(231, 169, 165)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(319, 75%, 71%);

text

color: hsl(319, 75%, 71%);

border

border: 2px solid hsl(319, 75%, 71%);

gradient light

background: linear-gradient(to right, hsl(319, 75%, 91%), hsl(319, 75%, 71%));

gradient dark

background: linear-gradient(to right, hsl(319, 75%, 71%), hsl(319, 75%, 51%))

hex

background-color: #ED7EC9;

tailwind

bg-[hsl(319,75%,71%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(319, 75%, 71%, 0.4);

css variable

--color-primary: hsl(319, 75%, 71%);

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(319, 75%, 71%)?

HEX: #ED7EC9 | RGB: rgb(237, 126, 201) | CMYK: 0%, 47%, 15%, 7% | HSV: 319°, 47%, 93%. Copy any format from the conversion table above.

What colors go well with #ED7EC9?

The complementary color is HSL(139, 75%, 71%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(319, 75%, 71%) in CSS?

As HSL: color: hsl(319, 75%, 71%); — As HEX: color: #ED7EC9; — As RGB: color: rgb(237, 126, 201); — Tailwind CSS: bg-[hsl(319,75%,71%)] — CSS variable: --color-primary: hsl(319, 75%, 71%);