HSL(296, 63%, 20%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(296,63%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 63%, 20%) | color: hsl(296, 63%, 20%) | |
| HEX | #4F1353 | color: #4F1353 | |
| RGB | rgb(79, 19, 83) | color: rgb(79, 19, 83) | |
| CMYK | cmyk(5%, 77%, 0%, 67%) | — | |
| HSV | hsv(296, 77%, 33%) | — | |
| HWB | hwb(296 8% 67%) | color: hwb(296 8% 67%) | |
| OKLCH | oklch(0.3178 0.1216 325.26) | color: oklch(0.3178 0.1216 325.26) | |
| Lab | lab(19.03 36.61 -24.92) | color: lab(19.03 36.61 -24.92) | |
| LCH | lch(19.03 44.29 325.76) | color: lch(19.03 44.29 325.76) |
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)
#353444 — rgb(53, 52, 68)
Deuteranopia (Green-blind)
#393D40 — rgb(57, 61, 64)
Tritanopia (Blue-blind)
#4C3735 — rgb(76, 55, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 63%, 20%);
text
color: hsl(296, 63%, 20%);
border
border: 2px solid hsl(296, 63%, 20%);
gradient light
background: linear-gradient(to right, hsl(296, 63%, 40%), hsl(296, 63%, 20%));
gradient dark
background: linear-gradient(to right, hsl(296, 63%, 20%), hsl(296, 63%, 0%))
hex
background-color: #4F1353;
tailwind
bg-[hsl(296,63%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 63%, 20%, 0.4);
css variable
--color-primary: hsl(296, 63%, 20%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 63%, 20%)?
HEX: #4F1353 | RGB: rgb(79, 19, 83) | CMYK: 5%, 77%, 0%, 67% | HSV: 296°, 77%, 33%. Copy any format from the conversion table above.
What colors go well with #4F1353?
The complementary color is HSL(116, 63%, 20%). 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, 63%, 20%) in CSS?
As HSL: color: hsl(296, 63%, 20%); — As HEX: color: #4F1353; — As RGB: color: rgb(79, 19, 83); — Tailwind CSS: bg-[hsl(296,63%,20%)] — CSS variable: --color-primary: hsl(296, 63%, 20%);