HSL(343, 90%, 52%)

Vivid Pink — Pink color

Adjust Color

Color Information

Color Name

Vivid Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(343,90%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(343, 90%, 52%) color: hsl(343, 90%, 52%)
HEX #F31655 color: #F31655
RGB rgb(243, 22, 85) color: rgb(243, 22, 85)
CMYK cmyk(0%, 91%, 65%, 5%)
HSV hsv(343, 91%, 95%)
HWB hwb(343 9% 5%) color: hwb(343 9% 5%)
OKLCH oklch(0.6182 0.2397 14.95) color: oklch(0.6182 0.2397 14.95)
Lab lab(52.16 77.39 25.92) color: lab(52.16 77.39 25.92)
LCH lch(52.16 81.62 18.52) color: lch(52.16 81.62 18.52)

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

#939146 — rgb(147, 145, 70)

Deuteranopia (Green-blind)

#A0B142 — rgb(160, 177, 66)

Tritanopia (Blue-blind)

#E83A37 — rgb(232, 58, 55)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(343, 90%, 52%);

text

color: hsl(343, 90%, 52%);

border

border: 2px solid hsl(343, 90%, 52%);

gradient light

background: linear-gradient(to right, hsl(343, 90%, 72%), hsl(343, 90%, 52%));

gradient dark

background: linear-gradient(to right, hsl(343, 90%, 52%), hsl(343, 90%, 32%))

hex

background-color: #F31655;

tailwind

bg-[hsl(343,90%,52%)]

box shadow

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

css variable

--color-primary: hsl(343, 90%, 52%);

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(343, 90%, 52%)?

HEX: #F31655 | RGB: rgb(243, 22, 85) | CMYK: 0%, 91%, 65%, 5% | HSV: 343°, 91%, 95%. Copy any format from the conversion table above.

What colors go well with #F31655?

The complementary color is HSL(163, 90%, 52%). For a triadic harmony, use hues 343°, 103°, and 223°. For analogous combinations, try hues 313° and 13°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(343, 90%, 52%) in CSS?

As HSL: color: hsl(343, 90%, 52%); — As HEX: color: #F31655; — As RGB: color: rgb(243, 22, 85); — Tailwind CSS: bg-[hsl(343,90%,52%)] — CSS variable: --color-primary: hsl(343, 90%, 52%);