HSL(332, 15%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(332,15%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 15%, 80%) | color: hsl(332, 15%, 80%) | |
| HEX | #D4C4CB | color: #D4C4CB | |
| RGB | rgb(212, 196, 203) | color: rgb(212, 196, 203) | |
| CMYK | cmyk(0%, 8%, 4%, 17%) | — | |
| HSV | hsv(334, 8%, 83%) | — | |
| HWB | hwb(334 76% 17%) | color: hwb(334 76% 17%) | |
| OKLCH | oklch(0.8355 0.0202 349.16) | color: oklch(0.8355 0.0202 349.16) | |
| Lab | lab(80.62 6.82 -1.47) | color: lab(80.62 6.82 -1.47) | |
| LCH | lch(80.62 6.98 347.84) | color: lch(80.62 6.98 347.84) |
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)
#CDCDC9 — rgb(205, 205, 201)
Deuteranopia (Green-blind)
#CECFC9 — rgb(206, 207, 201)
Tritanopia (Blue-blind)
#D3C8C8 — rgb(211, 200, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 15%, 80%);
text
color: hsl(332, 15%, 80%);
border
border: 2px solid hsl(332, 15%, 80%);
gradient light
background: linear-gradient(to right, hsl(332, 15%, 100%), hsl(332, 15%, 80%));
gradient dark
background: linear-gradient(to right, hsl(332, 15%, 80%), hsl(332, 15%, 60%))
hex
background-color: #D4C4CB;
tailwind
bg-[hsl(332,15%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 15%, 80%, 0.4);
css variable
--color-primary: hsl(332, 15%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 15%, 80%)?
HEX: #D4C4CB | RGB: rgb(212, 196, 203) | CMYK: 0%, 8%, 4%, 17% | HSV: 334°, 8%, 83%. Copy any format from the conversion table above.
What colors go well with #D4C4CB?
The complementary color is HSL(152, 15%, 80%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 15%, 80%) in CSS?
As HSL: color: hsl(332, 15%, 80%); — As HEX: color: #D4C4CB; — As RGB: color: rgb(212, 196, 203); — Tailwind CSS: bg-[hsl(332,15%,80%)] — CSS variable: --color-primary: hsl(332, 15%, 80%);