HSL(289, 92%, 84%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(289,92%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 92%, 84%) | color: hsl(289, 92%, 84%) | |
| HEX | #EEB1FC | color: #EEB1FC | |
| RGB | rgb(238, 177, 252) | color: rgb(238, 177, 252) | |
| CMYK | cmyk(6%, 30%, 0%, 1%) | — | |
| HSV | hsv(289, 30%, 99%) | — | |
| HWB | hwb(289 69% 1%) | color: hwb(289 69% 1%) | |
| OKLCH | oklch(0.8411 0.1207 319.97) | color: oklch(0.8411 0.1207 319.97) | |
| Lab | lab(79.98 34.67 -28.53) | color: lab(79.98 34.67 -28.53) | |
| LCH | lch(79.98 44.9 320.55) | color: lch(79.98 44.9 320.55) |
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)
#D4D3EA — rgb(212, 211, 234)
Deuteranopia (Green-blind)
#D7DCE6 — rgb(215, 220, 230)
Tritanopia (Blue-blind)
#EBDCD8 — rgb(235, 220, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 92%, 84%);
text
color: hsl(289, 92%, 84%);
border
border: 2px solid hsl(289, 92%, 84%);
gradient light
background: linear-gradient(to right, hsl(289, 92%, 100%), hsl(289, 92%, 84%));
gradient dark
background: linear-gradient(to right, hsl(289, 92%, 84%), hsl(289, 92%, 64%))
hex
background-color: #EEB1FC;
tailwind
bg-[hsl(289,92%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 92%, 84%, 0.4);
css variable
--color-primary: hsl(289, 92%, 84%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 92%, 84%)?
HEX: #EEB1FC | RGB: rgb(238, 177, 252) | CMYK: 6%, 30%, 0%, 1% | HSV: 289°, 30%, 99%. Copy any format from the conversion table above.
What colors go well with #EEB1FC?
The complementary color is HSL(109, 92%, 84%). For a triadic harmony, use hues 289°, 49°, and 169°. For analogous combinations, try hues 259° and 319°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(289, 92%, 84%) in CSS?
As HSL: color: hsl(289, 92%, 84%); — As HEX: color: #EEB1FC; — As RGB: color: rgb(238, 177, 252); — Tailwind CSS: bg-[hsl(289,92%,84%)] — CSS variable: --color-primary: hsl(289, 92%, 84%);