HSL(293, 30%, 65%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(293,30%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(293, 30%, 65%) color: hsl(293, 30%, 65%)
HEX #BA8BC1 color: #BA8BC1
RGB rgb(186, 139, 193) color: rgb(186, 139, 193)
CMYK cmyk(4%, 28%, 0%, 24%)
HSV hsv(292, 28%, 76%)
HWB hwb(292 55% 24%) color: hwb(292 55% 24%)
OKLCH oklch(0.7 0.0932 322.07) color: oklch(0.7 0.0932 322.07)
Lab lab(63.96 27.22 -21.13) color: lab(63.96 27.22 -21.13)
LCH lch(63.96 34.46 322.18) color: lch(63.96 34.46 322.18)

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 2.78:1
vs Black 7.55: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)

#A6A5B4 — rgb(166, 165, 180)

Deuteranopia (Green-blind)

#A8ACB1 — rgb(168, 172, 177)

Tritanopia (Blue-blind)

#B8AAA7 — rgb(184, 170, 167)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(293, 30%, 65%);

text

color: hsl(293, 30%, 65%);

border

border: 2px solid hsl(293, 30%, 65%);

gradient light

background: linear-gradient(to right, hsl(293, 30%, 85%), hsl(293, 30%, 65%));

gradient dark

background: linear-gradient(to right, hsl(293, 30%, 65%), hsl(293, 30%, 45%))

hex

background-color: #BA8BC1;

tailwind

bg-[hsl(293,30%,65%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(293, 30%, 65%, 0.4);

css variable

--color-primary: hsl(293, 30%, 65%);

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(293, 30%, 65%)?

HEX: #BA8BC1 | RGB: rgb(186, 139, 193) | CMYK: 4%, 28%, 0%, 24% | HSV: 292°, 28%, 76%. Copy any format from the conversion table above.

What colors go well with #BA8BC1?

The complementary color is HSL(113, 30%, 65%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(293, 30%, 65%) in CSS?

As HSL: color: hsl(293, 30%, 65%); — As HEX: color: #BA8BC1; — As RGB: color: rgb(186, 139, 193); — Tailwind CSS: bg-[hsl(293,30%,65%)] — CSS variable: --color-primary: hsl(293, 30%, 65%);