HSL(293, 60%, 65%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(293,60%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(293, 60%, 65%) color: hsl(293, 60%, 65%)
HEX #CF70DB color: #CF70DB
RGB rgb(207, 112, 219) color: rgb(207, 112, 219)
CMYK cmyk(5%, 49%, 0%, 14%)
HSV hsv(293, 49%, 86%)
HWB hwb(293 44% 14%) color: hwb(293 44% 14%)
OKLCH oklch(0.6912 0.1794 322.99) color: oklch(0.6912 0.1794 322.99)
Lab lab(61.63 53.09 -39.14) color: lab(61.63 53.09 -39.14)
LCH lch(61.63 65.96 323.6) color: lch(61.63 65.96 323.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:1
vs Black 6.99: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)

#A6A5C1 — rgb(166, 165, 193)

Deuteranopia (Green-blind)

#ABB3BB — rgb(171, 179, 187)

Tritanopia (Blue-blind)

#CAADA8 — rgb(202, 173, 168)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(293, 60%, 65%);

text

color: hsl(293, 60%, 65%);

border

border: 2px solid hsl(293, 60%, 65%);

gradient light

background: linear-gradient(to right, hsl(293, 60%, 85%), hsl(293, 60%, 65%));

gradient dark

background: linear-gradient(to right, hsl(293, 60%, 65%), hsl(293, 60%, 45%))

hex

background-color: #CF70DB;

tailwind

bg-[hsl(293,60%,65%)]

box shadow

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

css variable

--color-primary: hsl(293, 60%, 65%);

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, 60%, 65%)?

HEX: #CF70DB | RGB: rgb(207, 112, 219) | CMYK: 5%, 49%, 0%, 14% | HSV: 293°, 49%, 86%. Copy any format from the conversion table above.

What colors go well with #CF70DB?

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

As HSL: color: hsl(293, 60%, 65%); — As HEX: color: #CF70DB; — As RGB: color: rgb(207, 112, 219); — Tailwind CSS: bg-[hsl(293,60%,65%)] — CSS variable: --color-primary: hsl(293, 60%, 65%);