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

Color Conversions

Format Value CSS Usage
HSL hsl(298, 25%, 92%) color: hsl(298, 25%, 92%)
HEX #EFE6F0 color: #EFE6F0
RGB rgb(239, 230, 240) color: rgb(239, 230, 240)
CMYK cmyk(0%, 4%, 0%, 6%)
HSV hsv(294, 4%, 94%)
HWB hwb(294 90% 6%) color: hwb(294 90% 6%)
OKLCH oklch(0.9349 0.0164 322.7) color: oklch(0.9349 0.0164 322.7)
Lab lab(92.24 4.8 -3.76) color: lab(92.24 4.8 -3.76)
LCH lch(92.24 6.1 321.93) color: lch(92.24 6.1 321.93)

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.22:1
vs Black 17.25: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)

#EBEBEE — rgb(235, 235, 238)

Deuteranopia (Green-blind)

#ECECED — rgb(236, 236, 237)

Tritanopia (Blue-blind)

#EFECEB — rgb(239, 236, 235)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #EFE6F0;

tailwind

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

box shadow

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

css variable

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

HEX: #EFE6F0 | RGB: rgb(239, 230, 240) | CMYK: 0%, 4%, 0%, 6% | HSV: 294°, 4%, 94%. Copy any format from the conversion table above.

What colors go well with #EFE6F0?

The complementary color is HSL(118, 25%, 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, 25%, 92%) in CSS?

As HSL: color: hsl(298, 25%, 92%); — As HEX: color: #EFE6F0; — As RGB: color: rgb(239, 230, 240); — Tailwind CSS: bg-[hsl(298,25%,92%)] — CSS variable: --color-primary: hsl(298, 25%, 92%);