HSL(322, 81%, 46%)

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,81%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 81%, 46%) color: hsl(322, 81%, 46%)
HEX #D4168F color: #D4168F
RGB rgb(212, 22, 143) color: rgb(212, 22, 143)
CMYK cmyk(0%, 90%, 33%, 17%)
HSV hsv(322, 90%, 83%)
HWB hwb(322 8% 17%) color: hwb(322 8% 17%)
OKLCH oklch(0.5802 0.2335 349.29) color: oklch(0.5802 0.2335 349.29)
Lab lab(47.7 74.71 -16.55) color: lab(47.7 74.71 -16.55)
LCH lch(47.7 76.52 347.51) color: lch(47.7 76.52 347.51)

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.87:1
vs Black 4.31:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#828072 — rgb(130, 128, 114)

Deuteranopia (Green-blind)

#8D9B6B — rgb(141, 155, 107)

Tritanopia (Blue-blind)

#CB5B56 — rgb(203, 91, 86)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 81%, 46%);

text

color: hsl(322, 81%, 46%);

border

border: 2px solid hsl(322, 81%, 46%);

gradient light

background: linear-gradient(to right, hsl(322, 81%, 66%), hsl(322, 81%, 46%));

gradient dark

background: linear-gradient(to right, hsl(322, 81%, 46%), hsl(322, 81%, 26%))

hex

background-color: #D4168F;

tailwind

bg-[hsl(322,81%,46%)]

box shadow

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

css variable

--color-primary: hsl(322, 81%, 46%);

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, 81%, 46%)?

HEX: #D4168F | RGB: rgb(212, 22, 143) | CMYK: 0%, 90%, 33%, 17% | HSV: 322°, 90%, 83%. Copy any format from the conversion table above.

What colors go well with #D4168F?

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

As HSL: color: hsl(322, 81%, 46%); — As HEX: color: #D4168F; — As RGB: color: rgb(212, 22, 143); — Tailwind CSS: bg-[hsl(322,81%,46%)] — CSS variable: --color-primary: hsl(322, 81%, 46%);