HSL(299, 79%, 63%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(299,79%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(299, 79%, 63%) | color: hsl(299, 79%, 63%) | |
| HEX | #E956EB | color: #E956EB | |
| RGB | rgb(233, 86, 235) | color: rgb(233, 86, 235) | |
| CMYK | cmyk(1%, 63%, 0%, 8%) | — | |
| HSV | hsv(299, 63%, 92%) | — | |
| HWB | hwb(299 34% 8%) | color: hwb(299 34% 8%) | |
| OKLCH | oklch(0.701 0.2445 327.25) | color: oklch(0.701 0.2445 327.25) | |
| Lab | lab(61.64 74.1 -47.83) | color: lab(61.64 74.1 -47.83) | |
| LCH | lch(61.64 88.2 327.16) | color: lch(61.64 88.2 327.16) |
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)
#A9A8C7 — rgb(169, 168, 199)
Deuteranopia (Green-blind)
#B2BDBE — rgb(178, 189, 190)
Tritanopia (Blue-blind)
#E2AAA4 — rgb(226, 170, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(299, 79%, 63%);
text
color: hsl(299, 79%, 63%);
border
border: 2px solid hsl(299, 79%, 63%);
gradient light
background: linear-gradient(to right, hsl(299, 79%, 83%), hsl(299, 79%, 63%));
gradient dark
background: linear-gradient(to right, hsl(299, 79%, 63%), hsl(299, 79%, 43%))
hex
background-color: #E956EB;
tailwind
bg-[hsl(299,79%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(299, 79%, 63%, 0.4);
css variable
--color-primary: hsl(299, 79%, 63%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(299, 79%, 63%)?
HEX: #E956EB | RGB: rgb(233, 86, 235) | CMYK: 1%, 63%, 0%, 8% | HSV: 299°, 63%, 92%. Copy any format from the conversion table above.
What colors go well with #E956EB?
The complementary color is HSL(119, 79%, 63%). For a triadic harmony, use hues 299°, 59°, and 179°. For analogous combinations, try hues 269° and 329°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(299, 79%, 63%) in CSS?
As HSL: color: hsl(299, 79%, 63%); — As HEX: color: #E956EB; — As RGB: color: rgb(233, 86, 235); — Tailwind CSS: bg-[hsl(299,79%,63%)] — CSS variable: --color-primary: hsl(299, 79%, 63%);