HSL(324, 55%, 72%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(324,55%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 55%, 72%) | color: hsl(324, 55%, 72%) | |
| HEX | #DF90BF | color: #DF90BF | |
| RGB | rgb(223, 144, 191) | color: rgb(223, 144, 191) | |
| CMYK | cmyk(0%, 35%, 14%, 13%) | — | |
| HSV | hsv(324, 35%, 87%) | — | |
| HWB | hwb(324 57% 13%) | color: hwb(324 57% 13%) | |
| OKLCH | oklch(0.7475 0.1121 343.66) | color: oklch(0.7475 0.1121 343.66) | |
| Lab | lab(69.04 36.56 -11.95) | color: lab(69.04 36.56 -11.95) | |
| LCH | lch(69.04 38.46 341.9) | color: lch(69.04 38.46 341.9) |
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)
#BDBCB4 — rgb(189, 188, 180)
Deuteranopia (Green-blind)
#C1C7B1 — rgb(193, 199, 177)
Tritanopia (Blue-blind)
#DBABA9 — rgb(219, 171, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 55%, 72%);
text
color: hsl(324, 55%, 72%);
border
border: 2px solid hsl(324, 55%, 72%);
gradient light
background: linear-gradient(to right, hsl(324, 55%, 92%), hsl(324, 55%, 72%));
gradient dark
background: linear-gradient(to right, hsl(324, 55%, 72%), hsl(324, 55%, 52%))
hex
background-color: #DF90BF;
tailwind
bg-[hsl(324,55%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 55%, 72%, 0.4);
css variable
--color-primary: hsl(324, 55%, 72%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 55%, 72%)?
HEX: #DF90BF | RGB: rgb(223, 144, 191) | CMYK: 0%, 35%, 14%, 13% | HSV: 324°, 35%, 87%. Copy any format from the conversion table above.
What colors go well with #DF90BF?
The complementary color is HSL(144, 55%, 72%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 55%, 72%) in CSS?
As HSL: color: hsl(324, 55%, 72%); — As HEX: color: #DF90BF; — As RGB: color: rgb(223, 144, 191); — Tailwind CSS: bg-[hsl(324,55%,72%)] — CSS variable: --color-primary: hsl(324, 55%, 72%);