HSL(322, 85%, 45%)

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,85%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 85%, 45%) color: hsl(322, 85%, 45%)
HEX #D4118D color: #D4118D
RGB rgb(212, 17, 141) color: rgb(212, 17, 141)
CMYK cmyk(0%, 92%, 33%, 17%)
HSV hsv(322, 92%, 83%)
HWB hwb(322 7% 17%) color: hwb(322 7% 17%)
OKLCH oklch(0.5778 0.2347 349.86) color: oklch(0.5778 0.2347 349.86)
Lab lab(47.4 75.15 -15.8) color: lab(47.4 75.15 -15.8)
LCH lch(47.4 76.79 348.13) color: lch(47.4 76.79 348.13)

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

#807E6F — rgb(128, 126, 111)

Deuteranopia (Green-blind)

#8B9A68 — rgb(139, 154, 104)

Tritanopia (Blue-blind)

#CA5752 — rgb(202, 87, 82)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 85%, 45%);

text

color: hsl(322, 85%, 45%);

border

border: 2px solid hsl(322, 85%, 45%);

gradient light

background: linear-gradient(to right, hsl(322, 85%, 65%), hsl(322, 85%, 45%));

gradient dark

background: linear-gradient(to right, hsl(322, 85%, 45%), hsl(322, 85%, 25%))

hex

background-color: #D4118D;

tailwind

bg-[hsl(322,85%,45%)]

box shadow

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

css variable

--color-primary: hsl(322, 85%, 45%);

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, 85%, 45%)?

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

What colors go well with #D4118D?

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

As HSL: color: hsl(322, 85%, 45%); — As HEX: color: #D4118D; — As RGB: color: rgb(212, 17, 141); — Tailwind CSS: bg-[hsl(322,85%,45%)] — CSS variable: --color-primary: hsl(322, 85%, 45%);