HSL(298, 45%, 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(298,45%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(298, 45%, 92%) color: hsl(298, 45%, 92%)
HEX #F3E1F4 color: #F3E1F4
RGB rgb(243, 225, 244) color: rgb(243, 225, 244)
CMYK cmyk(0%, 8%, 0%, 4%)
HSV hsv(297, 8%, 96%)
HWB hwb(297 88% 4%) color: hwb(297 88% 4%)
OKLCH oklch(0.9297 0.0318 324.25) color: oklch(0.9297 0.0318 324.25)
Lab lab(91.43 9.44 -7) color: lab(91.43 9.44 -7)
LCH lch(91.43 11.75 323.44) color: lch(91.43 11.75 323.44)

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.24:1
vs Black 16.89: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)

#EBEBEF — rgb(235, 235, 239)

Deuteranopia (Green-blind)

#ECEEEE — rgb(236, 238, 238)

Tritanopia (Blue-blind)

#F2ECEB — rgb(242, 236, 235)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(298, 45%, 92%);

text

color: hsl(298, 45%, 92%);

border

border: 2px solid hsl(298, 45%, 92%);

gradient light

background: linear-gradient(to right, hsl(298, 45%, 100%), hsl(298, 45%, 92%));

gradient dark

background: linear-gradient(to right, hsl(298, 45%, 92%), hsl(298, 45%, 72%))

hex

background-color: #F3E1F4;

tailwind

bg-[hsl(298,45%,92%)]

box shadow

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

css variable

--color-primary: hsl(298, 45%, 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(298, 45%, 92%)?

HEX: #F3E1F4 | RGB: rgb(243, 225, 244) | CMYK: 0%, 8%, 0%, 4% | HSV: 297°, 8%, 96%. Copy any format from the conversion table above.

What colors go well with #F3E1F4?

The complementary color is HSL(118, 45%, 92%). For a triadic harmony, use hues 298°, 58°, and 178°. For analogous combinations, try hues 268° and 328°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(298, 45%, 92%) in CSS?

As HSL: color: hsl(298, 45%, 92%); — As HEX: color: #F3E1F4; — As RGB: color: rgb(243, 225, 244); — Tailwind CSS: bg-[hsl(298,45%,92%)] — CSS variable: --color-primary: hsl(298, 45%, 92%);