HSL(298, 93%, 20%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(298,93%,20%)]

Color Conversions

Format Value CSS Usage
HSL hsl(298, 93%, 20%) color: hsl(298, 93%, 20%)
HEX #5F0462 color: #5F0462
RGB rgb(95, 4, 98) color: rgb(95, 4, 98)
CMYK cmyk(3%, 96%, 0%, 62%)
HSV hsv(298, 96%, 38%)
HWB hwb(298 2% 62%) color: hwb(298 2% 62%)
OKLCH oklch(0.3451 0.1558 326.73) color: oklch(0.3451 0.1558 326.73)
Lab lab(21.59 47.24 -30.66) color: lab(21.59 47.24 -30.66)
LCH lch(21.59 56.32 327.02) color: lch(21.59 56.32 327.02)

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 12.5:1
vs Black 1.68:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#38374B — rgb(56, 55, 75)

Deuteranopia (Green-blind)

#3D4446 — rgb(61, 68, 70)

Tritanopia (Blue-blind)

#5A3935 — rgb(90, 57, 53)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(298, 93%, 20%);

text

color: hsl(298, 93%, 20%);

border

border: 2px solid hsl(298, 93%, 20%);

gradient light

background: linear-gradient(to right, hsl(298, 93%, 40%), hsl(298, 93%, 20%));

gradient dark

background: linear-gradient(to right, hsl(298, 93%, 20%), hsl(298, 93%, 0%))

hex

background-color: #5F0462;

tailwind

bg-[hsl(298,93%,20%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(298, 93%, 20%, 0.4);

css variable

--color-primary: hsl(298, 93%, 20%);

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(298, 93%, 20%)?

HEX: #5F0462 | RGB: rgb(95, 4, 98) | CMYK: 3%, 96%, 0%, 62% | HSV: 298°, 96%, 38%. Copy any format from the conversion table above.

What colors go well with #5F0462?

The complementary color is HSL(118, 93%, 20%). For a triadic harmony, use hues 298°, 58°, and 178°. For analogous combinations, try hues 268° and 328°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(298, 93%, 20%) in CSS?

As HSL: color: hsl(298, 93%, 20%); — As HEX: color: #5F0462; — As RGB: color: rgb(95, 4, 98); — Tailwind CSS: bg-[hsl(298,93%,20%)] — CSS variable: --color-primary: hsl(298, 93%, 20%);