HSL(292, 14%, 92%)

Very Light Purple — Purple color

Adjust Color

Color Information

Color Name

Very Light Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(292,14%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(292, 14%, 92%) color: hsl(292, 14%, 92%)
HEX #EDE8ED color: #EDE8ED
RGB rgb(237, 232, 237) color: rgb(237, 232, 237)
CMYK cmyk(0%, 2%, 0%, 7%)
HSV hsv(300, 2%, 93%)
HWB hwb(300 91% 7%) color: hwb(300 91% 7%)
OKLCH oklch(0.9363 0.0085 325.64) color: oklch(0.9363 0.0085 325.64)
Lab lab(92.5 2.56 -1.82) color: lab(92.5 2.56 -1.82)
LCH lch(92.5 3.14 324.59) color: lch(92.5 3.14 324.59)

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.21:1
vs Black 17.37: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)

#EBEBEC — rgb(235, 235, 236)

Deuteranopia (Green-blind)

#EBECEC — rgb(235, 236, 236)

Tritanopia (Blue-blind)

#EDEBEB — rgb(237, 235, 235)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(292, 14%, 92%);

text

color: hsl(292, 14%, 92%);

border

border: 2px solid hsl(292, 14%, 92%);

gradient light

background: linear-gradient(to right, hsl(292, 14%, 100%), hsl(292, 14%, 92%));

gradient dark

background: linear-gradient(to right, hsl(292, 14%, 92%), hsl(292, 14%, 72%))

hex

background-color: #EDE8ED;

tailwind

bg-[hsl(292,14%,92%)]

box shadow

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

css variable

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

HEX: #EDE8ED | RGB: rgb(237, 232, 237) | CMYK: 0%, 2%, 0%, 7% | HSV: 300°, 2%, 93%. Copy any format from the conversion table above.

What colors go well with #EDE8ED?

The complementary color is HSL(112, 14%, 92%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(292, 14%, 92%) in CSS?

As HSL: color: hsl(292, 14%, 92%); — As HEX: color: #EDE8ED; — As RGB: color: rgb(237, 232, 237); — Tailwind CSS: bg-[hsl(292,14%,92%)] — CSS variable: --color-primary: hsl(292, 14%, 92%);