HSL(292, 50%, 82%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(292,50%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 50%, 82%) | color: hsl(292, 50%, 82%) | |
| HEX | #E2BAE8 | color: #E2BAE8 | |
| RGB | rgb(226, 186, 232) | color: rgb(226, 186, 232) | |
| CMYK | cmyk(3%, 20%, 0%, 9%) | — | |
| HSV | hsv(292, 20%, 91%) | — | |
| HWB | hwb(292 73% 9%) | color: hwb(292 73% 9%) | |
| OKLCH | oklch(0.8383 0.0764 321.94) | color: oklch(0.8383 0.0764 321.94) | |
| Lab | lab(80.24 22.23 -17.5) | color: lab(80.24 22.23 -17.5) | |
| LCH | lch(80.24 28.29 321.79) | color: lch(80.24 28.29 321.79) |
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)
#D1D0DD — rgb(209, 208, 221)
Deuteranopia (Green-blind)
#D3D6DA — rgb(211, 214, 218)
Tritanopia (Blue-blind)
#E0D4D2 — rgb(224, 212, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 50%, 82%);
text
color: hsl(292, 50%, 82%);
border
border: 2px solid hsl(292, 50%, 82%);
gradient light
background: linear-gradient(to right, hsl(292, 50%, 100%), hsl(292, 50%, 82%));
gradient dark
background: linear-gradient(to right, hsl(292, 50%, 82%), hsl(292, 50%, 62%))
hex
background-color: #E2BAE8;
tailwind
bg-[hsl(292,50%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 50%, 82%, 0.4);
css variable
--color-primary: hsl(292, 50%, 82%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 50%, 82%)?
HEX: #E2BAE8 | RGB: rgb(226, 186, 232) | CMYK: 3%, 20%, 0%, 9% | HSV: 292°, 20%, 91%. Copy any format from the conversion table above.
What colors go well with #E2BAE8?
The complementary color is HSL(112, 50%, 82%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 50%, 82%) in CSS?
As HSL: color: hsl(292, 50%, 82%); — As HEX: color: #E2BAE8; — As RGB: color: rgb(226, 186, 232); — Tailwind CSS: bg-[hsl(292,50%,82%)] — CSS variable: --color-primary: hsl(292, 50%, 82%);