HSL(313, 58%, 80%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(313,58%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 58%, 80%) | color: hsl(313, 58%, 80%) | |
| HEX | #EAAEDD | color: #EAAEDD | |
| RGB | rgb(234, 174, 221) | color: rgb(234, 174, 221) | |
| CMYK | cmyk(0%, 26%, 6%, 8%) | — | |
| HSV | hsv(313, 26%, 92%) | — | |
| HWB | hwb(313 68% 8%) | color: hwb(313 68% 8%) | |
| OKLCH | oklch(0.8206 0.0926 334.27) | color: oklch(0.8206 0.0926 334.27) | |
| Lab | lab(77.87 29.31 -15.06) | color: lab(77.87 29.31 -15.06) | |
| LCH | lch(77.87 32.95 332.81) | color: lch(77.87 32.95 332.81) |
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)
#D0CFD2 — rgb(208, 207, 210)
Deuteranopia (Green-blind)
#D4D8CF — rgb(212, 216, 207)
Tritanopia (Blue-blind)
#E7C9C7 — rgb(231, 201, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 58%, 80%);
text
color: hsl(313, 58%, 80%);
border
border: 2px solid hsl(313, 58%, 80%);
gradient light
background: linear-gradient(to right, hsl(313, 58%, 100%), hsl(313, 58%, 80%));
gradient dark
background: linear-gradient(to right, hsl(313, 58%, 80%), hsl(313, 58%, 60%))
hex
background-color: #EAAEDD;
tailwind
bg-[hsl(313,58%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 58%, 80%, 0.4);
css variable
--color-primary: hsl(313, 58%, 80%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 58%, 80%)?
HEX: #EAAEDD | RGB: rgb(234, 174, 221) | CMYK: 0%, 26%, 6%, 8% | HSV: 313°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #EAAEDD?
The complementary color is HSL(133, 58%, 80%). For a triadic harmony, use hues 313°, 73°, and 193°. For analogous combinations, try hues 283° and 343°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(313, 58%, 80%) in CSS?
As HSL: color: hsl(313, 58%, 80%); — As HEX: color: #EAAEDD; — As RGB: color: rgb(234, 174, 221); — Tailwind CSS: bg-[hsl(313,58%,80%)] — CSS variable: --color-primary: hsl(313, 58%, 80%);