HSL(293, 27%, 48%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(293,27%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(293, 27%, 48%) color: hsl(293, 27%, 48%)
HEX #94599B color: #94599B
RGB rgb(148, 89, 155) color: rgb(148, 89, 155)
CMYK cmyk(5%, 43%, 0%, 39%)
HSV hsv(294, 43%, 61%)
HWB hwb(294 35% 39%) color: hwb(294 35% 39%)
OKLCH oklch(0.555 0.1192 323.14) color: oklch(0.555 0.1192 323.14)
Lab lab(46.72 35.25 -26.08) color: lab(46.72 35.25 -26.08)
LCH lch(46.72 43.85 323.5) color: lch(46.72 43.85 323.5)

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 5.05:1
vs Black 4.16:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#7A7A8B — rgb(122, 122, 139)

Deuteranopia (Green-blind)

#7E8287 — rgb(126, 130, 135)

Tritanopia (Blue-blind)

#917E7C — rgb(145, 126, 124)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(293, 27%, 48%);

text

color: hsl(293, 27%, 48%);

border

border: 2px solid hsl(293, 27%, 48%);

gradient light

background: linear-gradient(to right, hsl(293, 27%, 68%), hsl(293, 27%, 48%));

gradient dark

background: linear-gradient(to right, hsl(293, 27%, 48%), hsl(293, 27%, 28%))

hex

background-color: #94599B;

tailwind

bg-[hsl(293,27%,48%)]

box shadow

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

css variable

--color-primary: hsl(293, 27%, 48%);

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

HEX: #94599B | RGB: rgb(148, 89, 155) | CMYK: 5%, 43%, 0%, 39% | HSV: 294°, 43%, 61%. Copy any format from the conversion table above.

What colors go well with #94599B?

The complementary color is HSL(113, 27%, 48%). 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, 27%, 48%) in CSS?

As HSL: color: hsl(293, 27%, 48%); — As HEX: color: #94599B; — As RGB: color: rgb(148, 89, 155); — Tailwind CSS: bg-[hsl(293,27%,48%)] — CSS variable: --color-primary: hsl(293, 27%, 48%);