HSL(341, 97%, 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(341,97%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 97%, 55%) | color: hsl(341, 97%, 55%) | |
| HEX | #FC1D63 | color: #FC1D63 | |
| RGB | rgb(252, 29, 99) | color: rgb(252, 29, 99) | |
| CMYK | cmyk(0%, 88%, 61%, 1%) | — | |
| HSV | hsv(341, 88%, 99%) | — | |
| HWB | hwb(341 12% 1%) | color: hwb(341 12% 1%) | |
| OKLCH | oklch(0.6395 0.2449 12.09) | color: oklch(0.6395 0.2449 12.09) | |
| Lab | lab(54.53 79.34 20.94) | color: lab(54.53 79.34 20.94) | |
| LCH | lch(54.53 82.06 14.78) | color: lch(54.53 82.06 14.78) |
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)
#9B9952 — rgb(155, 153, 82)
Deuteranopia (Green-blind)
#A8B94E — rgb(168, 185, 78)
Tritanopia (Blue-blind)
#F14542 — rgb(241, 69, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 97%, 55%);
text
color: hsl(341, 97%, 55%);
border
border: 2px solid hsl(341, 97%, 55%);
gradient light
background: linear-gradient(to right, hsl(341, 97%, 75%), hsl(341, 97%, 55%));
gradient dark
background: linear-gradient(to right, hsl(341, 97%, 55%), hsl(341, 97%, 35%))
hex
background-color: #FC1D63;
tailwind
bg-[hsl(341,97%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 97%, 55%, 0.4);
css variable
--color-primary: hsl(341, 97%, 55%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 97%, 55%)?
HEX: #FC1D63 | RGB: rgb(252, 29, 99) | CMYK: 0%, 88%, 61%, 1% | HSV: 341°, 88%, 99%. Copy any format from the conversion table above.
What colors go well with #FC1D63?
The complementary color is HSL(161, 97%, 55%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 97%, 55%) in CSS?
As HSL: color: hsl(341, 97%, 55%); — As HEX: color: #FC1D63; — As RGB: color: rgb(252, 29, 99); — Tailwind CSS: bg-[hsl(341,97%,55%)] — CSS variable: --color-primary: hsl(341, 97%, 55%);