HSL(296, 63%, 37%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(296,63%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 63%, 37%) | color: hsl(296, 63%, 37%) | |
| HEX | #92239A | color: #92239A | |
| RGB | rgb(146, 35, 154) | color: rgb(146, 35, 154) | |
| CMYK | cmyk(5%, 77%, 0%, 40%) | — | |
| HSV | hsv(296, 77%, 60%) | — | |
| HWB | hwb(296 14% 40%) | color: hwb(296 14% 40%) | |
| OKLCH | oklch(0.4847 0.197 325.05) | color: oklch(0.4847 0.197 325.05) | |
| Lab | lab(37.2 59.33 -40.5) | color: lab(37.2 59.33 -40.5) | |
| LCH | lch(37.2 71.84 325.68) | color: lch(37.2 71.84 325.68) |
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)
#62617D — rgb(98, 97, 125)
Deuteranopia (Green-blind)
#687176 — rgb(104, 113, 118)
Tritanopia (Blue-blind)
#8C6661 — rgb(140, 102, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 63%, 37%);
text
color: hsl(296, 63%, 37%);
border
border: 2px solid hsl(296, 63%, 37%);
gradient light
background: linear-gradient(to right, hsl(296, 63%, 57%), hsl(296, 63%, 37%));
gradient dark
background: linear-gradient(to right, hsl(296, 63%, 37%), hsl(296, 63%, 17%))
hex
background-color: #92239A;
tailwind
bg-[hsl(296,63%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 63%, 37%, 0.4);
css variable
--color-primary: hsl(296, 63%, 37%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 63%, 37%)?
HEX: #92239A | RGB: rgb(146, 35, 154) | CMYK: 5%, 77%, 0%, 40% | HSV: 296°, 77%, 60%. Copy any format from the conversion table above.
What colors go well with #92239A?
The complementary color is HSL(116, 63%, 37%). 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%, 37%) in CSS?
As HSL: color: hsl(296, 63%, 37%); — As HEX: color: #92239A; — As RGB: color: rgb(146, 35, 154); — Tailwind CSS: bg-[hsl(296,63%,37%)] — CSS variable: --color-primary: hsl(296, 63%, 37%);