HSL(301, 63%, 82%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(301,63%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 63%, 82%) | color: hsl(301, 63%, 82%) | |
| HEX | #EEB4ED | color: #EEB4ED | |
| RGB | rgb(238, 180, 237) | color: rgb(238, 180, 237) | |
| CMYK | cmyk(0%, 24%, 0%, 7%) | — | |
| HSV | hsv(301, 24%, 93%) | — | |
| HWB | hwb(301 71% 7%) | color: hwb(301 71% 7%) | |
| OKLCH | oklch(0.8407 0.1 326.98) | color: oklch(0.8407 0.1 326.98) | |
| Lab | lab(80.14 30.28 -20.23) | color: lab(80.14 30.28 -20.23) | |
| LCH | lch(80.14 36.42 326.25) | color: lch(80.14 36.42 326.25) |
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)
#D5D4DF — rgb(213, 212, 223)
Deuteranopia (Green-blind)
#D8DDDC — rgb(216, 221, 220)
Tritanopia (Blue-blind)
#EBD4D2 — rgb(235, 212, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 63%, 82%);
text
color: hsl(301, 63%, 82%);
border
border: 2px solid hsl(301, 63%, 82%);
gradient light
background: linear-gradient(to right, hsl(301, 63%, 100%), hsl(301, 63%, 82%));
gradient dark
background: linear-gradient(to right, hsl(301, 63%, 82%), hsl(301, 63%, 62%))
hex
background-color: #EEB4ED;
tailwind
bg-[hsl(301,63%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 63%, 82%, 0.4);
css variable
--color-primary: hsl(301, 63%, 82%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 63%, 82%)?
HEX: #EEB4ED | RGB: rgb(238, 180, 237) | CMYK: 0%, 24%, 0%, 7% | HSV: 301°, 24%, 93%. Copy any format from the conversion table above.
What colors go well with #EEB4ED?
The complementary color is HSL(121, 63%, 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, 63%, 82%) in CSS?
As HSL: color: hsl(301, 63%, 82%); — As HEX: color: #EEB4ED; — As RGB: color: rgb(238, 180, 237); — Tailwind CSS: bg-[hsl(301,63%,82%)] — CSS variable: --color-primary: hsl(301, 63%, 82%);