HSL(309, 60%, 41%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(309,60%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(309, 60%, 41%) | color: hsl(309, 60%, 41%) | |
| HEX | #A72A94 | color: #A72A94 | |
| RGB | rgb(167, 42, 148) | color: rgb(167, 42, 148) | |
| CMYK | cmyk(0%, 75%, 11%, 35%) | — | |
| HSV | hsv(309, 75%, 65%) | — | |
| HWB | hwb(309 16% 35%) | color: hwb(309 16% 35%) | |
| OKLCH | oklch(0.5193 0.1957 335.02) | color: oklch(0.5193 0.1957 335.02) | |
| Lab | lab(41.23 60.81 -30.24) | color: lab(41.23 60.81 -30.24) | |
| LCH | lch(41.23 67.91 333.56) | color: lch(41.23 67.91 333.56) |
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)
#71707A — rgb(113, 112, 122)
Deuteranopia (Green-blind)
#788274 — rgb(120, 130, 116)
Tritanopia (Blue-blind)
#A16662 — rgb(161, 102, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(309, 60%, 41%);
text
color: hsl(309, 60%, 41%);
border
border: 2px solid hsl(309, 60%, 41%);
gradient light
background: linear-gradient(to right, hsl(309, 60%, 61%), hsl(309, 60%, 41%));
gradient dark
background: linear-gradient(to right, hsl(309, 60%, 41%), hsl(309, 60%, 21%))
hex
background-color: #A72A94;
tailwind
bg-[hsl(309,60%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(309, 60%, 41%, 0.4);
css variable
--color-primary: hsl(309, 60%, 41%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(309, 60%, 41%)?
HEX: #A72A94 | RGB: rgb(167, 42, 148) | CMYK: 0%, 75%, 11%, 35% | HSV: 309°, 75%, 65%. Copy any format from the conversion table above.
What colors go well with #A72A94?
The complementary color is HSL(129, 60%, 41%). For a triadic harmony, use hues 309°, 69°, and 189°. For analogous combinations, try hues 279° and 339°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(309, 60%, 41%) in CSS?
As HSL: color: hsl(309, 60%, 41%); — As HEX: color: #A72A94; — As RGB: color: rgb(167, 42, 148); — Tailwind CSS: bg-[hsl(309,60%,41%)] — CSS variable: --color-primary: hsl(309, 60%, 41%);