HSL(311, 52%, 79%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(311,52%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 52%, 79%) | color: hsl(311, 52%, 79%) | |
| HEX | #E5AEDB | color: #E5AEDB | |
| RGB | rgb(229, 174, 219) | color: rgb(229, 174, 219) | |
| CMYK | cmyk(0%, 24%, 4%, 10%) | — | |
| HSV | hsv(311, 24%, 90%) | — | |
| HWB | hwb(311 68% 10%) | color: hwb(311 68% 10%) | |
| OKLCH | oklch(0.815 0.0868 332.78) | color: oklch(0.815 0.0868 332.78) | |
| Lab | lab(77.31 27.28 -14.87) | color: lab(77.31 27.28 -14.87) | |
| LCH | lch(77.31 31.07 331.41) | color: lch(77.31 31.07 331.41) |
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)
#CDCDD0 — rgb(205, 205, 208)
Deuteranopia (Green-blind)
#D0D5CE — rgb(208, 213, 206)
Tritanopia (Blue-blind)
#E2C8C6 — rgb(226, 200, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 52%, 79%);
text
color: hsl(311, 52%, 79%);
border
border: 2px solid hsl(311, 52%, 79%);
gradient light
background: linear-gradient(to right, hsl(311, 52%, 99%), hsl(311, 52%, 79%));
gradient dark
background: linear-gradient(to right, hsl(311, 52%, 79%), hsl(311, 52%, 59%))
hex
background-color: #E5AEDB;
tailwind
bg-[hsl(311,52%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 52%, 79%, 0.4);
css variable
--color-primary: hsl(311, 52%, 79%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(311, 52%, 79%)?
HEX: #E5AEDB | RGB: rgb(229, 174, 219) | CMYK: 0%, 24%, 4%, 10% | HSV: 311°, 24%, 90%. Copy any format from the conversion table above.
What colors go well with #E5AEDB?
The complementary color is HSL(131, 52%, 79%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 52%, 79%) in CSS?
As HSL: color: hsl(311, 52%, 79%); — As HEX: color: #E5AEDB; — As RGB: color: rgb(229, 174, 219); — Tailwind CSS: bg-[hsl(311,52%,79%)] — CSS variable: --color-primary: hsl(311, 52%, 79%);