HSL(339, 60%, 82%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(339,60%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(339, 60%, 82%) color: hsl(339, 60%, 82%)
HEX #EDB6C9 color: #EDB6C9
RGB rgb(237, 182, 201) color: rgb(237, 182, 201)
CMYK cmyk(0%, 23%, 15%, 7%)
HSV hsv(339, 23%, 93%)
HWB hwb(339 72% 7%) color: hwb(339 72% 7%)
OKLCH oklch(0.8314 0.0679 356.1) color: oklch(0.8314 0.0679 356.1)
Lab lab(79.43 22.75 -1.87) color: lab(79.43 22.75 -1.87)
LCH lch(79.43 22.83 355.3) color: lch(79.43 22.83 355.3)

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.73:1
vs Black 12.14: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)

#D5D5C4 — rgb(213, 213, 196)

Deuteranopia (Green-blind)

#D8DDC3 — rgb(216, 221, 195)

Tritanopia (Blue-blind)

#EAC1C0 — rgb(234, 193, 192)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(339, 60%, 82%);

text

color: hsl(339, 60%, 82%);

border

border: 2px solid hsl(339, 60%, 82%);

gradient light

background: linear-gradient(to right, hsl(339, 60%, 100%), hsl(339, 60%, 82%));

gradient dark

background: linear-gradient(to right, hsl(339, 60%, 82%), hsl(339, 60%, 62%))

hex

background-color: #EDB6C9;

tailwind

bg-[hsl(339,60%,82%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(339, 60%, 82%, 0.4);

css variable

--color-primary: hsl(339, 60%, 82%);

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(339, 60%, 82%)?

HEX: #EDB6C9 | RGB: rgb(237, 182, 201) | CMYK: 0%, 23%, 15%, 7% | HSV: 339°, 23%, 93%. Copy any format from the conversion table above.

What colors go well with #EDB6C9?

The complementary color is HSL(159, 60%, 82%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(339, 60%, 82%) in CSS?

As HSL: color: hsl(339, 60%, 82%); — As HEX: color: #EDB6C9; — As RGB: color: rgb(237, 182, 201); — Tailwind CSS: bg-[hsl(339,60%,82%)] — CSS variable: --color-primary: hsl(339, 60%, 82%);