HSL(339, 89%, 59%)

Vivid Pink — Pink color

Adjust Color

Color Information

Color Name

Vivid Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(339,89%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(339, 89%, 59%) color: hsl(339, 89%, 59%)
HEX #F3397B color: #F3397B
RGB rgb(243, 57, 123) color: rgb(243, 57, 123)
CMYK cmyk(0%, 77%, 49%, 5%)
HSV hsv(339, 77%, 95%)
HWB hwb(339 22% 5%) color: hwb(339 22% 5%)
OKLCH oklch(0.6454 0.2231 5.17) color: oklch(0.6454 0.2231 5.17)
Lab lab(55.5 72.66 7.64) color: lab(55.5 72.66 7.64)
LCH lch(55.5 73.06 6) color: lch(55.5 73.06 6)

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

#A2A16B — rgb(162, 161, 107)

Deuteranopia (Green-blind)

#ADBB67 — rgb(173, 187, 103)

Tritanopia (Blue-blind)

#EA5E5C — rgb(234, 94, 92)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(339, 89%, 59%);

text

color: hsl(339, 89%, 59%);

border

border: 2px solid hsl(339, 89%, 59%);

gradient light

background: linear-gradient(to right, hsl(339, 89%, 79%), hsl(339, 89%, 59%));

gradient dark

background: linear-gradient(to right, hsl(339, 89%, 59%), hsl(339, 89%, 39%))

hex

background-color: #F3397B;

tailwind

bg-[hsl(339,89%,59%)]

box shadow

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

css variable

--color-primary: hsl(339, 89%, 59%);

Related Colors

Use Cases for Vivid Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(339, 89%, 59%)?

HEX: #F3397B | RGB: rgb(243, 57, 123) | CMYK: 0%, 77%, 49%, 5% | HSV: 339°, 77%, 95%. Copy any format from the conversion table above.

What colors go well with #F3397B?

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

As HSL: color: hsl(339, 89%, 59%); — As HEX: color: #F3397B; — As RGB: color: rgb(243, 57, 123); — Tailwind CSS: bg-[hsl(339,89%,59%)] — CSS variable: --color-primary: hsl(339, 89%, 59%);