HSL(334, 89%, 41%)

Vivid Pink — Pink color

Adjust Color

Color Information

Color Name

Vivid Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(334,89%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(334, 89%, 41%) color: hsl(334, 89%, 41%)
HEX #C60C5C color: #C60C5C
RGB rgb(198, 12, 92) color: rgb(198, 12, 92)
CMYK cmyk(0%, 94%, 54%, 22%)
HSV hsv(334, 94%, 78%)
HWB hwb(334 5% 22%) color: hwb(334 5% 22%)
OKLCH oklch(0.5346 0.2101 5.28) color: oklch(0.5346 0.2101 5.28)
Lab lab(42.83 68.28 7.43) color: lab(42.83 68.28 7.43)
LCH lch(42.83 68.68 6.21) color: lch(42.83 68.68 6.21)

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 5.82:1
vs Black 3.61: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)

#757449 — rgb(117, 116, 73)

Deuteranopia (Green-blind)

#808E44 — rgb(128, 142, 68)

Tritanopia (Blue-blind)

#BD3936 — rgb(189, 57, 54)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(334, 89%, 41%);

text

color: hsl(334, 89%, 41%);

border

border: 2px solid hsl(334, 89%, 41%);

gradient light

background: linear-gradient(to right, hsl(334, 89%, 61%), hsl(334, 89%, 41%));

gradient dark

background: linear-gradient(to right, hsl(334, 89%, 41%), hsl(334, 89%, 21%))

hex

background-color: #C60C5C;

tailwind

bg-[hsl(334,89%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(334, 89%, 41%, 0.4);

css variable

--color-primary: hsl(334, 89%, 41%);

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(334, 89%, 41%)?

HEX: #C60C5C | RGB: rgb(198, 12, 92) | CMYK: 0%, 94%, 54%, 22% | HSV: 334°, 94%, 78%. Copy any format from the conversion table above.

What colors go well with #C60C5C?

The complementary color is HSL(154, 89%, 41%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(334, 89%, 41%) in CSS?

As HSL: color: hsl(334, 89%, 41%); — As HEX: color: #C60C5C; — As RGB: color: rgb(198, 12, 92); — Tailwind CSS: bg-[hsl(334,89%,41%)] — CSS variable: --color-primary: hsl(334, 89%, 41%);