HSL(324, 60%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(324,60%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 60%, 32%) | color: hsl(324, 60%, 32%) | |
| HEX | #83215B | color: #83215B | |
| RGB | rgb(131, 33, 91) | color: rgb(131, 33, 91) | |
| CMYK | cmyk(0%, 75%, 31%, 49%) | — | |
| HSV | hsv(324, 75%, 51%) | — | |
| HWB | hwb(324 13% 49%) | color: hwb(324 13% 49%) | |
| OKLCH | oklch(0.4247 0.1449 348.74) | color: oklch(0.4247 0.1449 348.74) | |
| Lab | lab(31.04 46.61 -10.79) | color: lab(31.04 46.61 -10.79) | |
| LCH | lch(31.04 47.84 346.97) | color: lch(31.04 47.84 346.97) |
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)
#59584D — rgb(89, 88, 77)
Deuteranopia (Green-blind)
#5E664A — rgb(94, 102, 74)
Tritanopia (Blue-blind)
#7E423F — rgb(126, 66, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 60%, 32%);
text
color: hsl(324, 60%, 32%);
border
border: 2px solid hsl(324, 60%, 32%);
gradient light
background: linear-gradient(to right, hsl(324, 60%, 52%), hsl(324, 60%, 32%));
gradient dark
background: linear-gradient(to right, hsl(324, 60%, 32%), hsl(324, 60%, 12%))
hex
background-color: #83215B;
tailwind
bg-[hsl(324,60%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 60%, 32%, 0.4);
css variable
--color-primary: hsl(324, 60%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 60%, 32%)?
HEX: #83215B | RGB: rgb(131, 33, 91) | CMYK: 0%, 75%, 31%, 49% | HSV: 324°, 75%, 51%. Copy any format from the conversion table above.
What colors go well with #83215B?
The complementary color is HSL(144, 60%, 32%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 60%, 32%) in CSS?
As HSL: color: hsl(324, 60%, 32%); — As HEX: color: #83215B; — As RGB: color: rgb(131, 33, 91); — Tailwind CSS: bg-[hsl(324,60%,32%)] — CSS variable: --color-primary: hsl(324, 60%, 32%);