HSL(329, 40%, 73%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,40%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 40%, 73%) | color: hsl(329, 40%, 73%) | |
| HEX | #D69FBB | color: #D69FBB | |
| RGB | rgb(214, 159, 187) | color: rgb(214, 159, 187) | |
| CMYK | cmyk(0%, 26%, 13%, 16%) | — | |
| HSV | hsv(329, 26%, 84%) | — | |
| HWB | hwb(329 62% 16%) | color: hwb(329 62% 16%) | |
| OKLCH | oklch(0.7625 0.0746 347.05) | color: oklch(0.7625 0.0746 347.05) | |
| Lab | lab(71.34 24.73 -6.4) | color: lab(71.34 24.73 -6.4) | |
| LCH | lch(71.34 25.54 345.49) | color: lch(71.34 25.54 345.49) |
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)
#BEBEB4 — rgb(190, 190, 180)
Deuteranopia (Green-blind)
#C1C6B3 — rgb(193, 198, 179)
Tritanopia (Blue-blind)
#D3AFAE — rgb(211, 175, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 40%, 73%);
text
color: hsl(329, 40%, 73%);
border
border: 2px solid hsl(329, 40%, 73%);
gradient light
background: linear-gradient(to right, hsl(329, 40%, 93%), hsl(329, 40%, 73%));
gradient dark
background: linear-gradient(to right, hsl(329, 40%, 73%), hsl(329, 40%, 53%))
hex
background-color: #D69FBB;
tailwind
bg-[hsl(329,40%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 40%, 73%, 0.4);
css variable
--color-primary: hsl(329, 40%, 73%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 40%, 73%)?
HEX: #D69FBB | RGB: rgb(214, 159, 187) | CMYK: 0%, 26%, 13%, 16% | HSV: 329°, 26%, 84%. Copy any format from the conversion table above.
What colors go well with #D69FBB?
The complementary color is HSL(149, 40%, 73%). 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, 40%, 73%) in CSS?
As HSL: color: hsl(329, 40%, 73%); — As HEX: color: #D69FBB; — As RGB: color: rgb(214, 159, 187); — Tailwind CSS: bg-[hsl(329,40%,73%)] — CSS variable: --color-primary: hsl(329, 40%, 73%);