HSL(333, 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(333,90%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(333, 90%, 52%) color: hsl(333, 90%, 52%)
HEX #F3167A color: #F3167A
RGB rgb(243, 22, 122) color: rgb(243, 22, 122)
CMYK cmyk(0%, 91%, 50%, 5%)
HSV hsv(333, 91%, 95%)
HWB hwb(333 9% 5%) color: hwb(333 9% 5%)
OKLCH oklch(0.6269 0.2452 2.95) color: oklch(0.6269 0.2452 2.95)
Lab lab(52.99 79.69 4.65) color: lab(52.99 79.69 4.65)
LCH lch(52.99 79.83 3.34) color: lch(52.99 79.83 3.34)

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.03:1
vs Black 5.21: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)

#939162 — rgb(147, 145, 98)

Deuteranopia (Green-blind)

#A0B15C — rgb(160, 177, 92)

Tritanopia (Blue-blind)

#E84F4B — rgb(232, 79, 75)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #F3167A;

tailwind

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

box shadow

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

css variable

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

HEX: #F3167A | RGB: rgb(243, 22, 122) | CMYK: 0%, 91%, 50%, 5% | HSV: 333°, 91%, 95%. Copy any format from the conversion table above.

What colors go well with #F3167A?

The complementary color is HSL(153, 90%, 52%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.

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

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