HSL(285, 100%, 83%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(285,100%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(285, 100%, 83%) | color: hsl(285, 100%, 83%) | |
| HEX | #E9A8FF | color: #E9A8FF | |
| RGB | rgb(233, 168, 255) | color: rgb(233, 168, 255) | |
| CMYK | cmyk(9%, 34%, 0%, 0%) | — | |
| HSV | hsv(285, 34%, 100%) | — | |
| HWB | hwb(285 66% 0%) | color: hwb(285 66% 0%) | |
| OKLCH | oklch(0.8223 0.1368 317.34) | color: oklch(0.8223 0.1368 317.34) | |
| Lab | lab(77.61 38.5 -33.83) | color: lab(77.61 38.5 -33.83) | |
| LCH | lch(77.61 51.25 318.69) | color: lch(77.61 51.25 318.69) |
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)
#CDCCEA — rgb(205, 204, 234)
Deuteranopia (Green-blind)
#D1D6E5 — rgb(209, 214, 229)
Tritanopia (Blue-blind)
#E6D9D6 — rgb(230, 217, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(285, 100%, 83%);
text
color: hsl(285, 100%, 83%);
border
border: 2px solid hsl(285, 100%, 83%);
gradient light
background: linear-gradient(to right, hsl(285, 100%, 100%), hsl(285, 100%, 83%));
gradient dark
background: linear-gradient(to right, hsl(285, 100%, 83%), hsl(285, 100%, 63%))
hex
background-color: #E9A8FF;
tailwind
bg-[hsl(285,100%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(285, 100%, 83%, 0.4);
css variable
--color-primary: hsl(285, 100%, 83%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(285, 100%, 83%)?
HEX: #E9A8FF | RGB: rgb(233, 168, 255) | CMYK: 9%, 34%, 0%, 0% | HSV: 285°, 34%, 100%. Copy any format from the conversion table above.
What colors go well with #E9A8FF?
The complementary color is HSL(105, 100%, 83%). For a triadic harmony, use hues 285°, 45°, and 165°. For analogous combinations, try hues 255° and 315°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(285, 100%, 83%) in CSS?
As HSL: color: hsl(285, 100%, 83%); — As HEX: color: #E9A8FF; — As RGB: color: rgb(233, 168, 255); — Tailwind CSS: bg-[hsl(285,100%,83%)] — CSS variable: --color-primary: hsl(285, 100%, 83%);