HSL(319, 90%, 92%)

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(319,90%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(319, 90%, 92%) color: hsl(319, 90%, 92%)
HEX #FDD8F1 color: #FDD8F1
RGB rgb(253, 216, 241) color: rgb(253, 216, 241)
CMYK cmyk(0%, 15%, 5%, 1%)
HSV hsv(319, 15%, 99%)
HWB hwb(319 84% 1%) color: hwb(319 84% 1%)
OKLCH oklch(0.9204 0.0522 337.97) color: oklch(0.9204 0.0522 337.97)
Lab lab(90.02 16.94 -7.42) color: lab(90.02 16.94 -7.42)
LCH lch(90.02 18.49 336.35) color: lch(90.02 18.49 336.35)

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.29:1
vs Black 16.27: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)

#EDEDEB — rgb(237, 237, 235)

Deuteranopia (Green-blind)

#EFF2EA — rgb(239, 242, 234)

Tritanopia (Blue-blind)

#FBE6E5 — rgb(251, 230, 229)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(319, 90%, 92%);

text

color: hsl(319, 90%, 92%);

border

border: 2px solid hsl(319, 90%, 92%);

gradient light

background: linear-gradient(to right, hsl(319, 90%, 100%), hsl(319, 90%, 92%));

gradient dark

background: linear-gradient(to right, hsl(319, 90%, 92%), hsl(319, 90%, 72%))

hex

background-color: #FDD8F1;

tailwind

bg-[hsl(319,90%,92%)]

box shadow

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

css variable

--color-primary: hsl(319, 90%, 92%);

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(319, 90%, 92%)?

HEX: #FDD8F1 | RGB: rgb(253, 216, 241) | CMYK: 0%, 15%, 5%, 1% | HSV: 319°, 15%, 99%. Copy any format from the conversion table above.

What colors go well with #FDD8F1?

The complementary color is HSL(139, 90%, 92%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(319, 90%, 92%) in CSS?

As HSL: color: hsl(319, 90%, 92%); — As HEX: color: #FDD8F1; — As RGB: color: rgb(253, 216, 241); — Tailwind CSS: bg-[hsl(319,90%,92%)] — CSS variable: --color-primary: hsl(319, 90%, 92%);