HSL(326, 85%, 45%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,85%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 85%, 45%) | color: hsl(326, 85%, 45%) | |
| HEX | #D41180 | color: #D41180 | |
| RGB | rgb(212, 17, 128) | color: rgb(212, 17, 128) | |
| CMYK | cmyk(0%, 92%, 40%, 17%) | — | |
| HSV | hsv(326, 92%, 83%) | — | |
| HWB | hwb(326 7% 17%) | color: hwb(326 7% 17%) | |
| OKLCH | oklch(0.5728 0.229 354.54) | color: oklch(0.5728 0.229 354.54) | |
| Lab | lab(46.92 73.88 -8.61) | color: lab(46.92 73.88 -8.61) | |
| LCH | lch(46.92 74.38 353.35) | color: lch(46.92 74.38 353.35) |
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)
#807E65 — rgb(128, 126, 101)
Deuteranopia (Green-blind)
#8B9A5F — rgb(139, 154, 95)
Tritanopia (Blue-blind)
#CA504B — rgb(202, 80, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 85%, 45%);
text
color: hsl(326, 85%, 45%);
border
border: 2px solid hsl(326, 85%, 45%);
gradient light
background: linear-gradient(to right, hsl(326, 85%, 65%), hsl(326, 85%, 45%));
gradient dark
background: linear-gradient(to right, hsl(326, 85%, 45%), hsl(326, 85%, 25%))
hex
background-color: #D41180;
tailwind
bg-[hsl(326,85%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 85%, 45%, 0.4);
css variable
--color-primary: hsl(326, 85%, 45%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 85%, 45%)?
HEX: #D41180 | RGB: rgb(212, 17, 128) | CMYK: 0%, 92%, 40%, 17% | HSV: 326°, 92%, 83%. Copy any format from the conversion table above.
What colors go well with #D41180?
The complementary color is HSL(146, 85%, 45%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 85%, 45%) in CSS?
As HSL: color: hsl(326, 85%, 45%); — As HEX: color: #D41180; — As RGB: color: rgb(212, 17, 128); — Tailwind CSS: bg-[hsl(326,85%,45%)] — CSS variable: --color-primary: hsl(326, 85%, 45%);