HSL(334, 79%, 65%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(334,79%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(334, 79%, 65%) color: hsl(334, 79%, 65%)
HEX #EC5F9C color: #EC5F9C
RGB rgb(236, 95, 156) color: rgb(236, 95, 156)
CMYK cmyk(0%, 60%, 34%, 7%)
HSV hsv(334, 60%, 93%)
HWB hwb(334 37% 7%) color: hwb(334 37% 7%)
OKLCH oklch(0.6815 0.1835 356.17) color: oklch(0.6815 0.1835 356.17)
Lab lab(60.27 60.05 -4.95) color: lab(60.27 60.05 -4.95)
LCH lch(60.27 60.25 355.29) color: lch(60.27 60.25 355.29)

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 3.14:1
vs Black 6.68:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#AFAE8D — rgb(175, 174, 141)

Deuteranopia (Green-blind)

#B7C28A — rgb(183, 194, 138)

Tritanopia (Blue-blind)

#E5827F — rgb(229, 130, 127)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(334, 79%, 65%);

text

color: hsl(334, 79%, 65%);

border

border: 2px solid hsl(334, 79%, 65%);

gradient light

background: linear-gradient(to right, hsl(334, 79%, 85%), hsl(334, 79%, 65%));

gradient dark

background: linear-gradient(to right, hsl(334, 79%, 65%), hsl(334, 79%, 45%))

hex

background-color: #EC5F9C;

tailwind

bg-[hsl(334,79%,65%)]

box shadow

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

css variable

--color-primary: hsl(334, 79%, 65%);

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(334, 79%, 65%)?

HEX: #EC5F9C | RGB: rgb(236, 95, 156) | CMYK: 0%, 60%, 34%, 7% | HSV: 334°, 60%, 93%. Copy any format from the conversion table above.

What colors go well with #EC5F9C?

The complementary color is HSL(154, 79%, 65%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(334, 79%, 65%) in CSS?

As HSL: color: hsl(334, 79%, 65%); — As HEX: color: #EC5F9C; — As RGB: color: rgb(236, 95, 156); — Tailwind CSS: bg-[hsl(334,79%,65%)] — CSS variable: --color-primary: hsl(334, 79%, 65%);