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
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
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
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
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%);