HSL(332, 88%, 52%)
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,88%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 88%, 52%) | color: hsl(332, 88%, 52%) | |
| HEX | #F0197D | color: #F0197D | |
| RGB | rgb(240, 25, 125) | color: rgb(240, 25, 125) | |
| CMYK | cmyk(0%, 90%, 48%, 6%) | — | |
| HSV | hsv(332, 90%, 94%) | — | |
| HWB | hwb(332 9% 6%) | color: hwb(332 9% 6%) | |
| OKLCH | oklch(0.6235 0.2427 1.55) | color: oklch(0.6235 0.2427 1.55) | |
| Lab | lab(52.63 78.85 2.24) | color: lab(52.63 78.85 2.24) | |
| LCH | lch(52.63 78.88 1.63) | color: lch(52.63 78.88 1.63) |
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)
#939165 — rgb(147, 145, 101)
Deuteranopia (Green-blind)
#9FB05F — rgb(159, 176, 95)
Tritanopia (Blue-blind)
#E5524E — rgb(229, 82, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 88%, 52%);
text
color: hsl(332, 88%, 52%);
border
border: 2px solid hsl(332, 88%, 52%);
gradient light
background: linear-gradient(to right, hsl(332, 88%, 72%), hsl(332, 88%, 52%));
gradient dark
background: linear-gradient(to right, hsl(332, 88%, 52%), hsl(332, 88%, 32%))
hex
background-color: #F0197D;
tailwind
bg-[hsl(332,88%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 88%, 52%, 0.4);
css variable
--color-primary: hsl(332, 88%, 52%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 88%, 52%)?
HEX: #F0197D | RGB: rgb(240, 25, 125) | CMYK: 0%, 90%, 48%, 6% | HSV: 332°, 90%, 94%. Copy any format from the conversion table above.
What colors go well with #F0197D?
The complementary color is HSL(152, 88%, 52%). 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, 88%, 52%) in CSS?
As HSL: color: hsl(332, 88%, 52%); — As HEX: color: #F0197D; — As RGB: color: rgb(240, 25, 125); — Tailwind CSS: bg-[hsl(332,88%,52%)] — CSS variable: --color-primary: hsl(332, 88%, 52%);