HSL(297, 50%, 61%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(297,50%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(297, 50%, 61%) | color: hsl(297, 50%, 61%) | |
| HEX | #C86ACD | color: #C86ACD | |
| RGB | rgb(200, 106, 205) | color: rgb(200, 106, 205) | |
| CMYK | cmyk(2%, 48%, 0%, 20%) | — | |
| HSV | hsv(297, 48%, 80%) | — | |
| HWB | hwb(297 42% 20%) | color: hwb(297 42% 20%) | |
| OKLCH | oklch(0.6676 0.1717 325.4) | color: oklch(0.6676 0.1717 325.4) | |
| Lab | lab(58.97 51.52 -35.48) | color: lab(58.97 51.52 -35.48) | |
| LCH | lch(58.97 62.56 325.45) | color: lch(58.97 62.56 325.45) |
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)
#9F9EB5 — rgb(159, 158, 181)
Deuteranopia (Green-blind)
#A5ACAF — rgb(165, 172, 175)
Tritanopia (Blue-blind)
#C3A29E — rgb(195, 162, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(297, 50%, 61%);
text
color: hsl(297, 50%, 61%);
border
border: 2px solid hsl(297, 50%, 61%);
gradient light
background: linear-gradient(to right, hsl(297, 50%, 81%), hsl(297, 50%, 61%));
gradient dark
background: linear-gradient(to right, hsl(297, 50%, 61%), hsl(297, 50%, 41%))
hex
background-color: #C86ACD;
tailwind
bg-[hsl(297,50%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(297, 50%, 61%, 0.4);
css variable
--color-primary: hsl(297, 50%, 61%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(297, 50%, 61%)?
HEX: #C86ACD | RGB: rgb(200, 106, 205) | CMYK: 2%, 48%, 0%, 20% | HSV: 297°, 48%, 80%. Copy any format from the conversion table above.
What colors go well with #C86ACD?
The complementary color is HSL(117, 50%, 61%). For a triadic harmony, use hues 297°, 57°, and 177°. For analogous combinations, try hues 267° and 327°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(297, 50%, 61%) in CSS?
As HSL: color: hsl(297, 50%, 61%); — As HEX: color: #C86ACD; — As RGB: color: rgb(200, 106, 205); — Tailwind CSS: bg-[hsl(297,50%,61%)] — CSS variable: --color-primary: hsl(297, 50%, 61%);