HSL(329, 20%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,20%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 20%, 80%) | color: hsl(329, 20%, 80%) | |
| HEX | #D6C2CC | color: #D6C2CC | |
| RGB | rgb(214, 194, 204) | color: rgb(214, 194, 204) | |
| CMYK | cmyk(0%, 9%, 5%, 16%) | — | |
| HSV | hsv(330, 9%, 84%) | — | |
| HWB | hwb(330 76% 16%) | color: hwb(330 76% 16%) | |
| OKLCH | oklch(0.8336 0.0262 345.94) | color: oklch(0.8336 0.0262 345.94) | |
| Lab | lab(80.31 8.76 -2.44) | color: lab(80.31 8.76 -2.44) | |
| LCH | lch(80.31 9.09 344.44) | color: lch(80.31 9.09 344.44) |
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)
#CDCDCA — rgb(205, 205, 202)
Deuteranopia (Green-blind)
#CFD0C9 — rgb(207, 208, 201)
Tritanopia (Blue-blind)
#D5C8C7 — rgb(213, 200, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 20%, 80%);
text
color: hsl(329, 20%, 80%);
border
border: 2px solid hsl(329, 20%, 80%);
gradient light
background: linear-gradient(to right, hsl(329, 20%, 100%), hsl(329, 20%, 80%));
gradient dark
background: linear-gradient(to right, hsl(329, 20%, 80%), hsl(329, 20%, 60%))
hex
background-color: #D6C2CC;
tailwind
bg-[hsl(329,20%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 20%, 80%, 0.4);
css variable
--color-primary: hsl(329, 20%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 20%, 80%)?
HEX: #D6C2CC | RGB: rgb(214, 194, 204) | CMYK: 0%, 9%, 5%, 16% | HSV: 330°, 9%, 84%. Copy any format from the conversion table above.
What colors go well with #D6C2CC?
The complementary color is HSL(149, 20%, 80%). 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, 20%, 80%) in CSS?
As HSL: color: hsl(329, 20%, 80%); — As HEX: color: #D6C2CC; — As RGB: color: rgb(214, 194, 204); — Tailwind CSS: bg-[hsl(329,20%,80%)] — CSS variable: --color-primary: hsl(329, 20%, 80%);