HSL(296, 72%, 27%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(296,72%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 72%, 27%) | color: hsl(296, 72%, 27%) | |
| HEX | #701376 | color: #701376 | |
| RGB | rgb(112, 19, 118) | color: rgb(112, 19, 118) | |
| CMYK | cmyk(5%, 84%, 0%, 54%) | — | |
| HSV | hsv(296, 84%, 46%) | — | |
| HWB | hwb(296 7% 54%) | color: hwb(296 7% 54%) | |
| OKLCH | oklch(0.3961 0.1678 325.35) | color: oklch(0.3961 0.1678 325.35) | |
| Lab | lab(27.35 50.63 -34.22) | color: lab(27.35 50.63 -34.22) | |
| LCH | lch(27.35 61.11 325.95) | color: lch(27.35 61.11 325.95) |
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)
#48475E — rgb(72, 71, 94)
Deuteranopia (Green-blind)
#4D5458 — rgb(77, 84, 88)
Tritanopia (Blue-blind)
#6B4B47 — rgb(107, 75, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 72%, 27%);
text
color: hsl(296, 72%, 27%);
border
border: 2px solid hsl(296, 72%, 27%);
gradient light
background: linear-gradient(to right, hsl(296, 72%, 47%), hsl(296, 72%, 27%));
gradient dark
background: linear-gradient(to right, hsl(296, 72%, 27%), hsl(296, 72%, 7%))
hex
background-color: #701376;
tailwind
bg-[hsl(296,72%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 72%, 27%, 0.4);
css variable
--color-primary: hsl(296, 72%, 27%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 72%, 27%)?
HEX: #701376 | RGB: rgb(112, 19, 118) | CMYK: 5%, 84%, 0%, 54% | HSV: 296°, 84%, 46%. Copy any format from the conversion table above.
What colors go well with #701376?
The complementary color is HSL(116, 72%, 27%). 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, 72%, 27%) in CSS?
As HSL: color: hsl(296, 72%, 27%); — As HEX: color: #701376; — As RGB: color: rgb(112, 19, 118); — Tailwind CSS: bg-[hsl(296,72%,27%)] — CSS variable: --color-primary: hsl(296, 72%, 27%);