HSL(325, 100%, 56%)

Vivid Pink — Pink color

Adjust Color

Color Information

Color Name

Vivid Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(325,100%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(325, 100%, 56%) color: hsl(325, 100%, 56%)
HEX #FF1FA2 color: #FF1FA2
RGB rgb(255, 31, 162) color: rgb(255, 31, 162)
CMYK cmyk(0%, 88%, 36%, 0%)
HSV hsv(325, 88%, 100%)
HWB hwb(325 12% 0%) color: hwb(325 12% 0%)
OKLCH oklch(0.6636 0.2625 352.63) color: oklch(0.6636 0.2625 352.63)
Lab lab(56.93 84.51 -13.1) color: lab(56.93 84.51 -13.1)
LCH lch(56.93 85.52 351.19) color: lch(56.93 85.52 351.19)

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

#9E9C82 — rgb(158, 156, 130)

Deuteranopia (Green-blind)

#ABBC7B — rgb(171, 188, 123)

Tritanopia (Blue-blind)

#F46964 — rgb(244, 105, 100)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(325, 100%, 56%);

text

color: hsl(325, 100%, 56%);

border

border: 2px solid hsl(325, 100%, 56%);

gradient light

background: linear-gradient(to right, hsl(325, 100%, 76%), hsl(325, 100%, 56%));

gradient dark

background: linear-gradient(to right, hsl(325, 100%, 56%), hsl(325, 100%, 36%))

hex

background-color: #FF1FA2;

tailwind

bg-[hsl(325,100%,56%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(325, 100%, 56%, 0.4);

css variable

--color-primary: hsl(325, 100%, 56%);

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(325, 100%, 56%)?

HEX: #FF1FA2 | RGB: rgb(255, 31, 162) | CMYK: 0%, 88%, 36%, 0% | HSV: 325°, 88%, 100%. Copy any format from the conversion table above.

What colors go well with #FF1FA2?

The complementary color is HSL(145, 100%, 56%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(325, 100%, 56%) in CSS?

As HSL: color: hsl(325, 100%, 56%); — As HEX: color: #FF1FA2; — As RGB: color: rgb(255, 31, 162); — Tailwind CSS: bg-[hsl(325,100%,56%)] — CSS variable: --color-primary: hsl(325, 100%, 56%);