HSL(320, 48%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,48%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 48%, 75%) | color: hsl(320, 48%, 75%) | |
| HEX | #DEA1C9 | color: #DEA1C9 | |
| RGB | rgb(222, 161, 201) | color: rgb(222, 161, 201) | |
| CMYK | cmyk(0%, 27%, 9%, 13%) | — | |
| HSV | hsv(321, 27%, 87%) | — | |
| HWB | hwb(321 64% 13%) | color: hwb(321 64% 13%) | |
| OKLCH | oklch(0.7789 0.0887 339.94) | color: oklch(0.7789 0.0887 339.94) | |
| Lab | lab(73.05 28.77 -11.49) | color: lab(73.05 28.77 -11.49) | |
| LCH | lch(73.05 30.98 338.23) | color: lch(73.05 30.98 338.23) |
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)
#C4C3BF — rgb(196, 195, 191)
Deuteranopia (Green-blind)
#C7CCBD — rgb(199, 204, 189)
Tritanopia (Blue-blind)
#DBB8B6 — rgb(219, 184, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 48%, 75%);
text
color: hsl(320, 48%, 75%);
border
border: 2px solid hsl(320, 48%, 75%);
gradient light
background: linear-gradient(to right, hsl(320, 48%, 95%), hsl(320, 48%, 75%));
gradient dark
background: linear-gradient(to right, hsl(320, 48%, 75%), hsl(320, 48%, 55%))
hex
background-color: #DEA1C9;
tailwind
bg-[hsl(320,48%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 48%, 75%, 0.4);
css variable
--color-primary: hsl(320, 48%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 48%, 75%)?
HEX: #DEA1C9 | RGB: rgb(222, 161, 201) | CMYK: 0%, 27%, 9%, 13% | HSV: 321°, 27%, 87%. Copy any format from the conversion table above.
What colors go well with #DEA1C9?
The complementary color is HSL(140, 48%, 75%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 48%, 75%) in CSS?
As HSL: color: hsl(320, 48%, 75%); — As HEX: color: #DEA1C9; — As RGB: color: rgb(222, 161, 201); — Tailwind CSS: bg-[hsl(320,48%,75%)] — CSS variable: --color-primary: hsl(320, 48%, 75%);