HSL(328, 61%, 66%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,61%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 61%, 66%) | color: hsl(328, 61%, 66%) | |
| HEX | #DD73AC | color: #DD73AC | |
| RGB | rgb(221, 115, 172) | color: rgb(221, 115, 172) | |
| CMYK | cmyk(0%, 48%, 22%, 13%) | — | |
| HSV | hsv(328, 48%, 87%) | — | |
| HWB | hwb(328 45% 13%) | color: hwb(328 45% 13%) | |
| OKLCH | oklch(0.6931 0.147 348.15) | color: oklch(0.6931 0.147 348.15) | |
| Lab | lab(62.18 48.02 -11.53) | color: lab(62.18 48.02 -11.53) | |
| LCH | lch(62.18 49.38 346.5) | color: lch(62.18 49.38 346.5) |
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)
#AFAE9E — rgb(175, 174, 158)
Deuteranopia (Green-blind)
#B5BD9B — rgb(181, 189, 155)
Tritanopia (Blue-blind)
#D89391 — rgb(216, 147, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 61%, 66%);
text
color: hsl(328, 61%, 66%);
border
border: 2px solid hsl(328, 61%, 66%);
gradient light
background: linear-gradient(to right, hsl(328, 61%, 86%), hsl(328, 61%, 66%));
gradient dark
background: linear-gradient(to right, hsl(328, 61%, 66%), hsl(328, 61%, 46%))
hex
background-color: #DD73AC;
tailwind
bg-[hsl(328,61%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 61%, 66%, 0.4);
css variable
--color-primary: hsl(328, 61%, 66%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 61%, 66%)?
HEX: #DD73AC | RGB: rgb(221, 115, 172) | CMYK: 0%, 48%, 22%, 13% | HSV: 328°, 48%, 87%. Copy any format from the conversion table above.
What colors go well with #DD73AC?
The complementary color is HSL(148, 61%, 66%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 61%, 66%) in CSS?
As HSL: color: hsl(328, 61%, 66%); — As HEX: color: #DD73AC; — As RGB: color: rgb(221, 115, 172); — Tailwind CSS: bg-[hsl(328,61%,66%)] — CSS variable: --color-primary: hsl(328, 61%, 66%);