HSL(326, 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(326,100%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 100%, 52%) | color: hsl(326, 100%, 52%) | |
| HEX | #FF0A95 | color: #FF0A95 | |
| RGB | rgb(255, 10, 149) | color: rgb(255, 10, 149) | |
| CMYK | cmyk(0%, 96%, 42%, 0%) | — | |
| HSV | hsv(326, 96%, 100%) | — | |
| HWB | hwb(326 4% 0%) | color: hwb(326 4% 0%) | |
| OKLCH | oklch(0.6535 0.2648 356.12) | color: oklch(0.6535 0.2648 356.12) | |
| Lab | lab(55.74 85.54 -7.22) | color: lab(55.74 85.54 -7.22) | |
| LCH | lch(55.74 85.84 355.18) | color: lch(55.74 85.84 355.18) |
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)
#959373 — rgb(149, 147, 115)
Deuteranopia (Green-blind)
#A3B66B — rgb(163, 182, 107)
Tritanopia (Blue-blind)
#F35953 — rgb(243, 89, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 100%, 52%);
text
color: hsl(326, 100%, 52%);
border
border: 2px solid hsl(326, 100%, 52%);
gradient light
background: linear-gradient(to right, hsl(326, 100%, 72%), hsl(326, 100%, 52%));
gradient dark
background: linear-gradient(to right, hsl(326, 100%, 52%), hsl(326, 100%, 32%))
hex
background-color: #FF0A95;
tailwind
bg-[hsl(326,100%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 100%, 52%, 0.4);
css variable
--color-primary: hsl(326, 100%, 52%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 100%, 52%)?
HEX: #FF0A95 | RGB: rgb(255, 10, 149) | CMYK: 0%, 96%, 42%, 0% | HSV: 326°, 96%, 100%. Copy any format from the conversion table above.
What colors go well with #FF0A95?
The complementary color is HSL(146, 100%, 52%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 100%, 52%) in CSS?
As HSL: color: hsl(326, 100%, 52%); — As HEX: color: #FF0A95; — As RGB: color: rgb(255, 10, 149); — Tailwind CSS: bg-[hsl(326,100%,52%)] — CSS variable: --color-primary: hsl(326, 100%, 52%);