HSL(301, 63%, 81%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(301,63%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 63%, 81%) | color: hsl(301, 63%, 81%) | |
| HEX | #EDB0EC | color: #EDB0EC | |
| RGB | rgb(237, 176, 236) | color: rgb(237, 176, 236) | |
| CMYK | cmyk(0%, 26%, 0%, 7%) | — | |
| HSV | hsv(301, 26%, 93%) | — | |
| HWB | hwb(301 69% 7%) | color: hwb(301 69% 7%) | |
| OKLCH | oklch(0.8324 0.1053 327.01) | color: oklch(0.8324 0.1053 327.01) | |
| Lab | lab(79.11 31.9 -21.27) | color: lab(79.11 31.9 -21.27) | |
| LCH | lch(79.11 38.34 326.31) | color: lch(79.11 38.34 326.31) |
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)
#D3D2DD — rgb(211, 210, 221)
Deuteranopia (Green-blind)
#D6DBDA — rgb(214, 219, 218)
Tritanopia (Blue-blind)
#EAD2D0 — rgb(234, 210, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 63%, 81%);
text
color: hsl(301, 63%, 81%);
border
border: 2px solid hsl(301, 63%, 81%);
gradient light
background: linear-gradient(to right, hsl(301, 63%, 100%), hsl(301, 63%, 81%));
gradient dark
background: linear-gradient(to right, hsl(301, 63%, 81%), hsl(301, 63%, 61%))
hex
background-color: #EDB0EC;
tailwind
bg-[hsl(301,63%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 63%, 81%, 0.4);
css variable
--color-primary: hsl(301, 63%, 81%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 63%, 81%)?
HEX: #EDB0EC | RGB: rgb(237, 176, 236) | CMYK: 0%, 26%, 0%, 7% | HSV: 301°, 26%, 93%. Copy any format from the conversion table above.
What colors go well with #EDB0EC?
The complementary color is HSL(121, 63%, 81%). 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, 63%, 81%) in CSS?
As HSL: color: hsl(301, 63%, 81%); — As HEX: color: #EDB0EC; — As RGB: color: rgb(237, 176, 236); — Tailwind CSS: bg-[hsl(301,63%,81%)] — CSS variable: --color-primary: hsl(301, 63%, 81%);