HSL(326, 94%, 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,94%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 94%, 45%) | color: hsl(326, 94%, 45%) | |
| HEX | #DF0781 | color: #DF0781 | |
| RGB | rgb(223, 7, 129) | color: rgb(223, 7, 129) | |
| CMYK | cmyk(0%, 97%, 42%, 13%) | — | |
| HSV | hsv(326, 97%, 87%) | — | |
| HWB | hwb(326 3% 13%) | color: hwb(326 3% 13%) | |
| OKLCH | oklch(0.5903 0.2392 356.32) | color: oklch(0.5903 0.2392 356.32) | |
| Lab | lab(48.8 77.28 -6.2) | color: lab(48.8 77.28 -6.2) | |
| LCH | lch(48.8 77.53 355.41) | color: lch(48.8 77.53 355.41) |
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)
#818063 — rgb(129, 128, 99)
Deuteranopia (Green-blind)
#8E9E5C — rgb(142, 158, 92)
Tritanopia (Blue-blind)
#D44C47 — rgb(212, 76, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 94%, 45%);
text
color: hsl(326, 94%, 45%);
border
border: 2px solid hsl(326, 94%, 45%);
gradient light
background: linear-gradient(to right, hsl(326, 94%, 65%), hsl(326, 94%, 45%));
gradient dark
background: linear-gradient(to right, hsl(326, 94%, 45%), hsl(326, 94%, 25%))
hex
background-color: #DF0781;
tailwind
bg-[hsl(326,94%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 94%, 45%, 0.4);
css variable
--color-primary: hsl(326, 94%, 45%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 94%, 45%)?
HEX: #DF0781 | RGB: rgb(223, 7, 129) | CMYK: 0%, 97%, 42%, 13% | HSV: 326°, 97%, 87%. Copy any format from the conversion table above.
What colors go well with #DF0781?
The complementary color is HSL(146, 94%, 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, 94%, 45%) in CSS?
As HSL: color: hsl(326, 94%, 45%); — As HEX: color: #DF0781; — As RGB: color: rgb(223, 7, 129); — Tailwind CSS: bg-[hsl(326,94%,45%)] — CSS variable: --color-primary: hsl(326, 94%, 45%);