HSL(294, 60%, 61%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(294,60%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(294, 60%, 61%) color: hsl(294, 60%, 61%)
HEX #CB60D7 color: #CB60D7
RGB rgb(203, 96, 215) color: rgb(203, 96, 215)
CMYK cmyk(6%, 55%, 0%, 16%)
HSV hsv(294, 55%, 84%)
HWB hwb(294 38% 16%) color: hwb(294 38% 16%)
OKLCH oklch(0.6629 0.1983 323.51) color: oklch(0.6629 0.1983 323.51)
Lab lab(58.01 59.02 -42.62) color: lab(58.01 59.02 -42.62)
LCH lch(58.01 72.8 324.17) color: lch(58.01 72.8 324.17)

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.39:1
vs Black 6.19: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)

#9D9CBA — rgb(157, 156, 186)

Deuteranopia (Green-blind)

#A3ABB3 — rgb(163, 171, 179)

Tritanopia (Blue-blind)

#C6A39E — rgb(198, 163, 158)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(294, 60%, 61%);

text

color: hsl(294, 60%, 61%);

border

border: 2px solid hsl(294, 60%, 61%);

gradient light

background: linear-gradient(to right, hsl(294, 60%, 81%), hsl(294, 60%, 61%));

gradient dark

background: linear-gradient(to right, hsl(294, 60%, 61%), hsl(294, 60%, 41%))

hex

background-color: #CB60D7;

tailwind

bg-[hsl(294,60%,61%)]

box shadow

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

css variable

--color-primary: hsl(294, 60%, 61%);

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

HEX: #CB60D7 | RGB: rgb(203, 96, 215) | CMYK: 6%, 55%, 0%, 16% | HSV: 294°, 55%, 84%. Copy any format from the conversion table above.

What colors go well with #CB60D7?

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

As HSL: color: hsl(294, 60%, 61%); — As HEX: color: #CB60D7; — As RGB: color: rgb(203, 96, 215); — Tailwind CSS: bg-[hsl(294,60%,61%)] — CSS variable: --color-primary: hsl(294, 60%, 61%);