HSL(331, 97%, 61%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(331,97%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(331, 97%, 61%) color: hsl(331, 97%, 61%)
HEX #FC3B98 color: #FC3B98
RGB rgb(252, 59, 152) color: rgb(252, 59, 152)
CMYK cmyk(0%, 77%, 40%, 1%)
HSV hsv(331, 77%, 99%)
HWB hwb(331 23% 1%) color: hwb(331 23% 1%)
OKLCH oklch(0.6703 0.2369 356.74) color: oklch(0.6703 0.2369 356.74)
Lab lab(58.13 76.93 -5.5) color: lab(58.13 76.93 -5.5)
LCH lch(58.13 77.13 355.91) color: lch(58.13 77.13 355.91)

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.38:1
vs Black 6.22: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)

#A8A781 — rgb(168, 167, 129)

Deuteranopia (Green-blind)

#B4C27C — rgb(180, 194, 124)

Tritanopia (Blue-blind)

#F2706C — rgb(242, 112, 108)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(331, 97%, 61%);

text

color: hsl(331, 97%, 61%);

border

border: 2px solid hsl(331, 97%, 61%);

gradient light

background: linear-gradient(to right, hsl(331, 97%, 81%), hsl(331, 97%, 61%));

gradient dark

background: linear-gradient(to right, hsl(331, 97%, 61%), hsl(331, 97%, 41%))

hex

background-color: #FC3B98;

tailwind

bg-[hsl(331,97%,61%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(331, 97%, 61%, 0.4);

css variable

--color-primary: hsl(331, 97%, 61%);

Related Colors

Use Cases for Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(331, 97%, 61%)?

HEX: #FC3B98 | RGB: rgb(252, 59, 152) | CMYK: 0%, 77%, 40%, 1% | HSV: 331°, 77%, 99%. Copy any format from the conversion table above.

What colors go well with #FC3B98?

The complementary color is HSL(151, 97%, 61%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(331, 97%, 61%) in CSS?

As HSL: color: hsl(331, 97%, 61%); — As HEX: color: #FC3B98; — As RGB: color: rgb(252, 59, 152); — Tailwind CSS: bg-[hsl(331,97%,61%)] — CSS variable: --color-primary: hsl(331, 97%, 61%);