HSL(322, 90%, 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,90%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 90%, 49%) color: hsl(322, 90%, 49%)
HEX #ED0C9B color: #ED0C9B
RGB rgb(237, 12, 155) color: rgb(237, 12, 155)
CMYK cmyk(0%, 95%, 35%, 7%)
HSV hsv(322, 95%, 93%)
HWB hwb(322 5% 7%) color: hwb(322 5% 7%)
OKLCH oklch(0.6252 0.2566 350.71) color: oklch(0.6252 0.2566 350.71)
Lab lab(52.55 82.23 -15.92) color: lab(52.55 82.23 -15.92)
LCH lch(52.55 83.76 349.04) color: lch(52.55 83.76 349.04)

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

#8C8A78 — rgb(140, 138, 120)

Deuteranopia (Green-blind)

#99AA70 — rgb(153, 170, 112)

Tritanopia (Blue-blind)

#E25D57 — rgb(226, 93, 87)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #ED0C9B;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(322, 90%, 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, 90%, 49%)?

HEX: #ED0C9B | RGB: rgb(237, 12, 155) | CMYK: 0%, 95%, 35%, 7% | HSV: 322°, 95%, 93%. Copy any format from the conversion table above.

What colors go well with #ED0C9B?

The complementary color is HSL(142, 90%, 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, 90%, 49%) in CSS?

As HSL: color: hsl(322, 90%, 49%); — As HEX: color: #ED0C9B; — As RGB: color: rgb(237, 12, 155); — Tailwind CSS: bg-[hsl(322,90%,49%)] — CSS variable: --color-primary: hsl(322, 90%, 49%);