HSL(319, 96%, 59%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,96%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 96%, 59%) | color: hsl(319, 96%, 59%) | |
| HEX | #FB32BB | color: #FB32BB | |
| RGB | rgb(251, 50, 187) | color: rgb(251, 50, 187) | |
| CMYK | cmyk(0%, 80%, 25%, 2%) | — | |
| HSV | hsv(319, 80%, 98%) | — | |
| HWB | hwb(319 20% 2%) | color: hwb(319 20% 2%) | |
| OKLCH | oklch(0.676 0.26 344.86) | color: oklch(0.676 0.26 344.86) | |
| Lab | lab(58.4 82.66 -25.48) | color: lab(58.4 82.66 -25.48) | |
| LCH | lch(58.4 86.5 342.87) | color: lch(58.4 86.5 342.87) |
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)
#A4A29A — rgb(164, 162, 154)
Deuteranopia (Green-blind)
#B0BF92 — rgb(176, 191, 146)
Tritanopia (Blue-blind)
#F1807A — rgb(241, 128, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 96%, 59%);
text
color: hsl(319, 96%, 59%);
border
border: 2px solid hsl(319, 96%, 59%);
gradient light
background: linear-gradient(to right, hsl(319, 96%, 79%), hsl(319, 96%, 59%));
gradient dark
background: linear-gradient(to right, hsl(319, 96%, 59%), hsl(319, 96%, 39%))
hex
background-color: #FB32BB;
tailwind
bg-[hsl(319,96%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 96%, 59%, 0.4);
css variable
--color-primary: hsl(319, 96%, 59%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 96%, 59%)?
HEX: #FB32BB | RGB: rgb(251, 50, 187) | CMYK: 0%, 80%, 25%, 2% | HSV: 319°, 80%, 98%. Copy any format from the conversion table above.
What colors go well with #FB32BB?
The complementary color is HSL(139, 96%, 59%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 96%, 59%) in CSS?
As HSL: color: hsl(319, 96%, 59%); — As HEX: color: #FB32BB; — As RGB: color: rgb(251, 50, 187); — Tailwind CSS: bg-[hsl(319,96%,59%)] — CSS variable: --color-primary: hsl(319, 96%, 59%);