HSL(329, 55%, 62%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,55%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 55%, 62%) | color: hsl(329, 55%, 62%) | |
| HEX | #D369A0 | color: #D369A0 | |
| RGB | rgb(211, 105, 160) | color: rgb(211, 105, 160) | |
| CMYK | cmyk(0%, 50%, 24%, 17%) | — | |
| HSV | hsv(329, 50%, 83%) | — | |
| HWB | hwb(329 42% 17%) | color: hwb(329 42% 17%) | |
| OKLCH | oklch(0.6614 0.147 349.49) | color: oklch(0.6614 0.147 349.49) | |
| Lab | lab(58.5 48.06 -10.29) | color: lab(58.5 48.06 -10.29) | |
| LCH | lch(58.5 49.15 347.92) | color: lch(58.5 49.15 347.92) |
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)
#A5A493 — rgb(165, 164, 147)
Deuteranopia (Green-blind)
#ABB390 — rgb(171, 179, 144)
Tritanopia (Blue-blind)
#CE8886 — rgb(206, 136, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 55%, 62%);
text
color: hsl(329, 55%, 62%);
border
border: 2px solid hsl(329, 55%, 62%);
gradient light
background: linear-gradient(to right, hsl(329, 55%, 82%), hsl(329, 55%, 62%));
gradient dark
background: linear-gradient(to right, hsl(329, 55%, 62%), hsl(329, 55%, 42%))
hex
background-color: #D369A0;
tailwind
bg-[hsl(329,55%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 55%, 62%, 0.4);
css variable
--color-primary: hsl(329, 55%, 62%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 55%, 62%)?
HEX: #D369A0 | RGB: rgb(211, 105, 160) | CMYK: 0%, 50%, 24%, 17% | HSV: 329°, 50%, 83%. Copy any format from the conversion table above.
What colors go well with #D369A0?
The complementary color is HSL(149, 55%, 62%). For a triadic harmony, use hues 329°, 89°, and 209°. For analogous combinations, try hues 299° and 359°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(329, 55%, 62%) in CSS?
As HSL: color: hsl(329, 55%, 62%); — As HEX: color: #D369A0; — As RGB: color: rgb(211, 105, 160); — Tailwind CSS: bg-[hsl(329,55%,62%)] — CSS variable: --color-primary: hsl(329, 55%, 62%);