HSL(296, 70%, 32%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(296,70%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 70%, 32%) | color: hsl(296, 70%, 32%) | |
| HEX | #83188B | color: #83188B | |
| RGB | rgb(131, 24, 139) | color: rgb(131, 24, 139) | |
| CMYK | cmyk(6%, 83%, 0%, 45%) | — | |
| HSV | hsv(296, 83%, 55%) | — | |
| HWB | hwb(296 9% 45%) | color: hwb(296 9% 45%) | |
| OKLCH | oklch(0.4439 0.1886 324.91) | color: oklch(0.4439 0.1886 324.91) | |
| Lab | lab(32.58 56.84 -38.85) | color: lab(32.58 56.84 -38.85) | |
| LCH | lch(32.58 68.85 325.65) | color: lch(32.58 68.85 325.65) |
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)
#55546F — rgb(85, 84, 111)
Deuteranopia (Green-blind)
#5B6369 — rgb(91, 99, 105)
Tritanopia (Blue-blind)
#7E5954 — rgb(126, 89, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 70%, 32%);
text
color: hsl(296, 70%, 32%);
border
border: 2px solid hsl(296, 70%, 32%);
gradient light
background: linear-gradient(to right, hsl(296, 70%, 52%), hsl(296, 70%, 32%));
gradient dark
background: linear-gradient(to right, hsl(296, 70%, 32%), hsl(296, 70%, 12%))
hex
background-color: #83188B;
tailwind
bg-[hsl(296,70%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 70%, 32%, 0.4);
css variable
--color-primary: hsl(296, 70%, 32%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 70%, 32%)?
HEX: #83188B | RGB: rgb(131, 24, 139) | CMYK: 6%, 83%, 0%, 45% | HSV: 296°, 83%, 55%. Copy any format from the conversion table above.
What colors go well with #83188B?
The complementary color is HSL(116, 70%, 32%). For a triadic harmony, use hues 296°, 56°, and 176°. For analogous combinations, try hues 266° and 326°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(296, 70%, 32%) in CSS?
As HSL: color: hsl(296, 70%, 32%); — As HEX: color: #83188B; — As RGB: color: rgb(131, 24, 139); — Tailwind CSS: bg-[hsl(296,70%,32%)] — CSS variable: --color-primary: hsl(296, 70%, 32%);