HSL(302, 51%, 42%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(302,51%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(302, 51%, 42%) | color: hsl(302, 51%, 42%) | |
| HEX | #A2349E | color: #A2349E | |
| RGB | rgb(162, 52, 158) | color: rgb(162, 52, 158) | |
| CMYK | cmyk(0%, 68%, 2%, 36%) | — | |
| HSV | hsv(302, 68%, 64%) | — | |
| HWB | hwb(302 20% 36%) | color: hwb(302 20% 36%) | |
| OKLCH | oklch(0.5261 0.1888 329.38) | color: oklch(0.5261 0.1888 329.38) | |
| Lab | lab(42.17 57.67 -34.87) | color: lab(42.17 57.67 -34.87) | |
| LCH | lch(42.17 67.39 328.84) | color: lch(42.17 67.39 328.84) |
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)
#727184 — rgb(114, 113, 132)
Deuteranopia (Green-blind)
#79817E — rgb(121, 129, 126)
Tritanopia (Blue-blind)
#9D706C — rgb(157, 112, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(302, 51%, 42%);
text
color: hsl(302, 51%, 42%);
border
border: 2px solid hsl(302, 51%, 42%);
gradient light
background: linear-gradient(to right, hsl(302, 51%, 62%), hsl(302, 51%, 42%));
gradient dark
background: linear-gradient(to right, hsl(302, 51%, 42%), hsl(302, 51%, 22%))
hex
background-color: #A2349E;
tailwind
bg-[hsl(302,51%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(302, 51%, 42%, 0.4);
css variable
--color-primary: hsl(302, 51%, 42%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(302, 51%, 42%)?
HEX: #A2349E | RGB: rgb(162, 52, 158) | CMYK: 0%, 68%, 2%, 36% | HSV: 302°, 68%, 64%. Copy any format from the conversion table above.
What colors go well with #A2349E?
The complementary color is HSL(122, 51%, 42%). For a triadic harmony, use hues 302°, 62°, and 182°. For analogous combinations, try hues 272° and 332°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(302, 51%, 42%) in CSS?
As HSL: color: hsl(302, 51%, 42%); — As HEX: color: #A2349E; — As RGB: color: rgb(162, 52, 158); — Tailwind CSS: bg-[hsl(302,51%,42%)] — CSS variable: --color-primary: hsl(302, 51%, 42%);