HSL(294, 70%, 55%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(294,70%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(294, 70%, 55%) color: hsl(294, 70%, 55%)
HEX #CD3CDD color: #CD3CDD
RGB rgb(205, 60, 221) color: rgb(205, 60, 221)
CMYK cmyk(7%, 73%, 0%, 13%)
HSV hsv(294, 73%, 87%)
HWB hwb(294 23% 13%) color: hwb(294 23% 13%)
OKLCH oklch(0.6313 0.2503 323.57) color: oklch(0.6313 0.2503 323.57)
Lab lab(53.42 74.97 -53.28) color: lab(53.42 74.97 -53.28)
LCH lch(53.42 91.97 324.6) color: lch(53.42 91.97 324.6)

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 3.97:1
vs Black 5.29: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)

#8E8DB6 — rgb(142, 141, 182)

Deuteranopia (Green-blind)

#97A2AD — rgb(151, 162, 173)

Tritanopia (Blue-blind)

#C69791 — rgb(198, 151, 145)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(294, 70%, 55%);

text

color: hsl(294, 70%, 55%);

border

border: 2px solid hsl(294, 70%, 55%);

gradient light

background: linear-gradient(to right, hsl(294, 70%, 75%), hsl(294, 70%, 55%));

gradient dark

background: linear-gradient(to right, hsl(294, 70%, 55%), hsl(294, 70%, 35%))

hex

background-color: #CD3CDD;

tailwind

bg-[hsl(294,70%,55%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(294, 70%, 55%, 0.4);

css variable

--color-primary: hsl(294, 70%, 55%);

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(294, 70%, 55%)?

HEX: #CD3CDD | RGB: rgb(205, 60, 221) | CMYK: 7%, 73%, 0%, 13% | HSV: 294°, 73%, 87%. Copy any format from the conversion table above.

What colors go well with #CD3CDD?

The complementary color is HSL(114, 70%, 55%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(294, 70%, 55%) in CSS?

As HSL: color: hsl(294, 70%, 55%); — As HEX: color: #CD3CDD; — As RGB: color: rgb(205, 60, 221); — Tailwind CSS: bg-[hsl(294,70%,55%)] — CSS variable: --color-primary: hsl(294, 70%, 55%);