HSL(329, 29%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,29%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 29%, 55%) | color: hsl(329, 29%, 55%) | |
| HEX | #AE6B8D | color: #AE6B8D | |
| RGB | rgb(174, 107, 141) | color: rgb(174, 107, 141) | |
| CMYK | cmyk(0%, 39%, 19%, 32%) | — | |
| HSV | hsv(330, 39%, 68%) | — | |
| HWB | hwb(330 41% 32%) | color: hwb(330 41% 32%) | |
| OKLCH | oklch(0.6109 0.0957 348.52) | color: oklch(0.6109 0.0957 348.52) | |
| Lab | lab(53.43 31.53 -7.3) | color: lab(53.43 31.53 -7.3) | |
| LCH | lch(53.43 32.36 346.96) | color: lch(53.43 32.36 346.96) |
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)
#919085 — rgb(145, 144, 133)
Deuteranopia (Green-blind)
#959A83 — rgb(149, 154, 131)
Tritanopia (Blue-blind)
#AB7E7D — rgb(171, 126, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 29%, 55%);
text
color: hsl(329, 29%, 55%);
border
border: 2px solid hsl(329, 29%, 55%);
gradient light
background: linear-gradient(to right, hsl(329, 29%, 75%), hsl(329, 29%, 55%));
gradient dark
background: linear-gradient(to right, hsl(329, 29%, 55%), hsl(329, 29%, 35%))
hex
background-color: #AE6B8D;
tailwind
bg-[hsl(329,29%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 29%, 55%, 0.4);
css variable
--color-primary: hsl(329, 29%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 29%, 55%)?
HEX: #AE6B8D | RGB: rgb(174, 107, 141) | CMYK: 0%, 39%, 19%, 32% | HSV: 330°, 39%, 68%. Copy any format from the conversion table above.
What colors go well with #AE6B8D?
The complementary color is HSL(149, 29%, 55%). 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, 29%, 55%) in CSS?
As HSL: color: hsl(329, 29%, 55%); — As HEX: color: #AE6B8D; — As RGB: color: rgb(174, 107, 141); — Tailwind CSS: bg-[hsl(329,29%,55%)] — CSS variable: --color-primary: hsl(329, 29%, 55%);