HSL(334, 99%, 88%)

Very Light Pink — Pink color

Adjust Color

Color Information

Color Name

Very Light Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(334,99%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(334, 99%, 88%) color: hsl(334, 99%, 88%)
HEX #FFC2DC color: #FFC2DC
RGB rgb(255, 194, 220) color: rgb(255, 194, 220)
CMYK cmyk(0%, 24%, 14%, 0%)
HSV hsv(334, 24%, 100%)
HWB hwb(334 76% 0%) color: hwb(334 76% 0%)
OKLCH oklch(0.8762 0.0769 351.45) color: oklch(0.8762 0.0769 351.45)
Lab lab(84.49 25.68 -4.44) color: lab(84.49 25.68 -4.44)
LCH lch(84.49 26.06 350.19) color: lch(84.49 26.06 350.19)

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.5:1
vs Black 14: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)

#E5E4D6 — rgb(229, 228, 214)

Deuteranopia (Green-blind)

#E8EDD4 — rgb(232, 237, 212)

Tritanopia (Blue-blind)

#FCD1D0 — rgb(252, 209, 208)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(334, 99%, 88%);

text

color: hsl(334, 99%, 88%);

border

border: 2px solid hsl(334, 99%, 88%);

gradient light

background: linear-gradient(to right, hsl(334, 99%, 100%), hsl(334, 99%, 88%));

gradient dark

background: linear-gradient(to right, hsl(334, 99%, 88%), hsl(334, 99%, 68%))

hex

background-color: #FFC2DC;

tailwind

bg-[hsl(334,99%,88%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(334, 99%, 88%, 0.4);

css variable

--color-primary: hsl(334, 99%, 88%);

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(334, 99%, 88%)?

HEX: #FFC2DC | RGB: rgb(255, 194, 220) | CMYK: 0%, 24%, 14%, 0% | HSV: 334°, 24%, 100%. Copy any format from the conversion table above.

What colors go well with #FFC2DC?

The complementary color is HSL(154, 99%, 88%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(334, 99%, 88%) in CSS?

As HSL: color: hsl(334, 99%, 88%); — As HEX: color: #FFC2DC; — As RGB: color: rgb(255, 194, 220); — Tailwind CSS: bg-[hsl(334,99%,88%)] — CSS variable: --color-primary: hsl(334, 99%, 88%);