HSL(308, 85%, 44%)

Vivid Purple — Purple color

Adjust Color

Color Information

Color Name

Vivid Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(308,85%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(308, 85%, 44%) color: hsl(308, 85%, 44%)
HEX #D011B6 color: #D011B6
RGB rgb(208, 17, 182) color: rgb(208, 17, 182)
CMYK cmyk(0%, 92%, 13%, 18%)
HSV hsv(308, 92%, 82%)
HWB hwb(308 7% 18%) color: hwb(308 7% 18%)
OKLCH oklch(0.5904 0.2553 335.55) color: oklch(0.5904 0.2553 335.55)
Lab lab(48.5 79.19 -38.58) color: lab(48.5 79.19 -38.58)
LCH lch(48.5 88.09 334.03) color: lch(48.5 88.09 334.03)

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.73:1
vs Black 4.44: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)

#7D7C8E — rgb(125, 124, 142)

Deuteranopia (Green-blind)

#889785 — rgb(136, 151, 133)

Tritanopia (Blue-blind)

#C66F68 — rgb(198, 111, 104)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(308, 85%, 44%);

text

color: hsl(308, 85%, 44%);

border

border: 2px solid hsl(308, 85%, 44%);

gradient light

background: linear-gradient(to right, hsl(308, 85%, 64%), hsl(308, 85%, 44%));

gradient dark

background: linear-gradient(to right, hsl(308, 85%, 44%), hsl(308, 85%, 24%))

hex

background-color: #D011B6;

tailwind

bg-[hsl(308,85%,44%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(308, 85%, 44%, 0.4);

css variable

--color-primary: hsl(308, 85%, 44%);

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(308, 85%, 44%)?

HEX: #D011B6 | RGB: rgb(208, 17, 182) | CMYK: 0%, 92%, 13%, 18% | HSV: 308°, 92%, 82%. Copy any format from the conversion table above.

What colors go well with #D011B6?

The complementary color is HSL(128, 85%, 44%). For a triadic harmony, use hues 308°, 68°, and 188°. For analogous combinations, try hues 278° and 338°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(308, 85%, 44%) in CSS?

As HSL: color: hsl(308, 85%, 44%); — As HEX: color: #D011B6; — As RGB: color: rgb(208, 17, 182); — Tailwind CSS: bg-[hsl(308,85%,44%)] — CSS variable: --color-primary: hsl(308, 85%, 44%);