HSL(329, 50%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,50%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 50%, 64%) | color: hsl(329, 50%, 64%) | |
| HEX | #D175A5 | color: #D175A5 | |
| RGB | rgb(209, 117, 165) | color: rgb(209, 117, 165) | |
| CMYK | cmyk(0%, 44%, 21%, 18%) | — | |
| HSV | hsv(329, 44%, 82%) | — | |
| HWB | hwb(329 46% 18%) | color: hwb(329 46% 18%) | |
| OKLCH | oklch(0.6785 0.1282 348.49) | color: oklch(0.6785 0.1282 348.49) | |
| Lab | lab(60.78 42.02 -9.79) | color: lab(60.78 42.02 -9.79) | |
| LCH | lch(60.78 43.15 346.88) | color: lch(60.78 43.15 346.88) |
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)
#A9A899 — rgb(169, 168, 153)
Deuteranopia (Green-blind)
#AFB597 — rgb(175, 181, 151)
Tritanopia (Blue-blind)
#CC908E — rgb(204, 144, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 50%, 64%);
text
color: hsl(329, 50%, 64%);
border
border: 2px solid hsl(329, 50%, 64%);
gradient light
background: linear-gradient(to right, hsl(329, 50%, 84%), hsl(329, 50%, 64%));
gradient dark
background: linear-gradient(to right, hsl(329, 50%, 64%), hsl(329, 50%, 44%))
hex
background-color: #D175A5;
tailwind
bg-[hsl(329,50%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 50%, 64%, 0.4);
css variable
--color-primary: hsl(329, 50%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 50%, 64%)?
HEX: #D175A5 | RGB: rgb(209, 117, 165) | CMYK: 0%, 44%, 21%, 18% | HSV: 329°, 44%, 82%. Copy any format from the conversion table above.
What colors go well with #D175A5?
The complementary color is HSL(149, 50%, 64%). 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, 50%, 64%) in CSS?
As HSL: color: hsl(329, 50%, 64%); — As HEX: color: #D175A5; — As RGB: color: rgb(209, 117, 165); — Tailwind CSS: bg-[hsl(329,50%,64%)] — CSS variable: --color-primary: hsl(329, 50%, 64%);