HSL(293, 70%, 64%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(293,70%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 70%, 64%) | color: hsl(293, 70%, 64%) | |
| HEX | #D463E3 | color: #D463E3 | |
| RGB | rgb(212, 99, 227) | color: rgb(212, 99, 227) | |
| CMYK | cmyk(7%, 56%, 0%, 11%) | — | |
| HSV | hsv(293, 56%, 89%) | — | |
| HWB | hwb(293 39% 11%) | color: hwb(293 39% 11%) | |
| OKLCH | oklch(0.6841 0.2095 322.83) | color: oklch(0.6841 0.2095 322.83) | |
| Lab | lab(60.31 62.15 -45.65) | color: lab(60.31 62.15 -45.65) | |
| LCH | lch(60.31 77.11 323.7) | color: lch(60.31 77.11 323.7) |
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)
#A3A2C4 — rgb(163, 162, 196)
Deuteranopia (Green-blind)
#AAB2BD — rgb(170, 178, 189)
Tritanopia (Blue-blind)
#CEACA6 — rgb(206, 172, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 70%, 64%);
text
color: hsl(293, 70%, 64%);
border
border: 2px solid hsl(293, 70%, 64%);
gradient light
background: linear-gradient(to right, hsl(293, 70%, 84%), hsl(293, 70%, 64%));
gradient dark
background: linear-gradient(to right, hsl(293, 70%, 64%), hsl(293, 70%, 44%))
hex
background-color: #D463E3;
tailwind
bg-[hsl(293,70%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 70%, 64%, 0.4);
css variable
--color-primary: hsl(293, 70%, 64%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 70%, 64%)?
HEX: #D463E3 | RGB: rgb(212, 99, 227) | CMYK: 7%, 56%, 0%, 11% | HSV: 293°, 56%, 89%. Copy any format from the conversion table above.
What colors go well with #D463E3?
The complementary color is HSL(113, 70%, 64%). 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, 70%, 64%) in CSS?
As HSL: color: hsl(293, 70%, 64%); — As HEX: color: #D463E3; — As RGB: color: rgb(212, 99, 227); — Tailwind CSS: bg-[hsl(293,70%,64%)] — CSS variable: --color-primary: hsl(293, 70%, 64%);