HSL(328, 49%, 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(328,49%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(328, 49%, 90%) color: hsl(328, 49%, 90%)
HEX #F2D9E6 color: #F2D9E6
RGB rgb(242, 217, 230) color: rgb(242, 217, 230)
CMYK cmyk(0%, 10%, 5%, 5%)
HSV hsv(329, 10%, 95%)
HWB hwb(329 86% 5%) color: hwb(329 86% 5%)
OKLCH oklch(0.9095 0.0324 345) color: oklch(0.9095 0.0324 345)
Lab lab(89.03 10.8 -3.21) color: lab(89.03 10.8 -3.21)
LCH lch(89.03 11.27 343.45) color: lch(89.03 11.27 343.45)

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.33:1
vs Black 15.84: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)

#E7E7E3 — rgb(231, 231, 227)

Deuteranopia (Green-blind)

#E9EBE2 — rgb(233, 235, 226)

Tritanopia (Blue-blind)

#F1E0E0 — rgb(241, 224, 224)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(328, 49%, 90%);

text

color: hsl(328, 49%, 90%);

border

border: 2px solid hsl(328, 49%, 90%);

gradient light

background: linear-gradient(to right, hsl(328, 49%, 100%), hsl(328, 49%, 90%));

gradient dark

background: linear-gradient(to right, hsl(328, 49%, 90%), hsl(328, 49%, 70%))

hex

background-color: #F2D9E6;

tailwind

bg-[hsl(328,49%,90%)]

box shadow

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

css variable

--color-primary: hsl(328, 49%, 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(328, 49%, 90%)?

HEX: #F2D9E6 | RGB: rgb(242, 217, 230) | CMYK: 0%, 10%, 5%, 5% | HSV: 329°, 10%, 95%. Copy any format from the conversion table above.

What colors go well with #F2D9E6?

The complementary color is HSL(148, 49%, 90%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(328, 49%, 90%) in CSS?

As HSL: color: hsl(328, 49%, 90%); — As HEX: color: #F2D9E6; — As RGB: color: rgb(242, 217, 230); — Tailwind CSS: bg-[hsl(328,49%,90%)] — CSS variable: --color-primary: hsl(328, 49%, 90%);