HSL(311, 89%, 91%)

Very Light Purple — Purple color

Adjust Color

Color Information

Color Name

Very Light Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(311,89%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(311, 89%, 91%) color: hsl(311, 89%, 91%)
HEX #FCD4F5 color: #FCD4F5
RGB rgb(252, 212, 245) color: rgb(252, 212, 245)
CMYK cmyk(0%, 16%, 3%, 1%)
HSV hsv(311, 16%, 99%)
HWB hwb(311 83% 1%) color: hwb(311 83% 1%)
OKLCH oklch(0.9135 0.0618 332.02) color: oklch(0.9135 0.0618 332.02)
Lab lab(89.1 19.4 -10.9) color: lab(89.1 19.4 -10.9)
LCH lch(89.1 22.25 330.67) color: lch(89.1 22.25 330.67)

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.32:1
vs Black 15.87: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)

#EBEAED — rgb(235, 234, 237)

Deuteranopia (Green-blind)

#EDF0EB — rgb(237, 240, 235)

Tritanopia (Blue-blind)

#FAE7E5 — rgb(250, 231, 229)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(311, 89%, 91%);

text

color: hsl(311, 89%, 91%);

border

border: 2px solid hsl(311, 89%, 91%);

gradient light

background: linear-gradient(to right, hsl(311, 89%, 100%), hsl(311, 89%, 91%));

gradient dark

background: linear-gradient(to right, hsl(311, 89%, 91%), hsl(311, 89%, 71%))

hex

background-color: #FCD4F5;

tailwind

bg-[hsl(311,89%,91%)]

box shadow

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

css variable

--color-primary: hsl(311, 89%, 91%);

Related Colors

Use Cases for Very Light Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(311, 89%, 91%)?

HEX: #FCD4F5 | RGB: rgb(252, 212, 245) | CMYK: 0%, 16%, 3%, 1% | HSV: 311°, 16%, 99%. Copy any format from the conversion table above.

What colors go well with #FCD4F5?

The complementary color is HSL(131, 89%, 91%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(311, 89%, 91%) in CSS?

As HSL: color: hsl(311, 89%, 91%); — As HEX: color: #FCD4F5; — As RGB: color: rgb(252, 212, 245); — Tailwind CSS: bg-[hsl(311,89%,91%)] — CSS variable: --color-primary: hsl(311, 89%, 91%);