HSL(290, 50%, 49%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(290,50%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 50%, 49%) | color: hsl(290, 50%, 49%) | |
| HEX | #A73EBB | color: #A73EBB | |
| RGB | rgb(167, 62, 187) | color: rgb(167, 62, 187) | |
| CMYK | cmyk(11%, 67%, 0%, 27%) | — | |
| HSV | hsv(290, 67%, 73%) | — | |
| HWB | hwb(290 24% 27%) | color: hwb(290 24% 27%) | |
| OKLCH | oklch(0.5603 0.2032 320.85) | color: oklch(0.5603 0.2032 320.85) | |
| Lab | lab(45.97 60.03 -45.94) | color: lab(45.97 60.03 -45.94) | |
| LCH | lch(45.97 75.59 322.57) | color: lch(45.97 75.59 322.57) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#7A799D — rgb(122, 121, 157)
Deuteranopia (Green-blind)
#808896 — rgb(128, 136, 150)
Tritanopia (Blue-blind)
#A28580 — rgb(162, 133, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 50%, 49%);
text
color: hsl(290, 50%, 49%);
border
border: 2px solid hsl(290, 50%, 49%);
gradient light
background: linear-gradient(to right, hsl(290, 50%, 69%), hsl(290, 50%, 49%));
gradient dark
background: linear-gradient(to right, hsl(290, 50%, 49%), hsl(290, 50%, 29%))
hex
background-color: #A73EBB;
tailwind
bg-[hsl(290,50%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 50%, 49%, 0.4);
css variable
--color-primary: hsl(290, 50%, 49%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 50%, 49%)?
HEX: #A73EBB | RGB: rgb(167, 62, 187) | CMYK: 11%, 67%, 0%, 27% | HSV: 290°, 67%, 73%. Copy any format from the conversion table above.
What colors go well with #A73EBB?
The complementary color is HSL(110, 50%, 49%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(290, 50%, 49%) in CSS?
As HSL: color: hsl(290, 50%, 49%); — As HEX: color: #A73EBB; — As RGB: color: rgb(167, 62, 187); — Tailwind CSS: bg-[hsl(290,50%,49%)] — CSS variable: --color-primary: hsl(290, 50%, 49%);