HSL(329, 60%, 63%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,60%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 60%, 63%) | color: hsl(329, 60%, 63%) | |
| HEX | #D968A3 | color: #D968A3 | |
| RGB | rgb(217, 104, 163) | color: rgb(217, 104, 163) | |
| CMYK | cmyk(0%, 52%, 25%, 15%) | — | |
| HSV | hsv(329, 52%, 85%) | — | |
| HWB | hwb(329 41% 15%) | color: hwb(329 41% 15%) | |
| OKLCH | oklch(0.6691 0.1559 349.59) | color: oklch(0.6691 0.1559 349.59) | |
| Lab | lab(59.25 50.89 -10.82) | color: lab(59.25 50.89 -10.82) | |
| LCH | lch(59.25 52.03 348) | color: lch(59.25 52.03 348) |
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)
#A8A795 — rgb(168, 167, 149)
Deuteranopia (Green-blind)
#AFB791 — rgb(175, 183, 145)
Tritanopia (Blue-blind)
#D38987 — rgb(211, 137, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 60%, 63%);
text
color: hsl(329, 60%, 63%);
border
border: 2px solid hsl(329, 60%, 63%);
gradient light
background: linear-gradient(to right, hsl(329, 60%, 83%), hsl(329, 60%, 63%));
gradient dark
background: linear-gradient(to right, hsl(329, 60%, 63%), hsl(329, 60%, 43%))
hex
background-color: #D968A3;
tailwind
bg-[hsl(329,60%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 60%, 63%, 0.4);
css variable
--color-primary: hsl(329, 60%, 63%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 60%, 63%)?
HEX: #D968A3 | RGB: rgb(217, 104, 163) | CMYK: 0%, 52%, 25%, 15% | HSV: 329°, 52%, 85%. Copy any format from the conversion table above.
What colors go well with #D968A3?
The complementary color is HSL(149, 60%, 63%). 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, 60%, 63%) in CSS?
As HSL: color: hsl(329, 60%, 63%); — As HEX: color: #D968A3; — As RGB: color: rgb(217, 104, 163); — Tailwind CSS: bg-[hsl(329,60%,63%)] — CSS variable: --color-primary: hsl(329, 60%, 63%);