HSL(326, 90%, 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,90%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 90%, 45%) | color: hsl(326, 90%, 45%) | |
| HEX | #DA0B81 | color: #DA0B81 | |
| RGB | rgb(218, 11, 129) | color: rgb(218, 11, 129) | |
| CMYK | cmyk(0%, 95%, 41%, 15%) | — | |
| HSV | hsv(326, 95%, 85%) | — | |
| HWB | hwb(326 4% 15%) | color: hwb(326 4% 15%) | |
| OKLCH | oklch(0.5822 0.2351 355.34) | color: oklch(0.5822 0.2351 355.34) | |
| Lab | lab(47.92 75.88 -7.6) | color: lab(47.92 75.88 -7.6) | |
| LCH | lch(47.92 76.26 354.28) | color: lch(47.92 76.26 354.28) |
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)
#807F64 — rgb(128, 127, 100)
Deuteranopia (Green-blind)
#8C9C5E — rgb(140, 156, 94)
Tritanopia (Blue-blind)
#D04E49 — rgb(208, 78, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 90%, 45%);
text
color: hsl(326, 90%, 45%);
border
border: 2px solid hsl(326, 90%, 45%);
gradient light
background: linear-gradient(to right, hsl(326, 90%, 65%), hsl(326, 90%, 45%));
gradient dark
background: linear-gradient(to right, hsl(326, 90%, 45%), hsl(326, 90%, 25%))
hex
background-color: #DA0B81;
tailwind
bg-[hsl(326,90%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 90%, 45%, 0.4);
css variable
--color-primary: hsl(326, 90%, 45%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 90%, 45%)?
HEX: #DA0B81 | RGB: rgb(218, 11, 129) | CMYK: 0%, 95%, 41%, 15% | HSV: 326°, 95%, 85%. Copy any format from the conversion table above.
What colors go well with #DA0B81?
The complementary color is HSL(146, 90%, 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, 90%, 45%) in CSS?
As HSL: color: hsl(326, 90%, 45%); — As HEX: color: #DA0B81; — As RGB: color: rgb(218, 11, 129); — Tailwind CSS: bg-[hsl(326,90%,45%)] — CSS variable: --color-primary: hsl(326, 90%, 45%);