HSL(332, 24%, 78%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,24%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 24%, 78%) | color: hsl(332, 24%, 78%) | |
| HEX | #D4B9C6 | color: #D4B9C6 | |
| RGB | rgb(212, 185, 198) | color: rgb(212, 185, 198) | |
| CMYK | cmyk(0%, 13%, 7%, 17%) | — | |
| HSV | hsv(331, 13%, 83%) | — | |
| HWB | hwb(331 72% 17%) | color: hwb(331 72% 17%) | |
| OKLCH | oklch(0.8126 0.0353 347.24) | color: oklch(0.8126 0.0353 347.24) | |
| Lab | lab(77.74 11.82 -3) | color: lab(77.74 11.82 -3) | |
| LCH | lch(77.74 12.19 345.76) | color: lch(77.74 12.19 345.76) |
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)
#C8C8C3 — rgb(200, 200, 195)
Deuteranopia (Green-blind)
#CACCC2 — rgb(202, 204, 194)
Tritanopia (Blue-blind)
#D3C0C0 — rgb(211, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 24%, 78%);
text
color: hsl(332, 24%, 78%);
border
border: 2px solid hsl(332, 24%, 78%);
gradient light
background: linear-gradient(to right, hsl(332, 24%, 98%), hsl(332, 24%, 78%));
gradient dark
background: linear-gradient(to right, hsl(332, 24%, 78%), hsl(332, 24%, 58%))
hex
background-color: #D4B9C6;
tailwind
bg-[hsl(332,24%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 24%, 78%, 0.4);
css variable
--color-primary: hsl(332, 24%, 78%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 24%, 78%)?
HEX: #D4B9C6 | RGB: rgb(212, 185, 198) | CMYK: 0%, 13%, 7%, 17% | HSV: 331°, 13%, 83%. Copy any format from the conversion table above.
What colors go well with #D4B9C6?
The complementary color is HSL(152, 24%, 78%). 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, 24%, 78%) in CSS?
As HSL: color: hsl(332, 24%, 78%); — As HEX: color: #D4B9C6; — As RGB: color: rgb(212, 185, 198); — Tailwind CSS: bg-[hsl(332,24%,78%)] — CSS variable: --color-primary: hsl(332, 24%, 78%);