HSL(340, 25%, 82%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(340,25%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(340, 25%, 82%) | color: hsl(340, 25%, 82%) | |
| HEX | #DDC6CD | color: #DDC6CD | |
| RGB | rgb(221, 198, 205) | color: rgb(221, 198, 205) | |
| CMYK | cmyk(0%, 10%, 7%, 13%) | — | |
| HSV | hsv(342, 10%, 87%) | — | |
| HWB | hwb(342 78% 13%) | color: hwb(342 78% 13%) | |
| OKLCH | oklch(0.8477 0.0275 357.3) | color: oklch(0.8477 0.0275 357.3) | |
| Lab | lab(81.93 9.25 -0.54) | color: lab(81.93 9.25 -0.54) | |
| LCH | lch(81.93 9.27 356.66) | color: lch(81.93 9.27 356.66) |
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)
#D3D3CB — rgb(211, 211, 203)
Deuteranopia (Green-blind)
#D4D6CB — rgb(212, 214, 203)
Tritanopia (Blue-blind)
#DCCACA — rgb(220, 202, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(340, 25%, 82%);
text
color: hsl(340, 25%, 82%);
border
border: 2px solid hsl(340, 25%, 82%);
gradient light
background: linear-gradient(to right, hsl(340, 25%, 100%), hsl(340, 25%, 82%));
gradient dark
background: linear-gradient(to right, hsl(340, 25%, 82%), hsl(340, 25%, 62%))
hex
background-color: #DDC6CD;
tailwind
bg-[hsl(340,25%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(340, 25%, 82%, 0.4);
css variable
--color-primary: hsl(340, 25%, 82%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(340, 25%, 82%)?
HEX: #DDC6CD | RGB: rgb(221, 198, 205) | CMYK: 0%, 10%, 7%, 13% | HSV: 342°, 10%, 87%. Copy any format from the conversion table above.
What colors go well with #DDC6CD?
The complementary color is HSL(160, 25%, 82%). For a triadic harmony, use hues 340°, 100°, and 220°. For analogous combinations, try hues 310° and 10°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(340, 25%, 82%) in CSS?
As HSL: color: hsl(340, 25%, 82%); — As HEX: color: #DDC6CD; — As RGB: color: rgb(221, 198, 205); — Tailwind CSS: bg-[hsl(340,25%,82%)] — CSS variable: --color-primary: hsl(340, 25%, 82%);