HSL(301, 60%, 82%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(301,60%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 60%, 82%) | color: hsl(301, 60%, 82%) | |
| HEX | #EDB6EC | color: #EDB6EC | |
| RGB | rgb(237, 182, 236) | color: rgb(237, 182, 236) | |
| CMYK | cmyk(0%, 23%, 0%, 7%) | — | |
| HSV | hsv(301, 23%, 93%) | — | |
| HWB | hwb(301 72% 7%) | color: hwb(301 72% 7%) | |
| OKLCH | oklch(0.8428 0.0948 326.96) | color: oklch(0.8428 0.0948 326.96) | |
| Lab | lab(80.47 28.71 -19.21) | color: lab(80.47 28.71 -19.21) | |
| LCH | lch(80.47 34.54 326.21) | color: lch(80.47 34.54 326.21) |
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)
#D5D5DF — rgb(213, 213, 223)
Deuteranopia (Green-blind)
#D8DDDC — rgb(216, 221, 220)
Tritanopia (Blue-blind)
#EAD5D2 — rgb(234, 213, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 60%, 82%);
text
color: hsl(301, 60%, 82%);
border
border: 2px solid hsl(301, 60%, 82%);
gradient light
background: linear-gradient(to right, hsl(301, 60%, 100%), hsl(301, 60%, 82%));
gradient dark
background: linear-gradient(to right, hsl(301, 60%, 82%), hsl(301, 60%, 62%))
hex
background-color: #EDB6EC;
tailwind
bg-[hsl(301,60%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 60%, 82%, 0.4);
css variable
--color-primary: hsl(301, 60%, 82%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 60%, 82%)?
HEX: #EDB6EC | RGB: rgb(237, 182, 236) | CMYK: 0%, 23%, 0%, 7% | HSV: 301°, 23%, 93%. Copy any format from the conversion table above.
What colors go well with #EDB6EC?
The complementary color is HSL(121, 60%, 82%). For a triadic harmony, use hues 301°, 61°, and 181°. For analogous combinations, try hues 271° and 331°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(301, 60%, 82%) in CSS?
As HSL: color: hsl(301, 60%, 82%); — As HEX: color: #EDB6EC; — As RGB: color: rgb(237, 182, 236); — Tailwind CSS: bg-[hsl(301,60%,82%)] — CSS variable: --color-primary: hsl(301, 60%, 82%);