HSL(342, 35%, 79%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,35%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 35%, 79%) | color: hsl(342, 35%, 79%) | |
| HEX | #DCB7C2 | color: #DCB7C2 | |
| RGB | rgb(220, 183, 194) | color: rgb(220, 183, 194) | |
| CMYK | cmyk(0%, 17%, 12%, 14%) | — | |
| HSV | hsv(342, 17%, 86%) | — | |
| HWB | hwb(342 71% 14%) | color: hwb(342 71% 14%) | |
| OKLCH | oklch(0.8149 0.0449 358.36) | color: oklch(0.8149 0.0449 358.36) | |
| Lab | lab(77.86 15.05 -0.57) | color: lab(77.86 15.05 -0.57) | |
| LCH | lch(77.86 15.06 357.83) | color: lch(77.86 15.06 357.83) |
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)
#CCCCBF — rgb(204, 204, 191)
Deuteranopia (Green-blind)
#CED1BF — rgb(206, 209, 191)
Tritanopia (Blue-blind)
#DABDBD — rgb(218, 189, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 35%, 79%);
text
color: hsl(342, 35%, 79%);
border
border: 2px solid hsl(342, 35%, 79%);
gradient light
background: linear-gradient(to right, hsl(342, 35%, 99%), hsl(342, 35%, 79%));
gradient dark
background: linear-gradient(to right, hsl(342, 35%, 79%), hsl(342, 35%, 59%))
hex
background-color: #DCB7C2;
tailwind
bg-[hsl(342,35%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 35%, 79%, 0.4);
css variable
--color-primary: hsl(342, 35%, 79%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 35%, 79%)?
HEX: #DCB7C2 | RGB: rgb(220, 183, 194) | CMYK: 0%, 17%, 12%, 14% | HSV: 342°, 17%, 86%. Copy any format from the conversion table above.
What colors go well with #DCB7C2?
The complementary color is HSL(162, 35%, 79%). For a triadic harmony, use hues 342°, 102°, and 222°. For analogous combinations, try hues 312° and 12°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(342, 35%, 79%) in CSS?
As HSL: color: hsl(342, 35%, 79%); — As HEX: color: #DCB7C2; — As RGB: color: rgb(220, 183, 194); — Tailwind CSS: bg-[hsl(342,35%,79%)] — CSS variable: --color-primary: hsl(342, 35%, 79%);