HSL(321, 99%, 52%)

Vivid Pink — Pink color

Adjust Color

Color Information

Color Name

Vivid Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(321,99%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(321, 99%, 52%) color: hsl(321, 99%, 52%)
HEX #FE0BA9 color: #FE0BA9
RGB rgb(254, 11, 169) color: rgb(254, 11, 169)
CMYK cmyk(0%, 96%, 33%, 0%)
HSV hsv(321, 96%, 100%)
HWB hwb(321 4% 0%) color: hwb(321 4% 0%)
OKLCH oklch(0.6593 0.2722 349.92) color: oklch(0.6593 0.2722 349.92)
Lab lab(56.27 87.1 -18.23) color: lab(56.27 87.1 -18.23)
LCH lch(56.27 88.99 348.18) color: lch(56.27 88.99 348.18)

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

#959383 — rgb(149, 147, 131)

Deuteranopia (Green-blind)

#A3B57A — rgb(163, 181, 122)

Tritanopia (Blue-blind)

#F2655E — rgb(242, 101, 94)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(321, 99%, 52%);

text

color: hsl(321, 99%, 52%);

border

border: 2px solid hsl(321, 99%, 52%);

gradient light

background: linear-gradient(to right, hsl(321, 99%, 72%), hsl(321, 99%, 52%));

gradient dark

background: linear-gradient(to right, hsl(321, 99%, 52%), hsl(321, 99%, 32%))

hex

background-color: #FE0BA9;

tailwind

bg-[hsl(321,99%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(321, 99%, 52%, 0.4);

css variable

--color-primary: hsl(321, 99%, 52%);

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(321, 99%, 52%)?

HEX: #FE0BA9 | RGB: rgb(254, 11, 169) | CMYK: 0%, 96%, 33%, 0% | HSV: 321°, 96%, 100%. Copy any format from the conversion table above.

What colors go well with #FE0BA9?

The complementary color is HSL(141, 99%, 52%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(321, 99%, 52%) in CSS?

As HSL: color: hsl(321, 99%, 52%); — As HEX: color: #FE0BA9; — As RGB: color: rgb(254, 11, 169); — Tailwind CSS: bg-[hsl(321,99%,52%)] — CSS variable: --color-primary: hsl(321, 99%, 52%);