HSL(321, 82%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,82%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 82%, 32%) | color: hsl(321, 82%, 32%) | |
| HEX | #950F66 | color: #950F66 | |
| RGB | rgb(149, 15, 102) | color: rgb(149, 15, 102) | |
| CMYK | cmyk(0%, 90%, 32%, 42%) | — | |
| HSV | hsv(321, 90%, 58%) | — | |
| HWB | hwb(321 6% 42%) | color: hwb(321 6% 42%) | |
| OKLCH | oklch(0.4492 0.1795 348.07) | color: oklch(0.4492 0.1795 348.07) | |
| Lab | lab(33.33 57.34 -14.09) | color: lab(33.33 57.34 -14.09) | |
| LCH | lch(33.33 59.05 346.19) | color: lch(33.33 59.05 346.19) |
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)
#5B5A51 — rgb(91, 90, 81)
Deuteranopia (Green-blind)
#636D4C — rgb(99, 109, 76)
Tritanopia (Blue-blind)
#8E403D — rgb(142, 64, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 82%, 32%);
text
color: hsl(321, 82%, 32%);
border
border: 2px solid hsl(321, 82%, 32%);
gradient light
background: linear-gradient(to right, hsl(321, 82%, 52%), hsl(321, 82%, 32%));
gradient dark
background: linear-gradient(to right, hsl(321, 82%, 32%), hsl(321, 82%, 12%))
hex
background-color: #950F66;
tailwind
bg-[hsl(321,82%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 82%, 32%, 0.4);
css variable
--color-primary: hsl(321, 82%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 82%, 32%)?
HEX: #950F66 | RGB: rgb(149, 15, 102) | CMYK: 0%, 90%, 32%, 42% | HSV: 321°, 90%, 58%. Copy any format from the conversion table above.
What colors go well with #950F66?
The complementary color is HSL(141, 82%, 32%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 82%, 32%) in CSS?
As HSL: color: hsl(321, 82%, 32%); — As HEX: color: #950F66; — As RGB: color: rgb(149, 15, 102); — Tailwind CSS: bg-[hsl(321,82%,32%)] — CSS variable: --color-primary: hsl(321, 82%, 32%);