HSL(291, 53%, 60%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(291,53%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(291, 53%, 60%) | color: hsl(291, 53%, 60%) | |
| HEX | #BF63CF | color: #BF63CF | |
| RGB | rgb(191, 99, 207) | color: rgb(191, 99, 207) | |
| CMYK | cmyk(8%, 52%, 0%, 19%) | — | |
| HSV | hsv(291, 52%, 81%) | — | |
| HWB | hwb(291 39% 19%) | color: hwb(291 39% 19%) | |
| OKLCH | oklch(0.6479 0.1799 321.52) | color: oklch(0.6479 0.1799 321.52) | |
| Lab | lab(56.59 52.87 -40.42) | color: lab(56.59 52.87 -40.42) | |
| LCH | lch(56.59 66.55 322.6) | color: lch(56.59 66.55 322.6) |
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)
#9796B5 — rgb(151, 150, 181)
Deuteranopia (Green-blind)
#9DA3AF — rgb(157, 163, 175)
Tritanopia (Blue-blind)
#BAA09C — rgb(186, 160, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(291, 53%, 60%);
text
color: hsl(291, 53%, 60%);
border
border: 2px solid hsl(291, 53%, 60%);
gradient light
background: linear-gradient(to right, hsl(291, 53%, 80%), hsl(291, 53%, 60%));
gradient dark
background: linear-gradient(to right, hsl(291, 53%, 60%), hsl(291, 53%, 40%))
hex
background-color: #BF63CF;
tailwind
bg-[hsl(291,53%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(291, 53%, 60%, 0.4);
css variable
--color-primary: hsl(291, 53%, 60%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(291, 53%, 60%)?
HEX: #BF63CF | RGB: rgb(191, 99, 207) | CMYK: 8%, 52%, 0%, 19% | HSV: 291°, 52%, 81%. Copy any format from the conversion table above.
What colors go well with #BF63CF?
The complementary color is HSL(111, 53%, 60%). For a triadic harmony, use hues 291°, 51°, and 171°. For analogous combinations, try hues 261° and 321°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(291, 53%, 60%) in CSS?
As HSL: color: hsl(291, 53%, 60%); — As HEX: color: #BF63CF; — As RGB: color: rgb(191, 99, 207); — Tailwind CSS: bg-[hsl(291,53%,60%)] — CSS variable: --color-primary: hsl(291, 53%, 60%);