HSL(292, 41%, 23%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(292,41%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 41%, 23%) | color: hsl(292, 41%, 23%) | |
| HEX | #4C2353 | color: #4C2353 | |
| RGB | rgb(76, 35, 83) | color: rgb(76, 35, 83) | |
| CMYK | cmyk(8%, 58%, 0%, 67%) | — | |
| HSV | hsv(291, 58%, 33%) | — | |
| HWB | hwb(291 14% 67%) | color: hwb(291 14% 67%) | |
| OKLCH | oklch(0.3344 0.0942 321.62) | color: oklch(0.3344 0.0942 321.62) | |
| Lab | lab(21.44 27.72 -21.12) | color: lab(21.44 27.72 -21.12) | |
| LCH | lch(21.44 34.85 322.7) | color: lch(21.44 34.85 322.7) |
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)
#3A3A47 — rgb(58, 58, 71)
Deuteranopia (Green-blind)
#3D4045 — rgb(61, 64, 69)
Tritanopia (Blue-blind)
#4A3E3C — rgb(74, 62, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 41%, 23%);
text
color: hsl(292, 41%, 23%);
border
border: 2px solid hsl(292, 41%, 23%);
gradient light
background: linear-gradient(to right, hsl(292, 41%, 43%), hsl(292, 41%, 23%));
gradient dark
background: linear-gradient(to right, hsl(292, 41%, 23%), hsl(292, 41%, 3%))
hex
background-color: #4C2353;
tailwind
bg-[hsl(292,41%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 41%, 23%, 0.4);
css variable
--color-primary: hsl(292, 41%, 23%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 41%, 23%)?
HEX: #4C2353 | RGB: rgb(76, 35, 83) | CMYK: 8%, 58%, 0%, 67% | HSV: 291°, 58%, 33%. Copy any format from the conversion table above.
What colors go well with #4C2353?
The complementary color is HSL(112, 41%, 23%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 41%, 23%) in CSS?
As HSL: color: hsl(292, 41%, 23%); — As HEX: color: #4C2353; — As RGB: color: rgb(76, 35, 83); — Tailwind CSS: bg-[hsl(292,41%,23%)] — CSS variable: --color-primary: hsl(292, 41%, 23%);