HSL(331, 48%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,48%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 48%, 76%) | color: hsl(331, 48%, 76%) | |
| HEX | #DFA4C1 | color: #DFA4C1 | |
| RGB | rgb(223, 164, 193) | color: rgb(223, 164, 193) | |
| CMYK | cmyk(0%, 26%, 13%, 13%) | — | |
| HSV | hsv(331, 26%, 87%) | — | |
| HWB | hwb(331 64% 13%) | color: hwb(331 64% 13%) | |
| OKLCH | oklch(0.7826 0.0788 348.08) | color: oklch(0.7826 0.0788 348.08) | |
| Lab | lab(73.6 26.17 -6.25) | color: lab(73.6 26.17 -6.25) | |
| LCH | lch(73.6 26.91 346.57) | color: lch(73.6 26.91 346.57) |
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)
#C5C5BA — rgb(197, 197, 186)
Deuteranopia (Green-blind)
#C9CDB8 — rgb(201, 205, 184)
Tritanopia (Blue-blind)
#DCB4B3 — rgb(220, 180, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 48%, 76%);
text
color: hsl(331, 48%, 76%);
border
border: 2px solid hsl(331, 48%, 76%);
gradient light
background: linear-gradient(to right, hsl(331, 48%, 96%), hsl(331, 48%, 76%));
gradient dark
background: linear-gradient(to right, hsl(331, 48%, 76%), hsl(331, 48%, 56%))
hex
background-color: #DFA4C1;
tailwind
bg-[hsl(331,48%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 48%, 76%, 0.4);
css variable
--color-primary: hsl(331, 48%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 48%, 76%)?
HEX: #DFA4C1 | RGB: rgb(223, 164, 193) | CMYK: 0%, 26%, 13%, 13% | HSV: 331°, 26%, 87%. Copy any format from the conversion table above.
What colors go well with #DFA4C1?
The complementary color is HSL(151, 48%, 76%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 48%, 76%) in CSS?
As HSL: color: hsl(331, 48%, 76%); — As HEX: color: #DFA4C1; — As RGB: color: rgb(223, 164, 193); — Tailwind CSS: bg-[hsl(331,48%,76%)] — CSS variable: --color-primary: hsl(331, 48%, 76%);