HSL(328, 100%, 52%)
Vivid Pink — Pink color
Adjust Color
Color Information
Color Name
Vivid Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,100%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 100%, 52%) | color: hsl(328, 100%, 52%) | |
| HEX | #FF0A8D | color: #FF0A8D | |
| RGB | rgb(255, 10, 141) | color: rgb(255, 10, 141) | |
| CMYK | cmyk(0%, 96%, 45%, 0%) | — | |
| HSV | hsv(328, 96%, 100%) | — | |
| HWB | hwb(328 4% 0%) | color: hwb(328 4% 0%) | |
| OKLCH | oklch(0.6509 0.262 358.6) | color: oklch(0.6509 0.262 358.6) | |
| Lab | lab(55.49 84.88 -2.83) | color: lab(55.49 84.88 -2.83) | |
| LCH | lch(55.49 84.93 358.09) | color: lch(55.49 84.93 358.09) |
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)
#95936D — rgb(149, 147, 109)
Deuteranopia (Green-blind)
#A3B666 — rgb(163, 182, 102)
Tritanopia (Blue-blind)
#F3544F — rgb(243, 84, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 100%, 52%);
text
color: hsl(328, 100%, 52%);
border
border: 2px solid hsl(328, 100%, 52%);
gradient light
background: linear-gradient(to right, hsl(328, 100%, 72%), hsl(328, 100%, 52%));
gradient dark
background: linear-gradient(to right, hsl(328, 100%, 52%), hsl(328, 100%, 32%))
hex
background-color: #FF0A8D;
tailwind
bg-[hsl(328,100%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 100%, 52%, 0.4);
css variable
--color-primary: hsl(328, 100%, 52%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 100%, 52%)?
HEX: #FF0A8D | RGB: rgb(255, 10, 141) | CMYK: 0%, 96%, 45%, 0% | HSV: 328°, 96%, 100%. Copy any format from the conversion table above.
What colors go well with #FF0A8D?
The complementary color is HSL(148, 100%, 52%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 100%, 52%) in CSS?
As HSL: color: hsl(328, 100%, 52%); — As HEX: color: #FF0A8D; — As RGB: color: rgb(255, 10, 141); — Tailwind CSS: bg-[hsl(328,100%,52%)] — CSS variable: --color-primary: hsl(328, 100%, 52%);