HSL(319, 45%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,45%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 45%, 75%) | color: hsl(319, 45%, 75%) | |
| HEX | #DCA3CA | color: #DCA3CA | |
| RGB | rgb(220, 163, 202) | color: rgb(220, 163, 202) | |
| CMYK | cmyk(0%, 26%, 8%, 14%) | — | |
| HSV | hsv(319, 26%, 86%) | — | |
| HWB | hwb(319 64% 14%) | color: hwb(319 64% 14%) | |
| OKLCH | oklch(0.7807 0.0842 338.5) | color: oklch(0.7807 0.0842 338.5) | |
| Lab | lab(73.33 27.18 -11.63) | color: lab(73.33 27.18 -11.63) | |
| LCH | lch(73.33 29.56 336.83) | color: lch(73.33 29.56 336.83) |
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)
#C3C3C1 — rgb(195, 195, 193)
Deuteranopia (Green-blind)
#C7CBBE — rgb(199, 203, 190)
Tritanopia (Blue-blind)
#D9B9B7 — rgb(217, 185, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 45%, 75%);
text
color: hsl(319, 45%, 75%);
border
border: 2px solid hsl(319, 45%, 75%);
gradient light
background: linear-gradient(to right, hsl(319, 45%, 95%), hsl(319, 45%, 75%));
gradient dark
background: linear-gradient(to right, hsl(319, 45%, 75%), hsl(319, 45%, 55%))
hex
background-color: #DCA3CA;
tailwind
bg-[hsl(319,45%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 45%, 75%, 0.4);
css variable
--color-primary: hsl(319, 45%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 45%, 75%)?
HEX: #DCA3CA | RGB: rgb(220, 163, 202) | CMYK: 0%, 26%, 8%, 14% | HSV: 319°, 26%, 86%. Copy any format from the conversion table above.
What colors go well with #DCA3CA?
The complementary color is HSL(139, 45%, 75%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 45%, 75%) in CSS?
As HSL: color: hsl(319, 45%, 75%); — As HEX: color: #DCA3CA; — As RGB: color: rgb(220, 163, 202); — Tailwind CSS: bg-[hsl(319,45%,75%)] — CSS variable: --color-primary: hsl(319, 45%, 75%);