HSL(324, 20%, 79%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(324,20%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 20%, 79%) | color: hsl(324, 20%, 79%) | |
| HEX | #D4BFCC | color: #D4BFCC | |
| RGB | rgb(212, 191, 204) | color: rgb(212, 191, 204) | |
| CMYK | cmyk(0%, 10%, 4%, 17%) | — | |
| HSV | hsv(323, 10%, 83%) | — | |
| HWB | hwb(323 75% 17%) | color: hwb(323 75% 17%) | |
| OKLCH | oklch(0.826 0.0294 340.13) | color: oklch(0.826 0.0294 340.13) | |
| Lab | lab(79.4 9.66 -3.81) | color: lab(79.4 9.66 -3.81) | |
| LCH | lch(79.4 10.38 338.48) | color: lch(79.4 10.38 338.48) |
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)
#CBCBC9 — rgb(203, 203, 201)
Deuteranopia (Green-blind)
#CCCEC8 — rgb(204, 206, 200)
Tritanopia (Blue-blind)
#D3C6C6 — rgb(211, 198, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 20%, 79%);
text
color: hsl(324, 20%, 79%);
border
border: 2px solid hsl(324, 20%, 79%);
gradient light
background: linear-gradient(to right, hsl(324, 20%, 99%), hsl(324, 20%, 79%));
gradient dark
background: linear-gradient(to right, hsl(324, 20%, 79%), hsl(324, 20%, 59%))
hex
background-color: #D4BFCC;
tailwind
bg-[hsl(324,20%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 20%, 79%, 0.4);
css variable
--color-primary: hsl(324, 20%, 79%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 20%, 79%)?
HEX: #D4BFCC | RGB: rgb(212, 191, 204) | CMYK: 0%, 10%, 4%, 17% | HSV: 323°, 10%, 83%. Copy any format from the conversion table above.
What colors go well with #D4BFCC?
The complementary color is HSL(144, 20%, 79%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 20%, 79%) in CSS?
As HSL: color: hsl(324, 20%, 79%); — As HEX: color: #D4BFCC; — As RGB: color: rgb(212, 191, 204); — Tailwind CSS: bg-[hsl(324,20%,79%)] — CSS variable: --color-primary: hsl(324, 20%, 79%);