HSL(322, 97%, 58%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,97%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 97%, 58%) | color: hsl(322, 97%, 58%) | |
| HEX | #FC2CB0 | color: #FC2CB0 | |
| RGB | rgb(252, 44, 176) | color: rgb(252, 44, 176) | |
| CMYK | cmyk(0%, 83%, 30%, 1%) | — | |
| HSV | hsv(322, 83%, 99%) | — | |
| HWB | hwb(322 17% 1%) | color: hwb(322 17% 1%) | |
| OKLCH | oklch(0.6698 0.2594 348.18) | color: oklch(0.6698 0.2594 348.18) | |
| Lab | lab(57.69 82.97 -20.18) | color: lab(57.69 82.97 -20.18) | |
| LCH | lch(57.69 85.39 346.33) | color: lch(57.69 85.39 346.33) |
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)
#A2A090 — rgb(162, 160, 144)
Deuteranopia (Green-blind)
#AEBE88 — rgb(174, 190, 136)
Tritanopia (Blue-blind)
#F27771 — rgb(242, 119, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 97%, 58%);
text
color: hsl(322, 97%, 58%);
border
border: 2px solid hsl(322, 97%, 58%);
gradient light
background: linear-gradient(to right, hsl(322, 97%, 78%), hsl(322, 97%, 58%));
gradient dark
background: linear-gradient(to right, hsl(322, 97%, 58%), hsl(322, 97%, 38%))
hex
background-color: #FC2CB0;
tailwind
bg-[hsl(322,97%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 97%, 58%, 0.4);
css variable
--color-primary: hsl(322, 97%, 58%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 97%, 58%)?
HEX: #FC2CB0 | RGB: rgb(252, 44, 176) | CMYK: 0%, 83%, 30%, 1% | HSV: 322°, 83%, 99%. Copy any format from the conversion table above.
What colors go well with #FC2CB0?
The complementary color is HSL(142, 97%, 58%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 97%, 58%) in CSS?
As HSL: color: hsl(322, 97%, 58%); — As HEX: color: #FC2CB0; — As RGB: color: rgb(252, 44, 176); — Tailwind CSS: bg-[hsl(322,97%,58%)] — CSS variable: --color-primary: hsl(322, 97%, 58%);