HSL(327, 90%, 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(327,90%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 90%, 45%) color: hsl(327, 90%, 45%)
HEX #DA0B7D color: #DA0B7D
RGB rgb(218, 11, 125) color: rgb(218, 11, 125)
CMYK cmyk(0%, 95%, 43%, 15%)
HSV hsv(327, 95%, 85%)
HWB hwb(327 4% 15%) color: hwb(327 4% 15%)
OKLCH oklch(0.5808 0.2336 356.77) color: oklch(0.5808 0.2336 356.77)
Lab lab(47.79 75.53 -5.36) color: lab(47.79 75.53 -5.36)
LCH lch(47.79 75.72 355.94) color: lch(47.79 75.72 355.94)

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

#807F61 — rgb(128, 127, 97)

Deuteranopia (Green-blind)

#8C9C5B — rgb(140, 156, 91)

Tritanopia (Blue-blind)

#D04C47 — rgb(208, 76, 71)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 90%, 45%);

text

color: hsl(327, 90%, 45%);

border

border: 2px solid hsl(327, 90%, 45%);

gradient light

background: linear-gradient(to right, hsl(327, 90%, 65%), hsl(327, 90%, 45%));

gradient dark

background: linear-gradient(to right, hsl(327, 90%, 45%), hsl(327, 90%, 25%))

hex

background-color: #DA0B7D;

tailwind

bg-[hsl(327,90%,45%)]

box shadow

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

css variable

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

HEX: #DA0B7D | RGB: rgb(218, 11, 125) | CMYK: 0%, 95%, 43%, 15% | HSV: 327°, 95%, 85%. Copy any format from the conversion table above.

What colors go well with #DA0B7D?

The complementary color is HSL(147, 90%, 45%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(327, 90%, 45%) in CSS?

As HSL: color: hsl(327, 90%, 45%); — As HEX: color: #DA0B7D; — As RGB: color: rgb(218, 11, 125); — Tailwind CSS: bg-[hsl(327,90%,45%)] — CSS variable: --color-primary: hsl(327, 90%, 45%);