HSL(293, 90%, 69%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(293,90%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 90%, 69%) | color: hsl(293, 90%, 69%) | |
| HEX | #E669F7 | color: #E669F7 | |
| RGB | rgb(230, 105, 247) | color: rgb(230, 105, 247) | |
| CMYK | cmyk(7%, 57%, 0%, 3%) | — | |
| HSV | hsv(293, 57%, 97%) | — | |
| HWB | hwb(293 42% 3%) | color: hwb(293 42% 3%) | |
| OKLCH | oklch(0.7241 0.2277 322.72) | color: oklch(0.7241 0.2277 322.72) | |
| Lab | lab(64.68 67.56 -49.7) | color: lab(64.68 67.56 -49.7) | |
| LCH | lch(64.68 83.87 323.66) | color: lch(64.68 83.87 323.66) |
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)
#B0AFD5 — rgb(176, 175, 213)
Deuteranopia (Green-blind)
#B7C1CC — rgb(183, 193, 204)
Tritanopia (Blue-blind)
#E0BAB4 — rgb(224, 186, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 90%, 69%);
text
color: hsl(293, 90%, 69%);
border
border: 2px solid hsl(293, 90%, 69%);
gradient light
background: linear-gradient(to right, hsl(293, 90%, 89%), hsl(293, 90%, 69%));
gradient dark
background: linear-gradient(to right, hsl(293, 90%, 69%), hsl(293, 90%, 49%))
hex
background-color: #E669F7;
tailwind
bg-[hsl(293,90%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 90%, 69%, 0.4);
css variable
--color-primary: hsl(293, 90%, 69%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 90%, 69%)?
HEX: #E669F7 | RGB: rgb(230, 105, 247) | CMYK: 7%, 57%, 0%, 3% | HSV: 293°, 57%, 97%. Copy any format from the conversion table above.
What colors go well with #E669F7?
The complementary color is HSL(113, 90%, 69%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(293, 90%, 69%) in CSS?
As HSL: color: hsl(293, 90%, 69%); — As HEX: color: #E669F7; — As RGB: color: rgb(230, 105, 247); — Tailwind CSS: bg-[hsl(293,90%,69%)] — CSS variable: --color-primary: hsl(293, 90%, 69%);