HSL(322, 92%, 49%)

Vivid Pink — Pink color

Adjust Color

Color Information

Color Name

Vivid Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(322,92%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 92%, 49%) color: hsl(322, 92%, 49%)
HEX #F00A9C color: #F00A9C
RGB rgb(240, 10, 156) color: rgb(240, 10, 156)
CMYK cmyk(0%, 96%, 35%, 6%)
HSV hsv(322, 96%, 94%)
HWB hwb(322 4% 6%) color: hwb(322 4% 6%)
OKLCH oklch(0.6303 0.2591 350.99) color: oklch(0.6303 0.2591 350.99)
Lab lab(53.11 83.09 -15.61) color: lab(53.11 83.09 -15.61)
LCH lch(53.11 84.54 349.36) color: lch(53.11 84.54 349.36)

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 4.02:1
vs Black 5.23: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)

#8C8A79 — rgb(140, 138, 121)

Deuteranopia (Green-blind)

#9AAB70 — rgb(154, 171, 112)

Tritanopia (Blue-blind)

#E55D57 — rgb(229, 93, 87)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 92%, 49%);

text

color: hsl(322, 92%, 49%);

border

border: 2px solid hsl(322, 92%, 49%);

gradient light

background: linear-gradient(to right, hsl(322, 92%, 69%), hsl(322, 92%, 49%));

gradient dark

background: linear-gradient(to right, hsl(322, 92%, 49%), hsl(322, 92%, 29%))

hex

background-color: #F00A9C;

tailwind

bg-[hsl(322,92%,49%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(322, 92%, 49%, 0.4);

css variable

--color-primary: hsl(322, 92%, 49%);

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(322, 92%, 49%)?

HEX: #F00A9C | RGB: rgb(240, 10, 156) | CMYK: 0%, 96%, 35%, 6% | HSV: 322°, 96%, 94%. Copy any format from the conversion table above.

What colors go well with #F00A9C?

The complementary color is HSL(142, 92%, 49%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(322, 92%, 49%) in CSS?

As HSL: color: hsl(322, 92%, 49%); — As HEX: color: #F00A9C; — As RGB: color: rgb(240, 10, 156); — Tailwind CSS: bg-[hsl(322,92%,49%)] — CSS variable: --color-primary: hsl(322, 92%, 49%);