HSL(326, 97%, 53%)

Vivid Pink — Pink color

Adjust Color

Color Information

Color Name

Vivid Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(326,97%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(326, 97%, 53%) color: hsl(326, 97%, 53%)
HEX #FB1397 color: #FB1397
RGB rgb(251, 19, 151) color: rgb(251, 19, 151)
CMYK cmyk(0%, 92%, 40%, 2%)
HSV hsv(326, 92%, 98%)
HWB hwb(326 8% 2%) color: hwb(326 8% 2%)
OKLCH oklch(0.6492 0.2607 354.92) color: oklch(0.6492 0.2607 354.92)
Lab lab(55.29 84.14 -9.15) color: lab(55.29 84.14 -9.15)
LCH lch(55.29 84.64 353.79) color: lch(55.29 84.64 353.79)

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

#979477 — rgb(151, 148, 119)

Deuteranopia (Green-blind)

#A4B56F — rgb(164, 181, 111)

Tritanopia (Blue-blind)

#EF5E58 — rgb(239, 94, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(326, 97%, 53%);

text

color: hsl(326, 97%, 53%);

border

border: 2px solid hsl(326, 97%, 53%);

gradient light

background: linear-gradient(to right, hsl(326, 97%, 73%), hsl(326, 97%, 53%));

gradient dark

background: linear-gradient(to right, hsl(326, 97%, 53%), hsl(326, 97%, 33%))

hex

background-color: #FB1397;

tailwind

bg-[hsl(326,97%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(326, 97%, 53%, 0.4);

css variable

--color-primary: hsl(326, 97%, 53%);

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(326, 97%, 53%)?

HEX: #FB1397 | RGB: rgb(251, 19, 151) | CMYK: 0%, 92%, 40%, 2% | HSV: 326°, 92%, 98%. Copy any format from the conversion table above.

What colors go well with #FB1397?

The complementary color is HSL(146, 97%, 53%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(326, 97%, 53%) in CSS?

As HSL: color: hsl(326, 97%, 53%); — As HEX: color: #FB1397; — As RGB: color: rgb(251, 19, 151); — Tailwind CSS: bg-[hsl(326,97%,53%)] — CSS variable: --color-primary: hsl(326, 97%, 53%);