HSL(326, 100%, 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(326,100%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 100%, 58%) | color: hsl(326, 100%, 58%) | |
| HEX | #FF29A2 | color: #FF29A2 | |
| RGB | rgb(255, 41, 162) | color: rgb(255, 41, 162) | |
| CMYK | cmyk(0%, 84%, 36%, 0%) | — | |
| HSV | hsv(326, 84%, 100%) | — | |
| HWB | hwb(326 16% 0%) | color: hwb(326 16% 0%) | |
| OKLCH | oklch(0.6679 0.2568 352.99) | color: oklch(0.6679 0.2568 352.99) | |
| Lab | lab(57.52 82.81 -12.21) | color: lab(57.52 82.81 -12.21) | |
| LCH | lch(57.52 83.71 351.61) | color: lch(57.52 83.71 351.61) |
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)
#A2A085 — rgb(162, 160, 133)
Deuteranopia (Green-blind)
#AFBF7E — rgb(175, 191, 126)
Tritanopia (Blue-blind)
#F46E69 — rgb(244, 110, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 100%, 58%);
text
color: hsl(326, 100%, 58%);
border
border: 2px solid hsl(326, 100%, 58%);
gradient light
background: linear-gradient(to right, hsl(326, 100%, 78%), hsl(326, 100%, 58%));
gradient dark
background: linear-gradient(to right, hsl(326, 100%, 58%), hsl(326, 100%, 38%))
hex
background-color: #FF29A2;
tailwind
bg-[hsl(326,100%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 100%, 58%, 0.4);
css variable
--color-primary: hsl(326, 100%, 58%);
Related Colors
Use Cases for Vivid Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 100%, 58%)?
HEX: #FF29A2 | RGB: rgb(255, 41, 162) | CMYK: 0%, 84%, 36%, 0% | HSV: 326°, 84%, 100%. Copy any format from the conversion table above.
What colors go well with #FF29A2?
The complementary color is HSL(146, 100%, 58%). 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%, 58%) in CSS?
As HSL: color: hsl(326, 100%, 58%); — As HEX: color: #FF29A2; — As RGB: color: rgb(255, 41, 162); — Tailwind CSS: bg-[hsl(326,100%,58%)] — CSS variable: --color-primary: hsl(326, 100%, 58%);