HSL(297, 60%, 43%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(297,60%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(297, 60%, 43%) | color: hsl(297, 60%, 43%) | |
| HEX | #A92CAF | color: #A92CAF | |
| RGB | rgb(169, 44, 175) | color: rgb(169, 44, 175) | |
| CMYK | cmyk(3%, 75%, 0%, 31%) | — | |
| HSV | hsv(297, 75%, 69%) | — | |
| HWB | hwb(297 17% 31%) | color: hwb(297 17% 31%) | |
| OKLCH | oklch(0.5392 0.2149 326.03) | color: oklch(0.5392 0.2149 326.03) | |
| Lab | lab(43.26 64.92 -43.19) | color: lab(43.26 64.92 -43.19) | |
| LCH | lch(43.26 77.97 326.36) | color: lch(43.26 77.97 326.36) |
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)
#73728F — rgb(115, 114, 143)
Deuteranopia (Green-blind)
#7A8488 — rgb(122, 132, 136)
Tritanopia (Blue-blind)
#A37671 — rgb(163, 118, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(297, 60%, 43%);
text
color: hsl(297, 60%, 43%);
border
border: 2px solid hsl(297, 60%, 43%);
gradient light
background: linear-gradient(to right, hsl(297, 60%, 63%), hsl(297, 60%, 43%));
gradient dark
background: linear-gradient(to right, hsl(297, 60%, 43%), hsl(297, 60%, 23%))
hex
background-color: #A92CAF;
tailwind
bg-[hsl(297,60%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(297, 60%, 43%, 0.4);
css variable
--color-primary: hsl(297, 60%, 43%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(297, 60%, 43%)?
HEX: #A92CAF | RGB: rgb(169, 44, 175) | CMYK: 3%, 75%, 0%, 31% | HSV: 297°, 75%, 69%. Copy any format from the conversion table above.
What colors go well with #A92CAF?
The complementary color is HSL(117, 60%, 43%). For a triadic harmony, use hues 297°, 57°, and 177°. For analogous combinations, try hues 267° and 327°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(297, 60%, 43%) in CSS?
As HSL: color: hsl(297, 60%, 43%); — As HEX: color: #A92CAF; — As RGB: color: rgb(169, 44, 175); — Tailwind CSS: bg-[hsl(297,60%,43%)] — CSS variable: --color-primary: hsl(297, 60%, 43%);