HSL(337, 100%, 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(337,100%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 100%, 49%) | color: hsl(337, 100%, 49%) | |
| HEX | #FA0060 | color: #FA0060 | |
| RGB | rgb(250, 0, 96) | color: rgb(250, 0, 96) | |
| CMYK | cmyk(0%, 100%, 62%, 2%) | — | |
| HSV | hsv(337, 100%, 98%) | — | |
| HWB | hwb(337 0% 2%) | color: hwb(337 0% 2%) | |
| OKLCH | oklch(0.6284 0.2512 11.68) | color: oklch(0.6284 0.2512 11.68) | |
| Lab | lab(53.14 81.42 20.82) | color: lab(53.14 81.42 20.82) | |
| LCH | lch(53.14 84.04 14.34) | color: lch(53.14 84.04 14.34) |
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)
#8E8C49 — rgb(142, 140, 73)
Deuteranopia (Green-blind)
#9CAF43 — rgb(156, 175, 67)
Tritanopia (Blue-blind)
#EE3632 — rgb(238, 54, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 100%, 49%);
text
color: hsl(337, 100%, 49%);
border
border: 2px solid hsl(337, 100%, 49%);
gradient light
background: linear-gradient(to right, hsl(337, 100%, 69%), hsl(337, 100%, 49%));
gradient dark
background: linear-gradient(to right, hsl(337, 100%, 49%), hsl(337, 100%, 29%))
hex
background-color: #FA0060;
tailwind
bg-[hsl(337,100%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 100%, 49%, 0.4);
css variable
--color-primary: hsl(337, 100%, 49%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 100%, 49%)?
HEX: #FA0060 | RGB: rgb(250, 0, 96) | CMYK: 0%, 100%, 62%, 2% | HSV: 337°, 100%, 98%. Copy any format from the conversion table above.
What colors go well with #FA0060?
The complementary color is HSL(157, 100%, 49%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 100%, 49%) in CSS?
As HSL: color: hsl(337, 100%, 49%); — As HEX: color: #FA0060; — As RGB: color: rgb(250, 0, 96); — Tailwind CSS: bg-[hsl(337,100%,49%)] — CSS variable: --color-primary: hsl(337, 100%, 49%);