HSL(325, 43%, 78%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,43%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 43%, 78%) | color: hsl(325, 43%, 78%) | |
| HEX | #DFAFCB | color: #DFAFCB | |
| RGB | rgb(223, 175, 203) | color: rgb(223, 175, 203) | |
| CMYK | cmyk(0%, 22%, 9%, 13%) | — | |
| HSV | hsv(325, 22%, 87%) | — | |
| HWB | hwb(325 68% 13%) | color: hwb(325 68% 13%) | |
| OKLCH | oklch(0.8056 0.0666 342.84) | color: oklch(0.8056 0.0666 342.84) | |
| Lab | lab(76.47 21.92 -7.47) | color: lab(76.47 21.92 -7.47) | |
| LCH | lch(76.47 23.16 341.18) | color: lch(76.47 23.16 341.18) |
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)
#CACAC4 — rgb(202, 202, 196)
Deuteranopia (Green-blind)
#CDD1C3 — rgb(205, 209, 195)
Tritanopia (Blue-blind)
#DDBFBE — rgb(221, 191, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 43%, 78%);
text
color: hsl(325, 43%, 78%);
border
border: 2px solid hsl(325, 43%, 78%);
gradient light
background: linear-gradient(to right, hsl(325, 43%, 98%), hsl(325, 43%, 78%));
gradient dark
background: linear-gradient(to right, hsl(325, 43%, 78%), hsl(325, 43%, 58%))
hex
background-color: #DFAFCB;
tailwind
bg-[hsl(325,43%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 43%, 78%, 0.4);
css variable
--color-primary: hsl(325, 43%, 78%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 43%, 78%)?
HEX: #DFAFCB | RGB: rgb(223, 175, 203) | CMYK: 0%, 22%, 9%, 13% | HSV: 325°, 22%, 87%. Copy any format from the conversion table above.
What colors go well with #DFAFCB?
The complementary color is HSL(145, 43%, 78%). 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, 43%, 78%) in CSS?
As HSL: color: hsl(325, 43%, 78%); — As HEX: color: #DFAFCB; — As RGB: color: rgb(223, 175, 203); — Tailwind CSS: bg-[hsl(325,43%,78%)] — CSS variable: --color-primary: hsl(325, 43%, 78%);