HSL(337, 65%, 79%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(337, 65%, 79%) color: hsl(337, 65%, 79%)
HEX #ECA7C1 color: #ECA7C1
RGB rgb(236, 167, 193) color: rgb(236, 167, 193)
CMYK cmyk(0%, 29%, 18%, 7%)
HSV hsv(337, 29%, 93%)
HWB hwb(337 66% 7%) color: hwb(337 66% 7%)
OKLCH oklch(0.8014 0.0873 354.92) color: oklch(0.8014 0.0873 354.92)
Lab lab(75.65 29.14 -3.08) color: lab(75.65 29.14 -3.08)
LCH lch(75.65 29.3 353.97) color: lch(75.65 29.3 353.97)

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.93:1
vs Black 10.86: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)

#CECEBB — rgb(206, 206, 187)

Deuteranopia (Green-blind)

#D2D7B9 — rgb(210, 215, 185)

Tritanopia (Blue-blind)

#E9B6B5 — rgb(233, 182, 181)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(337, 65%, 99%), hsl(337, 65%, 79%));

gradient dark

background: linear-gradient(to right, hsl(337, 65%, 79%), hsl(337, 65%, 59%))

hex

background-color: #ECA7C1;

tailwind

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

box shadow

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

css variable

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

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

HEX: #ECA7C1 | RGB: rgb(236, 167, 193) | CMYK: 0%, 29%, 18%, 7% | HSV: 337°, 29%, 93%. Copy any format from the conversion table above.

What colors go well with #ECA7C1?

The complementary color is HSL(157, 65%, 79%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(337, 65%, 79%); — As HEX: color: #ECA7C1; — As RGB: color: rgb(236, 167, 193); — Tailwind CSS: bg-[hsl(337,65%,79%)] — CSS variable: --color-primary: hsl(337, 65%, 79%);