HSL(331, 82%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,82%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 82%, 32%) | color: hsl(331, 82%, 32%) | |
| HEX | #950F4F | color: #950F4F | |
| RGB | rgb(149, 15, 79) | color: rgb(149, 15, 79) | |
| CMYK | cmyk(0%, 90%, 47%, 42%) | — | |
| HSV | hsv(331, 90%, 58%) | — | |
| HWB | hwb(331 6% 42%) | color: hwb(331 6% 42%) | |
| OKLCH | oklch(0.4402 0.1693 359.83) | color: oklch(0.4402 0.1693 359.83) | |
| Lab | lab(32.48 54.97 -0.43) | color: lab(32.48 54.97 -0.43) | |
| LCH | lch(32.48 54.97 359.55) | color: lch(32.48 54.97 359.55) |
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)
#5B5A40 — rgb(91, 90, 64)
Deuteranopia (Green-blind)
#636D3C — rgb(99, 109, 60)
Tritanopia (Blue-blind)
#8E3331 — rgb(142, 51, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 82%, 32%);
text
color: hsl(331, 82%, 32%);
border
border: 2px solid hsl(331, 82%, 32%);
gradient light
background: linear-gradient(to right, hsl(331, 82%, 52%), hsl(331, 82%, 32%));
gradient dark
background: linear-gradient(to right, hsl(331, 82%, 32%), hsl(331, 82%, 12%))
hex
background-color: #950F4F;
tailwind
bg-[hsl(331,82%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 82%, 32%, 0.4);
css variable
--color-primary: hsl(331, 82%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 82%, 32%)?
HEX: #950F4F | RGB: rgb(149, 15, 79) | CMYK: 0%, 90%, 47%, 42% | HSV: 331°, 90%, 58%. Copy any format from the conversion table above.
What colors go well with #950F4F?
The complementary color is HSL(151, 82%, 32%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 82%, 32%) in CSS?
As HSL: color: hsl(331, 82%, 32%); — As HEX: color: #950F4F; — As RGB: color: rgb(149, 15, 79); — Tailwind CSS: bg-[hsl(331,82%,32%)] — CSS variable: --color-primary: hsl(331, 82%, 32%);