HSL(339, 70%, 63%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(339,70%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(339, 70%, 63%) color: hsl(339, 70%, 63%)
HEX #E35F8D color: #E35F8D
RGB rgb(227, 95, 141) color: rgb(227, 95, 141)
CMYK cmyk(0%, 58%, 38%, 11%)
HSV hsv(339, 58%, 89%)
HWB hwb(339 37% 11%) color: hwb(339 37% 11%)
OKLCH oklch(0.6638 0.1695 1.06) color: oklch(0.6638 0.1695 1.06)
Lab lab(58.45 55.57 0.94) color: lab(58.45 55.57 0.94)
LCH lch(58.45 55.58 0.97) color: lch(58.45 55.58 0.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 3.34:1
vs Black 6.29: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)

#AAA982 — rgb(170, 169, 130)

Deuteranopia (Green-blind)

#B2BB7F — rgb(178, 187, 127)

Tritanopia (Blue-blind)

#DC7977 — rgb(220, 121, 119)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(339, 70%, 63%);

text

color: hsl(339, 70%, 63%);

border

border: 2px solid hsl(339, 70%, 63%);

gradient light

background: linear-gradient(to right, hsl(339, 70%, 83%), hsl(339, 70%, 63%));

gradient dark

background: linear-gradient(to right, hsl(339, 70%, 63%), hsl(339, 70%, 43%))

hex

background-color: #E35F8D;

tailwind

bg-[hsl(339,70%,63%)]

box shadow

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

css variable

--color-primary: hsl(339, 70%, 63%);

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, 70%, 63%)?

HEX: #E35F8D | RGB: rgb(227, 95, 141) | CMYK: 0%, 58%, 38%, 11% | HSV: 339°, 58%, 89%. Copy any format from the conversion table above.

What colors go well with #E35F8D?

The complementary color is HSL(159, 70%, 63%). 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, 70%, 63%) in CSS?

As HSL: color: hsl(339, 70%, 63%); — As HEX: color: #E35F8D; — As RGB: color: rgb(227, 95, 141); — Tailwind CSS: bg-[hsl(339,70%,63%)] — CSS variable: --color-primary: hsl(339, 70%, 63%);