HSL(336, 99%, 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(336,99%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 99%, 53%) | color: hsl(336, 99%, 53%) | |
| HEX | #FE106F | color: #FE106F | |
| RGB | rgb(254, 16, 111) | color: rgb(254, 16, 111) | |
| CMYK | cmyk(0%, 94%, 56%, 0%) | — | |
| HSV | hsv(336, 94%, 100%) | — | |
| HWB | hwb(336 6% 0%) | color: hwb(336 6% 0%) | |
| OKLCH | oklch(0.6419 0.2525 8.02) | color: oklch(0.6419 0.2525 8.02) | |
| Lab | lab(54.65 82.05 13.95) | color: lab(54.65 82.05 13.95) | |
| LCH | lch(54.65 83.23 9.65) | color: lch(54.65 83.23 9.65) |
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)
#979558 — rgb(151, 149, 88)
Deuteranopia (Green-blind)
#A5B753 — rgb(165, 183, 83)
Tritanopia (Blue-blind)
#F24642 — rgb(242, 70, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 99%, 53%);
text
color: hsl(336, 99%, 53%);
border
border: 2px solid hsl(336, 99%, 53%);
gradient light
background: linear-gradient(to right, hsl(336, 99%, 73%), hsl(336, 99%, 53%));
gradient dark
background: linear-gradient(to right, hsl(336, 99%, 53%), hsl(336, 99%, 33%))
hex
background-color: #FE106F;
tailwind
bg-[hsl(336,99%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 99%, 53%, 0.4);
css variable
--color-primary: hsl(336, 99%, 53%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 99%, 53%)?
HEX: #FE106F | RGB: rgb(254, 16, 111) | CMYK: 0%, 94%, 56%, 0% | HSV: 336°, 94%, 100%. Copy any format from the conversion table above.
What colors go well with #FE106F?
The complementary color is HSL(156, 99%, 53%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 99%, 53%) in CSS?
As HSL: color: hsl(336, 99%, 53%); — As HEX: color: #FE106F; — As RGB: color: rgb(254, 16, 111); — Tailwind CSS: bg-[hsl(336,99%,53%)] — CSS variable: --color-primary: hsl(336, 99%, 53%);