HSL(292, 25%, 51%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(292, 25%, 51%) color: hsl(292, 25%, 51%)
HEX #9963A1 color: #9963A1
RGB rgb(153, 99, 161) color: rgb(153, 99, 161)
CMYK cmyk(5%, 39%, 0%, 37%)
HSV hsv(292, 39%, 63%)
HWB hwb(292 38% 37%) color: hwb(292 38% 37%)
OKLCH oklch(0.5805 0.1106 322.21) color: oklch(0.5805 0.1106 322.21)
Lab lab(49.82 32.45 -24.77) color: lab(49.82 32.45 -24.77)
LCH lch(49.82 40.82 322.64) color: lch(49.82 40.82 322.64)

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 4.51:1
vs Black 4.65:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#828192 — rgb(130, 129, 146)

Deuteranopia (Green-blind)

#85898E — rgb(133, 137, 142)

Tritanopia (Blue-blind)

#968684 — rgb(150, 134, 132)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(292, 25%, 71%), hsl(292, 25%, 51%));

gradient dark

background: linear-gradient(to right, hsl(292, 25%, 51%), hsl(292, 25%, 31%))

hex

background-color: #9963A1;

tailwind

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

box shadow

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

css variable

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

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%, 51%)?

HEX: #9963A1 | RGB: rgb(153, 99, 161) | CMYK: 5%, 39%, 0%, 37% | HSV: 292°, 39%, 63%. Copy any format from the conversion table above.

What colors go well with #9963A1?

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

As HSL: color: hsl(292, 25%, 51%); — As HEX: color: #9963A1; — As RGB: color: rgb(153, 99, 161); — Tailwind CSS: bg-[hsl(292,25%,51%)] — CSS variable: --color-primary: hsl(292, 25%, 51%);