HSL(332, 35%, 79%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,35%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 35%, 79%) | color: hsl(332, 35%, 79%) | |
| HEX | #DCB7C8 | color: #DCB7C8 | |
| RGB | rgb(220, 183, 200) | color: rgb(220, 183, 200) | |
| CMYK | cmyk(0%, 17%, 9%, 14%) | — | |
| HSV | hsv(332, 17%, 86%) | — | |
| HWB | hwb(332 71% 14%) | color: hwb(332 71% 14%) | |
| OKLCH | oklch(0.8167 0.048 348.83) | color: oklch(0.8167 0.048 348.83) | |
| Lab | lab(78.02 16.05 -3.58) | color: lab(78.02 16.05 -3.58) | |
| LCH | lch(78.02 16.44 347.43) | color: lch(78.02 16.44 347.43) |
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)
#CCCCC4 — rgb(204, 204, 196)
Deuteranopia (Green-blind)
#CED1C3 — rgb(206, 209, 195)
Tritanopia (Blue-blind)
#DAC1C0 — rgb(218, 193, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 35%, 79%);
text
color: hsl(332, 35%, 79%);
border
border: 2px solid hsl(332, 35%, 79%);
gradient light
background: linear-gradient(to right, hsl(332, 35%, 99%), hsl(332, 35%, 79%));
gradient dark
background: linear-gradient(to right, hsl(332, 35%, 79%), hsl(332, 35%, 59%))
hex
background-color: #DCB7C8;
tailwind
bg-[hsl(332,35%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 35%, 79%, 0.4);
css variable
--color-primary: hsl(332, 35%, 79%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 35%, 79%)?
HEX: #DCB7C8 | RGB: rgb(220, 183, 200) | CMYK: 0%, 17%, 9%, 14% | HSV: 332°, 17%, 86%. Copy any format from the conversion table above.
What colors go well with #DCB7C8?
The complementary color is HSL(152, 35%, 79%). 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, 35%, 79%) in CSS?
As HSL: color: hsl(332, 35%, 79%); — As HEX: color: #DCB7C8; — As RGB: color: rgb(220, 183, 200); — Tailwind CSS: bg-[hsl(332,35%,79%)] — CSS variable: --color-primary: hsl(332, 35%, 79%);