HSL(325, 92%, 72%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(325,92%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(325, 92%, 72%) color: hsl(325, 92%, 72%)
HEX #F976C3 color: #F976C3
RGB rgb(249, 118, 195) color: rgb(249, 118, 195)
CMYK cmyk(0%, 53%, 22%, 2%)
HSV hsv(325, 53%, 98%)
HWB hwb(325 46% 2%) color: hwb(325 46% 2%)
OKLCH oklch(0.7418 0.1808 346.1) color: oklch(0.7418 0.1808 346.1)
Lab lab(67.31 58.57 -16.46) color: lab(67.31 58.57 -16.46)
LCH lch(67.31 60.84 344.3) color: lch(67.31 60.84 344.3)

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 2.5:1
vs Black 8.41:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#C0BFB0 — rgb(192, 191, 176)

Deuteranopia (Green-blind)

#C8D2AC — rgb(200, 210, 172)

Tritanopia (Blue-blind)

#F2A29E — rgb(242, 162, 158)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(325, 92%, 72%);

text

color: hsl(325, 92%, 72%);

border

border: 2px solid hsl(325, 92%, 72%);

gradient light

background: linear-gradient(to right, hsl(325, 92%, 92%), hsl(325, 92%, 72%));

gradient dark

background: linear-gradient(to right, hsl(325, 92%, 72%), hsl(325, 92%, 52%))

hex

background-color: #F976C3;

tailwind

bg-[hsl(325,92%,72%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(325, 92%, 72%, 0.4);

css variable

--color-primary: hsl(325, 92%, 72%);

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(325, 92%, 72%)?

HEX: #F976C3 | RGB: rgb(249, 118, 195) | CMYK: 0%, 53%, 22%, 2% | HSV: 325°, 53%, 98%. Copy any format from the conversion table above.

What colors go well with #F976C3?

The complementary color is HSL(145, 92%, 72%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(325, 92%, 72%) in CSS?

As HSL: color: hsl(325, 92%, 72%); — As HEX: color: #F976C3; — As RGB: color: rgb(249, 118, 195); — Tailwind CSS: bg-[hsl(325,92%,72%)] — CSS variable: --color-primary: hsl(325, 92%, 72%);