HSL(296, 43%, 27%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(296,43%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 43%, 27%) | color: hsl(296, 43%, 27%) | |
| HEX | #5F2762 | color: #5F2762 | |
| RGB | rgb(95, 39, 98) | color: rgb(95, 39, 98) | |
| CMYK | cmyk(3%, 60%, 0%, 62%) | — | |
| HSV | hsv(297, 60%, 38%) | — | |
| HWB | hwb(297 15% 62%) | color: hwb(297 15% 62%) | |
| OKLCH | oklch(0.3771 0.1151 325.56) | color: oklch(0.3771 0.1151 325.56) | |
| Lab | lab(26.06 34.59 -23.56) | color: lab(26.06 34.59 -23.56) | |
| LCH | lch(26.06 41.85 325.74) | color: lch(26.06 41.85 325.74) |
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)
#474654 — rgb(71, 70, 84)
Deuteranopia (Green-blind)
#4A4E50 — rgb(74, 78, 80)
Tritanopia (Blue-blind)
#5C4846 — rgb(92, 72, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 43%, 27%);
text
color: hsl(296, 43%, 27%);
border
border: 2px solid hsl(296, 43%, 27%);
gradient light
background: linear-gradient(to right, hsl(296, 43%, 47%), hsl(296, 43%, 27%));
gradient dark
background: linear-gradient(to right, hsl(296, 43%, 27%), hsl(296, 43%, 7%))
hex
background-color: #5F2762;
tailwind
bg-[hsl(296,43%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 43%, 27%, 0.4);
css variable
--color-primary: hsl(296, 43%, 27%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 43%, 27%)?
HEX: #5F2762 | RGB: rgb(95, 39, 98) | CMYK: 3%, 60%, 0%, 62% | HSV: 297°, 60%, 38%. Copy any format from the conversion table above.
What colors go well with #5F2762?
The complementary color is HSL(116, 43%, 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, 43%, 27%) in CSS?
As HSL: color: hsl(296, 43%, 27%); — As HEX: color: #5F2762; — As RGB: color: rgb(95, 39, 98); — Tailwind CSS: bg-[hsl(296,43%,27%)] — CSS variable: --color-primary: hsl(296, 43%, 27%);