HSL(300, 62%, 42%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(300,62%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(300, 62%, 42%) | color: hsl(300, 62%, 42%) | |
| HEX | #AE29AE | color: #AE29AE | |
| RGB | rgb(174, 41, 174) | color: rgb(174, 41, 174) | |
| CMYK | cmyk(0%, 76%, 0%, 32%) | — | |
| HSV | hsv(300, 76%, 68%) | — | |
| HWB | hwb(300 16% 32%) | color: hwb(300 16% 32%) | |
| OKLCH | oklch(0.5439 0.2194 328.08) | color: oklch(0.5439 0.2194 328.08) | |
| Lab | lab(43.72 66.71 -41.82) | color: lab(43.72 66.71 -41.82) | |
| LCH | lch(43.72 78.73 327.92) | color: lch(43.72 78.73 327.92) |
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)
#74738E — rgb(116, 115, 142)
Deuteranopia (Green-blind)
#7C8686 — rgb(124, 134, 134)
Tritanopia (Blue-blind)
#A7746F — rgb(167, 116, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(300, 62%, 42%);
text
color: hsl(300, 62%, 42%);
border
border: 2px solid hsl(300, 62%, 42%);
gradient light
background: linear-gradient(to right, hsl(300, 62%, 62%), hsl(300, 62%, 42%));
gradient dark
background: linear-gradient(to right, hsl(300, 62%, 42%), hsl(300, 62%, 22%))
hex
background-color: #AE29AE;
tailwind
bg-[hsl(300,62%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(300, 62%, 42%, 0.4);
css variable
--color-primary: hsl(300, 62%, 42%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(300, 62%, 42%)?
HEX: #AE29AE | RGB: rgb(174, 41, 174) | CMYK: 0%, 76%, 0%, 32% | HSV: 300°, 76%, 68%. Copy any format from the conversion table above.
What colors go well with #AE29AE?
The complementary color is HSL(120, 62%, 42%). For a triadic harmony, use hues 300°, 60°, and 180°. For analogous combinations, try hues 270° and 330°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(300, 62%, 42%) in CSS?
As HSL: color: hsl(300, 62%, 42%); — As HEX: color: #AE29AE; — As RGB: color: rgb(174, 41, 174); — Tailwind CSS: bg-[hsl(300,62%,42%)] — CSS variable: --color-primary: hsl(300, 62%, 42%);