HSL(322, 17%, 78%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(322,17%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 17%, 78%) | color: hsl(322, 17%, 78%) | |
| HEX | #D0BDC9 | color: #D0BDC9 | |
| RGB | rgb(208, 189, 201) | color: rgb(208, 189, 201) | |
| CMYK | cmyk(0%, 9%, 3%, 18%) | — | |
| HSV | hsv(322, 9%, 82%) | — | |
| HWB | hwb(322 75% 18%) | color: hwb(322 75% 18%) | |
| OKLCH | oklch(0.8178 0.0269 339.49) | color: oklch(0.8178 0.0269 339.49) | |
| Lab | lab(78.48 8.81 -3.58) | color: lab(78.48 8.81 -3.58) | |
| LCH | lch(78.48 9.51 337.89) | color: lch(78.48 9.51 337.89) |
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)
#C8C8C6 — rgb(200, 200, 198)
Deuteranopia (Green-blind)
#C9CAC5 — rgb(201, 202, 197)
Tritanopia (Blue-blind)
#CFC4C3 — rgb(207, 196, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 17%, 78%);
text
color: hsl(322, 17%, 78%);
border
border: 2px solid hsl(322, 17%, 78%);
gradient light
background: linear-gradient(to right, hsl(322, 17%, 98%), hsl(322, 17%, 78%));
gradient dark
background: linear-gradient(to right, hsl(322, 17%, 78%), hsl(322, 17%, 58%))
hex
background-color: #D0BDC9;
tailwind
bg-[hsl(322,17%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 17%, 78%, 0.4);
css variable
--color-primary: hsl(322, 17%, 78%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 17%, 78%)?
HEX: #D0BDC9 | RGB: rgb(208, 189, 201) | CMYK: 0%, 9%, 3%, 18% | HSV: 322°, 9%, 82%. Copy any format from the conversion table above.
What colors go well with #D0BDC9?
The complementary color is HSL(142, 17%, 78%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 17%, 78%) in CSS?
As HSL: color: hsl(322, 17%, 78%); — As HEX: color: #D0BDC9; — As RGB: color: rgb(208, 189, 201); — Tailwind CSS: bg-[hsl(322,17%,78%)] — CSS variable: --color-primary: hsl(322, 17%, 78%);