HSL(323, 34%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,34%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 34%, 77%) | color: hsl(323, 34%, 77%) | |
| HEX | #D8B0C9 | color: #D8B0C9 | |
| RGB | rgb(216, 176, 201) | color: rgb(216, 176, 201) | |
| CMYK | cmyk(0%, 19%, 7%, 15%) | — | |
| HSV | hsv(323, 19%, 85%) | — | |
| HWB | hwb(323 69% 15%) | color: hwb(323 69% 15%) | |
| OKLCH | oklch(0.8001 0.0569 340.57) | color: oklch(0.8001 0.0569 340.57) | |
| Lab | lab(75.99 18.6 -7.18) | color: lab(75.99 18.6 -7.18) | |
| LCH | lch(75.99 19.94 338.89) | color: lch(75.99 19.94 338.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)
#C7C6C3 — rgb(199, 198, 195)
Deuteranopia (Green-blind)
#C9CCC2 — rgb(201, 204, 194)
Tritanopia (Blue-blind)
#D6BEBD — rgb(214, 190, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 34%, 77%);
text
color: hsl(323, 34%, 77%);
border
border: 2px solid hsl(323, 34%, 77%);
gradient light
background: linear-gradient(to right, hsl(323, 34%, 97%), hsl(323, 34%, 77%));
gradient dark
background: linear-gradient(to right, hsl(323, 34%, 77%), hsl(323, 34%, 57%))
hex
background-color: #D8B0C9;
tailwind
bg-[hsl(323,34%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 34%, 77%, 0.4);
css variable
--color-primary: hsl(323, 34%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 34%, 77%)?
HEX: #D8B0C9 | RGB: rgb(216, 176, 201) | CMYK: 0%, 19%, 7%, 15% | HSV: 323°, 19%, 85%. Copy any format from the conversion table above.
What colors go well with #D8B0C9?
The complementary color is HSL(143, 34%, 77%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 34%, 77%) in CSS?
As HSL: color: hsl(323, 34%, 77%); — As HEX: color: #D8B0C9; — As RGB: color: rgb(216, 176, 201); — Tailwind CSS: bg-[hsl(323,34%,77%)] — CSS variable: --color-primary: hsl(323, 34%, 77%);