HSL(339, 95%, 53%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,95%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 95%, 53%) | color: hsl(339, 95%, 53%) | |
| HEX | #F91565 | color: #F91565 | |
| RGB | rgb(249, 21, 101) | color: rgb(249, 21, 101) | |
| CMYK | cmyk(0%, 92%, 59%, 2%) | — | |
| HSV | hsv(339, 92%, 98%) | — | |
| HWB | hwb(339 8% 2%) | color: hwb(339 8% 2%) | |
| OKLCH | oklch(0.6319 0.2459 10.67) | color: oklch(0.6319 0.2459 10.67) | |
| Lab | lab(53.62 79.79 18.41) | color: lab(53.62 79.79 18.41) | |
| LCH | lch(53.62 81.89 12.99) | color: lch(53.62 81.89 12.99) |
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)
#969452 — rgb(150, 148, 82)
Deuteranopia (Green-blind)
#A4B54D — rgb(164, 181, 77)
Tritanopia (Blue-blind)
#EE423F — rgb(238, 66, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 95%, 53%);
text
color: hsl(339, 95%, 53%);
border
border: 2px solid hsl(339, 95%, 53%);
gradient light
background: linear-gradient(to right, hsl(339, 95%, 73%), hsl(339, 95%, 53%));
gradient dark
background: linear-gradient(to right, hsl(339, 95%, 53%), hsl(339, 95%, 33%))
hex
background-color: #F91565;
tailwind
bg-[hsl(339,95%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 95%, 53%, 0.4);
css variable
--color-primary: hsl(339, 95%, 53%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 95%, 53%)?
HEX: #F91565 | RGB: rgb(249, 21, 101) | CMYK: 0%, 92%, 59%, 2% | HSV: 339°, 92%, 98%. Copy any format from the conversion table above.
What colors go well with #F91565?
The complementary color is HSL(159, 95%, 53%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 95%, 53%) in CSS?
As HSL: color: hsl(339, 95%, 53%); — As HEX: color: #F91565; — As RGB: color: rgb(249, 21, 101); — Tailwind CSS: bg-[hsl(339,95%,53%)] — CSS variable: --color-primary: hsl(339, 95%, 53%);