HSL(309, 89%, 46%)

Vivid Purple — Purple color

Adjust Color

Color Information

Color Name

Vivid Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(309,89%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(309, 89%, 46%) color: hsl(309, 89%, 46%)
HEX #DE0DBE color: #DE0DBE
RGB rgb(222, 13, 190) color: rgb(222, 13, 190)
CMYK cmyk(0%, 94%, 14%, 13%)
HSV hsv(309, 94%, 87%)
HWB hwb(309 5% 13%) color: hwb(309 5% 13%)
OKLCH oklch(0.6163 0.2675 336.75) color: oklch(0.6163 0.2675 336.75)
Lab lab(51.31 83.19 -38.65) color: lab(51.31 83.19 -38.65)
LCH lch(51.31 91.73 335.08) color: lch(51.31 91.73 335.08)

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.28:1
vs Black 4.91:1

AA Normal (4.5:1)

on White: FAIL ✗ 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)

#848293 — rgb(132, 130, 147)

Deuteranopia (Green-blind)

#909F89 — rgb(144, 159, 137)

Tritanopia (Blue-blind)

#D4716A — rgb(212, 113, 106)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(309, 89%, 46%);

text

color: hsl(309, 89%, 46%);

border

border: 2px solid hsl(309, 89%, 46%);

gradient light

background: linear-gradient(to right, hsl(309, 89%, 66%), hsl(309, 89%, 46%));

gradient dark

background: linear-gradient(to right, hsl(309, 89%, 46%), hsl(309, 89%, 26%))

hex

background-color: #DE0DBE;

tailwind

bg-[hsl(309,89%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(309, 89%, 46%, 0.4);

css variable

--color-primary: hsl(309, 89%, 46%);

Related Colors

Use Cases for Vivid Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(309, 89%, 46%)?

HEX: #DE0DBE | RGB: rgb(222, 13, 190) | CMYK: 0%, 94%, 14%, 13% | HSV: 309°, 94%, 87%. Copy any format from the conversion table above.

What colors go well with #DE0DBE?

The complementary color is HSL(129, 89%, 46%). For a triadic harmony, use hues 309°, 69°, and 189°. For analogous combinations, try hues 279° and 339°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(309, 89%, 46%) in CSS?

As HSL: color: hsl(309, 89%, 46%); — As HEX: color: #DE0DBE; — As RGB: color: rgb(222, 13, 190); — Tailwind CSS: bg-[hsl(309,89%,46%)] — CSS variable: --color-primary: hsl(309, 89%, 46%);