HSL(292, 23%, 32%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(292,23%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 23%, 32%) | color: hsl(292, 23%, 32%) | |
| HEX | #5F3F64 | color: #5F3F64 | |
| RGB | rgb(95, 63, 100) | color: rgb(95, 63, 100) | |
| CMYK | cmyk(5%, 37%, 0%, 61%) | — | |
| HSV | hsv(292, 37%, 39%) | — | |
| HWB | hwb(292 25% 61%) | color: hwb(292 25% 61%) | |
| OKLCH | oklch(0.4187 0.0718 321.94) | color: oklch(0.4187 0.0718 321.94) | |
| Lab | lab(31.6 21.01 -16.23) | color: lab(31.6 21.01 -16.23) | |
| LCH | lch(31.6 26.55 322.31) | color: lch(31.6 26.55 322.31) |
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)
#51515B — rgb(81, 81, 91)
Deuteranopia (Green-blind)
#535559 — rgb(83, 85, 89)
Tritanopia (Blue-blind)
#5D5452 — rgb(93, 84, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 23%, 32%);
text
color: hsl(292, 23%, 32%);
border
border: 2px solid hsl(292, 23%, 32%);
gradient light
background: linear-gradient(to right, hsl(292, 23%, 52%), hsl(292, 23%, 32%));
gradient dark
background: linear-gradient(to right, hsl(292, 23%, 32%), hsl(292, 23%, 12%))
hex
background-color: #5F3F64;
tailwind
bg-[hsl(292,23%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 23%, 32%, 0.4);
css variable
--color-primary: hsl(292, 23%, 32%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 23%, 32%)?
HEX: #5F3F64 | RGB: rgb(95, 63, 100) | CMYK: 5%, 37%, 0%, 61% | HSV: 292°, 37%, 39%. Copy any format from the conversion table above.
What colors go well with #5F3F64?
The complementary color is HSL(112, 23%, 32%). 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, 23%, 32%) in CSS?
As HSL: color: hsl(292, 23%, 32%); — As HEX: color: #5F3F64; — As RGB: color: rgb(95, 63, 100); — Tailwind CSS: bg-[hsl(292,23%,32%)] — CSS variable: --color-primary: hsl(292, 23%, 32%);