HSL(292, 90%, 72%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(292,90%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 90%, 72%) | color: hsl(292, 90%, 72%) | |
| HEX | #E777F8 | color: #E777F8 | |
| RGB | rgb(231, 119, 248) | color: rgb(231, 119, 248) | |
| CMYK | cmyk(7%, 52%, 0%, 3%) | — | |
| HSV | hsv(292, 52%, 97%) | — | |
| HWB | hwb(292 47% 3%) | color: hwb(292 47% 3%) | |
| OKLCH | oklch(0.7434 0.2086 322.2) | color: oklch(0.7434 0.2086 322.2) | |
| Lab | lab(67.25 61.56 -46.19) | color: lab(67.25 61.56 -46.19) | |
| LCH | lch(67.25 76.96 323.12) | color: lch(67.25 76.96 323.12) |
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)
#B7B5D9 — rgb(183, 181, 217)
Deuteranopia (Green-blind)
#BDC5D1 — rgb(189, 197, 209)
Tritanopia (Blue-blind)
#E1C0BB — rgb(225, 192, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 90%, 72%);
text
color: hsl(292, 90%, 72%);
border
border: 2px solid hsl(292, 90%, 72%);
gradient light
background: linear-gradient(to right, hsl(292, 90%, 92%), hsl(292, 90%, 72%));
gradient dark
background: linear-gradient(to right, hsl(292, 90%, 72%), hsl(292, 90%, 52%))
hex
background-color: #E777F8;
tailwind
bg-[hsl(292,90%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 90%, 72%, 0.4);
css variable
--color-primary: hsl(292, 90%, 72%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 90%, 72%)?
HEX: #E777F8 | RGB: rgb(231, 119, 248) | CMYK: 7%, 52%, 0%, 3% | HSV: 292°, 52%, 97%. Copy any format from the conversion table above.
What colors go well with #E777F8?
The complementary color is HSL(112, 90%, 72%). 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, 90%, 72%) in CSS?
As HSL: color: hsl(292, 90%, 72%); — As HEX: color: #E777F8; — As RGB: color: rgb(231, 119, 248); — Tailwind CSS: bg-[hsl(292,90%,72%)] — CSS variable: --color-primary: hsl(292, 90%, 72%);