HSL(327, 38%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,38%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 38%, 76%) | color: hsl(327, 38%, 76%) | |
| HEX | #D9ABC4 | color: #D9ABC4 | |
| RGB | rgb(217, 171, 196) | color: rgb(217, 171, 196) | |
| CMYK | cmyk(0%, 21%, 10%, 15%) | — | |
| HSV | hsv(327, 21%, 85%) | — | |
| HWB | hwb(327 67% 15%) | color: hwb(327 67% 15%) | |
| OKLCH | oklch(0.7902 0.0628 344.81) | color: oklch(0.7902 0.0628 344.81) | |
| Lab | lab(74.74 20.79 -6.28) | color: lab(74.74 20.79 -6.28) | |
| LCH | lch(74.74 21.72 343.19) | color: lch(74.74 21.72 343.19) |
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)
#C5C5BE — rgb(197, 197, 190)
Deuteranopia (Green-blind)
#C8CBBD — rgb(200, 203, 189)
Tritanopia (Blue-blind)
#D7B9B8 — rgb(215, 185, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 38%, 76%);
text
color: hsl(327, 38%, 76%);
border
border: 2px solid hsl(327, 38%, 76%);
gradient light
background: linear-gradient(to right, hsl(327, 38%, 96%), hsl(327, 38%, 76%));
gradient dark
background: linear-gradient(to right, hsl(327, 38%, 76%), hsl(327, 38%, 56%))
hex
background-color: #D9ABC4;
tailwind
bg-[hsl(327,38%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 38%, 76%, 0.4);
css variable
--color-primary: hsl(327, 38%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 38%, 76%)?
HEX: #D9ABC4 | RGB: rgb(217, 171, 196) | CMYK: 0%, 21%, 10%, 15% | HSV: 327°, 21%, 85%. Copy any format from the conversion table above.
What colors go well with #D9ABC4?
The complementary color is HSL(147, 38%, 76%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 38%, 76%) in CSS?
As HSL: color: hsl(327, 38%, 76%); — As HEX: color: #D9ABC4; — As RGB: color: rgb(217, 171, 196); — Tailwind CSS: bg-[hsl(327,38%,76%)] — CSS variable: --color-primary: hsl(327, 38%, 76%);