HSL(295, 52%, 85%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(295,52%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(295, 52%, 85%) | color: hsl(295, 52%, 85%) | |
| HEX | #E9C5ED | color: #E9C5ED | |
| RGB | rgb(233, 197, 237) | color: rgb(233, 197, 237) | |
| CMYK | cmyk(2%, 17%, 0%, 7%) | — | |
| HSV | hsv(294, 17%, 93%) | — | |
| HWB | hwb(294 77% 7%) | color: hwb(294 77% 7%) | |
| OKLCH | oklch(0.8665 0.0668 322.93) | color: oklch(0.8665 0.0668 322.93) | |
| Lab | lab(83.64 19.58 -15.01) | color: lab(83.64 19.58 -15.01) | |
| LCH | lch(83.64 24.67 322.53) | color: lch(83.64 24.67 322.53) |
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)
#D9D9E3 — rgb(217, 217, 227)
Deuteranopia (Green-blind)
#DCDEE1 — rgb(220, 222, 225)
Tritanopia (Blue-blind)
#E7DCDA — rgb(231, 220, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(295, 52%, 85%);
text
color: hsl(295, 52%, 85%);
border
border: 2px solid hsl(295, 52%, 85%);
gradient light
background: linear-gradient(to right, hsl(295, 52%, 100%), hsl(295, 52%, 85%));
gradient dark
background: linear-gradient(to right, hsl(295, 52%, 85%), hsl(295, 52%, 65%))
hex
background-color: #E9C5ED;
tailwind
bg-[hsl(295,52%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(295, 52%, 85%, 0.4);
css variable
--color-primary: hsl(295, 52%, 85%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(295, 52%, 85%)?
HEX: #E9C5ED | RGB: rgb(233, 197, 237) | CMYK: 2%, 17%, 0%, 7% | HSV: 294°, 17%, 93%. Copy any format from the conversion table above.
What colors go well with #E9C5ED?
The complementary color is HSL(115, 52%, 85%). 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, 52%, 85%) in CSS?
As HSL: color: hsl(295, 52%, 85%); — As HEX: color: #E9C5ED; — As RGB: color: rgb(233, 197, 237); — Tailwind CSS: bg-[hsl(295,52%,85%)] — CSS variable: --color-primary: hsl(295, 52%, 85%);