HSL(288, 95%, 92%)

Very Light Purple — Purple color

Adjust Color

Color Information

Color Name

Very Light Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(288,95%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(288, 95%, 92%) color: hsl(288, 95%, 92%)
HEX #F6D7FE color: #F6D7FE
RGB rgb(246, 215, 254) color: rgb(246, 215, 254)
CMYK cmyk(3%, 15%, 0%, 0%)
HSV hsv(288, 15%, 100%)
HWB hwb(288 85% 0%) color: hwb(288 85% 0%)
OKLCH oklch(0.9167 0.0617 319.28) color: oklch(0.9167 0.0617 319.28)
Lab lab(89.56 17.48 -15.01) color: lab(89.56 17.48 -15.01)
LCH lch(89.56 23.04 319.35) color: lch(89.56 23.04 319.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.31:1
vs Black 16.07: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)

#E9E8F5 — rgb(233, 232, 245)

Deuteranopia (Green-blind)

#EAEDF2 — rgb(234, 237, 242)

Tritanopia (Blue-blind)

#F4EDEB — rgb(244, 237, 235)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(288, 95%, 92%);

text

color: hsl(288, 95%, 92%);

border

border: 2px solid hsl(288, 95%, 92%);

gradient light

background: linear-gradient(to right, hsl(288, 95%, 100%), hsl(288, 95%, 92%));

gradient dark

background: linear-gradient(to right, hsl(288, 95%, 92%), hsl(288, 95%, 72%))

hex

background-color: #F6D7FE;

tailwind

bg-[hsl(288,95%,92%)]

box shadow

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

css variable

--color-primary: hsl(288, 95%, 92%);

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(288, 95%, 92%)?

HEX: #F6D7FE | RGB: rgb(246, 215, 254) | CMYK: 3%, 15%, 0%, 0% | HSV: 288°, 15%, 100%. Copy any format from the conversion table above.

What colors go well with #F6D7FE?

The complementary color is HSL(108, 95%, 92%). For a triadic harmony, use hues 288°, 48°, and 168°. For analogous combinations, try hues 258° and 318°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(288, 95%, 92%) in CSS?

As HSL: color: hsl(288, 95%, 92%); — As HEX: color: #F6D7FE; — As RGB: color: rgb(246, 215, 254); — Tailwind CSS: bg-[hsl(288,95%,92%)] — CSS variable: --color-primary: hsl(288, 95%, 92%);