HSL(316, 90%, 57%)

Vivid Pink — Pink color

Adjust Color

Color Information

Color Name

Vivid Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,90%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 90%, 57%) color: hsl(316, 90%, 57%)
HEX #F42FBF color: #F42FBF
RGB rgb(244, 47, 191) color: rgb(244, 47, 191)
CMYK cmyk(0%, 81%, 22%, 4%)
HSV hsv(316, 81%, 96%)
HWB hwb(316 18% 4%) color: hwb(316 18% 4%)
OKLCH oklch(0.665 0.2606 342.04) color: oklch(0.665 0.2606 342.04)
Lab lab(57.11 82.31 -29.88) color: lab(57.11 82.31 -29.88)
LCH lch(57.11 87.57 340.05) color: lch(57.11 87.57 340.05)

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 3.5:1
vs Black 6.01: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)

#9F9D9C — rgb(159, 157, 156)

Deuteranopia (Green-blind)

#AAB994 — rgb(170, 185, 148)

Tritanopia (Blue-blind)

#EA817B — rgb(234, 129, 123)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 90%, 57%);

text

color: hsl(316, 90%, 57%);

border

border: 2px solid hsl(316, 90%, 57%);

gradient light

background: linear-gradient(to right, hsl(316, 90%, 77%), hsl(316, 90%, 57%));

gradient dark

background: linear-gradient(to right, hsl(316, 90%, 57%), hsl(316, 90%, 37%))

hex

background-color: #F42FBF;

tailwind

bg-[hsl(316,90%,57%)]

box shadow

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

css variable

--color-primary: hsl(316, 90%, 57%);

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(316, 90%, 57%)?

HEX: #F42FBF | RGB: rgb(244, 47, 191) | CMYK: 0%, 81%, 22%, 4% | HSV: 316°, 81%, 96%. Copy any format from the conversion table above.

What colors go well with #F42FBF?

The complementary color is HSL(136, 90%, 57%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(316, 90%, 57%) in CSS?

As HSL: color: hsl(316, 90%, 57%); — As HEX: color: #F42FBF; — As RGB: color: rgb(244, 47, 191); — Tailwind CSS: bg-[hsl(316,90%,57%)] — CSS variable: --color-primary: hsl(316, 90%, 57%);