HSL(331, 84%, 49%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,84%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 84%, 49%) | color: hsl(331, 84%, 49%) | |
| HEX | #E61479 | color: #E61479 | |
| RGB | rgb(230, 20, 121) | color: rgb(230, 20, 121) | |
| CMYK | cmyk(0%, 91%, 47%, 10%) | — | |
| HSV | hsv(331, 91%, 90%) | — | |
| HWB | hwb(331 8% 10%) | color: hwb(331 8% 10%) | |
| OKLCH | oklch(0.6031 0.2369 0.88) | color: oklch(0.6031 0.2369 0.88) | |
| Lab | lab(50.35 76.92 1.11) | color: lab(50.35 76.92 1.11) | |
| LCH | lch(50.35 76.93 0.83) | color: lch(50.35 76.93 0.83) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8B8961 — rgb(139, 137, 97)
Deuteranopia (Green-blind)
#97A75B — rgb(151, 167, 91)
Tritanopia (Blue-blind)
#DC4D49 — rgb(220, 77, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 84%, 49%);
text
color: hsl(331, 84%, 49%);
border
border: 2px solid hsl(331, 84%, 49%);
gradient light
background: linear-gradient(to right, hsl(331, 84%, 69%), hsl(331, 84%, 49%));
gradient dark
background: linear-gradient(to right, hsl(331, 84%, 49%), hsl(331, 84%, 29%))
hex
background-color: #E61479;
tailwind
bg-[hsl(331,84%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 84%, 49%, 0.4);
css variable
--color-primary: hsl(331, 84%, 49%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 84%, 49%)?
HEX: #E61479 | RGB: rgb(230, 20, 121) | CMYK: 0%, 91%, 47%, 10% | HSV: 331°, 91%, 90%. Copy any format from the conversion table above.
What colors go well with #E61479?
The complementary color is HSL(151, 84%, 49%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 84%, 49%) in CSS?
As HSL: color: hsl(331, 84%, 49%); — As HEX: color: #E61479; — As RGB: color: rgb(230, 20, 121); — Tailwind CSS: bg-[hsl(331,84%,49%)] — CSS variable: --color-primary: hsl(331, 84%, 49%);