HSL(339, 50%, 72%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,50%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 50%, 72%) | color: hsl(339, 50%, 72%) | |
| HEX | #DB94AD | color: #DB94AD | |
| RGB | rgb(219, 148, 173) | color: rgb(219, 148, 173) | |
| CMYK | cmyk(0%, 32%, 21%, 14%) | — | |
| HSV | hsv(339, 32%, 86%) | — | |
| HWB | hwb(339 58% 14%) | color: hwb(339 58% 14%) | |
| OKLCH | oklch(0.7439 0.0908 356.77) | color: oklch(0.7439 0.0908 356.77) | |
| Lab | lab(68.94 30.24 -2.1) | color: lab(68.94 30.24 -2.1) | |
| LCH | lch(68.94 30.31 356.03) | color: lch(68.94 30.31 356.03) |
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)
#BCBCA7 — rgb(188, 188, 167)
Deuteranopia (Green-blind)
#C0C6A6 — rgb(192, 198, 166)
Tritanopia (Blue-blind)
#D7A2A1 — rgb(215, 162, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 50%, 72%);
text
color: hsl(339, 50%, 72%);
border
border: 2px solid hsl(339, 50%, 72%);
gradient light
background: linear-gradient(to right, hsl(339, 50%, 92%), hsl(339, 50%, 72%));
gradient dark
background: linear-gradient(to right, hsl(339, 50%, 72%), hsl(339, 50%, 52%))
hex
background-color: #DB94AD;
tailwind
bg-[hsl(339,50%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 50%, 72%, 0.4);
css variable
--color-primary: hsl(339, 50%, 72%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 50%, 72%)?
HEX: #DB94AD | RGB: rgb(219, 148, 173) | CMYK: 0%, 32%, 21%, 14% | HSV: 339°, 32%, 86%. Copy any format from the conversion table above.
What colors go well with #DB94AD?
The complementary color is HSL(159, 50%, 72%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 50%, 72%) in CSS?
As HSL: color: hsl(339, 50%, 72%); — As HEX: color: #DB94AD; — As RGB: color: rgb(219, 148, 173); — Tailwind CSS: bg-[hsl(339,50%,72%)] — CSS variable: --color-primary: hsl(339, 50%, 72%);