HSL(325, 63%, 91%)

Very Light Pink — Pink color

Adjust Color

Color Information

Color Name

Very Light Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(325,63%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(325, 63%, 91%) color: hsl(325, 63%, 91%)
HEX #F7DAEA color: #F7DAEA
RGB rgb(247, 218, 234) color: rgb(247, 218, 234)
CMYK cmyk(0%, 12%, 5%, 3%)
HSV hsv(327, 12%, 97%)
HWB hwb(327 85% 3%) color: hwb(327 85% 3%)
OKLCH oklch(0.9168 0.0382 343.52) color: oklch(0.9168 0.0382 343.52)
Lab lab(89.79 12.67 -4.14) color: lab(89.79 12.67 -4.14)
LCH lch(89.79 13.33 341.9) color: lch(89.79 13.33 341.9)

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 1.3:1
vs Black 16.17: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)

#EAEAE6 — rgb(234, 234, 230)

Deuteranopia (Green-blind)

#ECEEE5 — rgb(236, 238, 229)

Tritanopia (Blue-blind)

#F6E3E2 — rgb(246, 227, 226)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(325, 63%, 91%);

text

color: hsl(325, 63%, 91%);

border

border: 2px solid hsl(325, 63%, 91%);

gradient light

background: linear-gradient(to right, hsl(325, 63%, 100%), hsl(325, 63%, 91%));

gradient dark

background: linear-gradient(to right, hsl(325, 63%, 91%), hsl(325, 63%, 71%))

hex

background-color: #F7DAEA;

tailwind

bg-[hsl(325,63%,91%)]

box shadow

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

css variable

--color-primary: hsl(325, 63%, 91%);

Related Colors

Use Cases for Very Light Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(325, 63%, 91%)?

HEX: #F7DAEA | RGB: rgb(247, 218, 234) | CMYK: 0%, 12%, 5%, 3% | HSV: 327°, 12%, 97%. Copy any format from the conversion table above.

What colors go well with #F7DAEA?

The complementary color is HSL(145, 63%, 91%). 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, 63%, 91%) in CSS?

As HSL: color: hsl(325, 63%, 91%); — As HEX: color: #F7DAEA; — As RGB: color: rgb(247, 218, 234); — Tailwind CSS: bg-[hsl(325,63%,91%)] — CSS variable: --color-primary: hsl(325, 63%, 91%);