HSL(332, 99%, 55%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,99%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 99%, 55%) | color: hsl(332, 99%, 55%) | |
| HEX | #FE1B85 | color: #FE1B85 | |
| RGB | rgb(254, 27, 133) | color: rgb(254, 27, 133) | |
| CMYK | cmyk(0%, 89%, 48%, 0%) | — | |
| HSV | hsv(332, 89%, 100%) | — | |
| HWB | hwb(332 11% 0%) | color: hwb(332 11% 0%) | |
| OKLCH | oklch(0.6509 0.2535 1.43) | color: oklch(0.6509 0.2535 1.43) | |
| Lab | lab(55.64 82.35 2.14) | color: lab(55.64 82.35 2.14) | |
| LCH | lch(55.64 82.38 1.49) | color: lch(55.64 82.38 1.49) |
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)
#9C9A6B — rgb(156, 154, 107)
Deuteranopia (Green-blind)
#A9BA65 — rgb(169, 186, 101)
Tritanopia (Blue-blind)
#F35753 — rgb(243, 87, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 99%, 55%);
text
color: hsl(332, 99%, 55%);
border
border: 2px solid hsl(332, 99%, 55%);
gradient light
background: linear-gradient(to right, hsl(332, 99%, 75%), hsl(332, 99%, 55%));
gradient dark
background: linear-gradient(to right, hsl(332, 99%, 55%), hsl(332, 99%, 35%))
hex
background-color: #FE1B85;
tailwind
bg-[hsl(332,99%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 99%, 55%, 0.4);
css variable
--color-primary: hsl(332, 99%, 55%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 99%, 55%)?
HEX: #FE1B85 | RGB: rgb(254, 27, 133) | CMYK: 0%, 89%, 48%, 0% | HSV: 332°, 89%, 100%. Copy any format from the conversion table above.
What colors go well with #FE1B85?
The complementary color is HSL(152, 99%, 55%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 99%, 55%) in CSS?
As HSL: color: hsl(332, 99%, 55%); — As HEX: color: #FE1B85; — As RGB: color: rgb(254, 27, 133); — Tailwind CSS: bg-[hsl(332,99%,55%)] — CSS variable: --color-primary: hsl(332, 99%, 55%);