HSL(325, 23%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,23%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 23%, 76%) | color: hsl(325, 23%, 76%) | |
| HEX | #D0B4C4 | color: #D0B4C4 | |
| RGB | rgb(208, 180, 196) | color: rgb(208, 180, 196) | |
| CMYK | cmyk(0%, 13%, 6%, 18%) | — | |
| HSV | hsv(326, 13%, 82%) | — | |
| HWB | hwb(326 71% 18%) | color: hwb(326 71% 18%) | |
| OKLCH | oklch(0.7988 0.0386 342.69) | color: oklch(0.7988 0.0386 342.69) | |
| Lab | lab(76.09 12.76 -4.38) | color: lab(76.09 12.76 -4.38) | |
| LCH | lch(76.09 13.49 341.05) | color: lch(76.09 13.49 341.05) |
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)
#C4C4C0 — rgb(196, 196, 192)
Deuteranopia (Green-blind)
#C6C8BF — rgb(198, 200, 191)
Tritanopia (Blue-blind)
#CFBDBC — rgb(207, 189, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 23%, 76%);
text
color: hsl(325, 23%, 76%);
border
border: 2px solid hsl(325, 23%, 76%);
gradient light
background: linear-gradient(to right, hsl(325, 23%, 96%), hsl(325, 23%, 76%));
gradient dark
background: linear-gradient(to right, hsl(325, 23%, 76%), hsl(325, 23%, 56%))
hex
background-color: #D0B4C4;
tailwind
bg-[hsl(325,23%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 23%, 76%, 0.4);
css variable
--color-primary: hsl(325, 23%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 23%, 76%)?
HEX: #D0B4C4 | RGB: rgb(208, 180, 196) | CMYK: 0%, 13%, 6%, 18% | HSV: 326°, 13%, 82%. Copy any format from the conversion table above.
What colors go well with #D0B4C4?
The complementary color is HSL(145, 23%, 76%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 23%, 76%) in CSS?
As HSL: color: hsl(325, 23%, 76%); — As HEX: color: #D0B4C4; — As RGB: color: rgb(208, 180, 196); — Tailwind CSS: bg-[hsl(325,23%,76%)] — CSS variable: --color-primary: hsl(325, 23%, 76%);