HSL(332, 81%, 46%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,81%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 81%, 46%) | color: hsl(332, 81%, 46%) | |
| HEX | #D4166F | color: #D4166F | |
| RGB | rgb(212, 22, 111) | color: rgb(212, 22, 111) | |
| CMYK | cmyk(0%, 90%, 48%, 17%) | — | |
| HSV | hsv(332, 90%, 83%) | — | |
| HWB | hwb(332 8% 17%) | color: hwb(332 8% 17%) | |
| OKLCH | oklch(0.5688 0.2209 1.11) | color: oklch(0.5688 0.2209 1.11) | |
| Lab | lab(46.61 71.74 1.37) | color: lab(46.61 71.74 1.37) | |
| LCH | lch(46.61 71.75 1.09) | color: lch(46.61 71.75 1.09) |
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)
#828059 — rgb(130, 128, 89)
Deuteranopia (Green-blind)
#8D9B54 — rgb(141, 155, 84)
Tritanopia (Blue-blind)
#CB4845 — rgb(203, 72, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 81%, 46%);
text
color: hsl(332, 81%, 46%);
border
border: 2px solid hsl(332, 81%, 46%);
gradient light
background: linear-gradient(to right, hsl(332, 81%, 66%), hsl(332, 81%, 46%));
gradient dark
background: linear-gradient(to right, hsl(332, 81%, 46%), hsl(332, 81%, 26%))
hex
background-color: #D4166F;
tailwind
bg-[hsl(332,81%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 81%, 46%, 0.4);
css variable
--color-primary: hsl(332, 81%, 46%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 81%, 46%)?
HEX: #D4166F | RGB: rgb(212, 22, 111) | CMYK: 0%, 90%, 48%, 17% | HSV: 332°, 90%, 83%. Copy any format from the conversion table above.
What colors go well with #D4166F?
The complementary color is HSL(152, 81%, 46%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 81%, 46%) in CSS?
As HSL: color: hsl(332, 81%, 46%); — As HEX: color: #D4166F; — As RGB: color: rgb(212, 22, 111); — Tailwind CSS: bg-[hsl(332,81%,46%)] — CSS variable: --color-primary: hsl(332, 81%, 46%);