HSL(325, 60%, 90%)

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,60%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(325, 60%, 90%) color: hsl(325, 60%, 90%)
HEX #F5D6E8 color: #F5D6E8
RGB rgb(245, 214, 232) color: rgb(245, 214, 232)
CMYK cmyk(0%, 13%, 5%, 4%)
HSV hsv(325, 13%, 96%)
HWB hwb(325 84% 4%) color: hwb(325 84% 4%)
OKLCH oklch(0.907 0.0416 342.18) color: oklch(0.907 0.0416 342.18)
Lab lab(88.61 13.74 -4.85) color: lab(88.61 13.74 -4.85)
LCH lch(88.61 14.57 340.56) color: lch(88.61 14.57 340.56)

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.34:1
vs Black 15.67: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)

#E8E7E4 — rgb(232, 231, 228)

Deuteranopia (Green-blind)

#E9ECE3 — rgb(233, 236, 227)

Tritanopia (Blue-blind)

#F3E0DF — rgb(243, 224, 223)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(325, 60%, 90%);

text

color: hsl(325, 60%, 90%);

border

border: 2px solid hsl(325, 60%, 90%);

gradient light

background: linear-gradient(to right, hsl(325, 60%, 100%), hsl(325, 60%, 90%));

gradient dark

background: linear-gradient(to right, hsl(325, 60%, 90%), hsl(325, 60%, 70%))

hex

background-color: #F5D6E8;

tailwind

bg-[hsl(325,60%,90%)]

box shadow

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

css variable

--color-primary: hsl(325, 60%, 90%);

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, 60%, 90%)?

HEX: #F5D6E8 | RGB: rgb(245, 214, 232) | CMYK: 0%, 13%, 5%, 4% | HSV: 325°, 13%, 96%. Copy any format from the conversion table above.

What colors go well with #F5D6E8?

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

As HSL: color: hsl(325, 60%, 90%); — As HEX: color: #F5D6E8; — As RGB: color: rgb(245, 214, 232); — Tailwind CSS: bg-[hsl(325,60%,90%)] — CSS variable: --color-primary: hsl(325, 60%, 90%);