HSL(329, 32%, 71%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,32%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 32%, 71%) | color: hsl(329, 32%, 71%) | |
| HEX | #CD9DB6 | color: #CD9DB6 | |
| RGB | rgb(205, 157, 182) | color: rgb(205, 157, 182) | |
| CMYK | cmyk(0%, 23%, 11%, 20%) | — | |
| HSV | hsv(329, 23%, 80%) | — | |
| HWB | hwb(329 62% 20%) | color: hwb(329 62% 20%) | |
| OKLCH | oklch(0.7481 0.0657 346.19) | color: oklch(0.7481 0.0657 346.19) | |
| Lab | lab(69.8 21.8 -6) | color: lab(69.8 21.8 -6) | |
| LCH | lch(69.8 22.61 344.61) | color: lch(69.8 22.61 344.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)
#B8B8B0 — rgb(184, 184, 176)
Deuteranopia (Green-blind)
#BBBFAF — rgb(187, 191, 175)
Tritanopia (Blue-blind)
#CBABAA — rgb(203, 171, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 32%, 71%);
text
color: hsl(329, 32%, 71%);
border
border: 2px solid hsl(329, 32%, 71%);
gradient light
background: linear-gradient(to right, hsl(329, 32%, 91%), hsl(329, 32%, 71%));
gradient dark
background: linear-gradient(to right, hsl(329, 32%, 71%), hsl(329, 32%, 51%))
hex
background-color: #CD9DB6;
tailwind
bg-[hsl(329,32%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 32%, 71%, 0.4);
css variable
--color-primary: hsl(329, 32%, 71%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 32%, 71%)?
HEX: #CD9DB6 | RGB: rgb(205, 157, 182) | CMYK: 0%, 23%, 11%, 20% | HSV: 329°, 23%, 80%. Copy any format from the conversion table above.
What colors go well with #CD9DB6?
The complementary color is HSL(149, 32%, 71%). 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, 32%, 71%) in CSS?
As HSL: color: hsl(329, 32%, 71%); — As HEX: color: #CD9DB6; — As RGB: color: rgb(205, 157, 182); — Tailwind CSS: bg-[hsl(329,32%,71%)] — CSS variable: --color-primary: hsl(329, 32%, 71%);