HSL(292, 25%, 78%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(292,25%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(292, 25%, 78%) color: hsl(292, 25%, 78%)
HEX #D1B9D5 color: #D1B9D5
RGB rgb(209, 185, 213) color: rgb(209, 185, 213)
CMYK cmyk(2%, 13%, 0%, 16%)
HSV hsv(291, 13%, 84%)
HWB hwb(291 73% 16%) color: hwb(291 73% 16%)
OKLCH oklch(0.8147 0.0468 321.43) color: oklch(0.8147 0.0468 321.43)
Lab lab(77.91 13.52 -10.9) color: lab(77.91 13.52 -10.9)
LCH lch(77.91 17.37 321.12) color: lch(77.91 17.37 321.12)

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.81:1
vs Black 11.61: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)

#C7C6CE — rgb(199, 198, 206)

Deuteranopia (Green-blind)

#C8CACD — rgb(200, 202, 205)

Tritanopia (Blue-blind)

#D0C9C8 — rgb(208, 201, 200)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(292, 25%, 78%);

text

color: hsl(292, 25%, 78%);

border

border: 2px solid hsl(292, 25%, 78%);

gradient light

background: linear-gradient(to right, hsl(292, 25%, 98%), hsl(292, 25%, 78%));

gradient dark

background: linear-gradient(to right, hsl(292, 25%, 78%), hsl(292, 25%, 58%))

hex

background-color: #D1B9D5;

tailwind

bg-[hsl(292,25%,78%)]

box shadow

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

css variable

--color-primary: hsl(292, 25%, 78%);

Related Colors

Use Cases for Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(292, 25%, 78%)?

HEX: #D1B9D5 | RGB: rgb(209, 185, 213) | CMYK: 2%, 13%, 0%, 16% | HSV: 291°, 13%, 84%. Copy any format from the conversion table above.

What colors go well with #D1B9D5?

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

As HSL: color: hsl(292, 25%, 78%); — As HEX: color: #D1B9D5; — As RGB: color: rgb(209, 185, 213); — Tailwind CSS: bg-[hsl(292,25%,78%)] — CSS variable: --color-primary: hsl(292, 25%, 78%);