HSL(295, 90%, 66%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(295,90%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(295, 90%, 66%) | color: hsl(295, 90%, 66%) | |
| HEX | #E95AF6 | color: #E95AF6 | |
| RGB | rgb(233, 90, 246) | color: rgb(233, 90, 246) | |
| CMYK | cmyk(5%, 63%, 0%, 4%) | — | |
| HSV | hsv(295, 63%, 96%) | — | |
| HWB | hwb(295 36% 4%) | color: hwb(295 36% 4%) | |
| OKLCH | oklch(0.7108 0.2484 324.31) | color: oklch(0.7108 0.2484 324.31) | |
| Lab | lab(62.75 74.39 -52.17) | color: lab(62.75 74.39 -52.17) | |
| LCH | lch(62.75 90.86 324.96) | color: lch(62.75 90.86 324.96) |
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)
#ABAAD0 — rgb(171, 170, 208)
Deuteranopia (Green-blind)
#B3BEC7 — rgb(179, 190, 199)
Tritanopia (Blue-blind)
#E2B2AC — rgb(226, 178, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(295, 90%, 66%);
text
color: hsl(295, 90%, 66%);
border
border: 2px solid hsl(295, 90%, 66%);
gradient light
background: linear-gradient(to right, hsl(295, 90%, 86%), hsl(295, 90%, 66%));
gradient dark
background: linear-gradient(to right, hsl(295, 90%, 66%), hsl(295, 90%, 46%))
hex
background-color: #E95AF6;
tailwind
bg-[hsl(295,90%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(295, 90%, 66%, 0.4);
css variable
--color-primary: hsl(295, 90%, 66%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(295, 90%, 66%)?
HEX: #E95AF6 | RGB: rgb(233, 90, 246) | CMYK: 5%, 63%, 0%, 4% | HSV: 295°, 63%, 96%. Copy any format from the conversion table above.
What colors go well with #E95AF6?
The complementary color is HSL(115, 90%, 66%). For a triadic harmony, use hues 295°, 55°, and 175°. For analogous combinations, try hues 265° and 325°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(295, 90%, 66%) in CSS?
As HSL: color: hsl(295, 90%, 66%); — As HEX: color: #E95AF6; — As RGB: color: rgb(233, 90, 246); — Tailwind CSS: bg-[hsl(295,90%,66%)] — CSS variable: --color-primary: hsl(295, 90%, 66%);