HSL(325, 60%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,60%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 60%, 64%) | color: hsl(325, 60%, 64%) | |
| HEX | #DA6CAC | color: #DA6CAC | |
| RGB | rgb(218, 108, 172) | color: rgb(218, 108, 172) | |
| CMYK | cmyk(0%, 50%, 21%, 15%) | — | |
| HSV | hsv(325, 50%, 85%) | — | |
| HWB | hwb(325 43% 15%) | color: hwb(325 43% 15%) | |
| OKLCH | oklch(0.6792 0.1557 346.09) | color: oklch(0.6792 0.1557 346.09) | |
| Lab | lab(60.44 50.53 -14.2) | color: lab(60.44 50.53 -14.2) | |
| LCH | lch(60.44 52.49 344.3) | color: lch(60.44 52.49 344.3) |
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)
#AAA99D — rgb(170, 169, 157)
Deuteranopia (Green-blind)
#B1B999 — rgb(177, 185, 153)
Tritanopia (Blue-blind)
#D5908E — rgb(213, 144, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 60%, 64%);
text
color: hsl(325, 60%, 64%);
border
border: 2px solid hsl(325, 60%, 64%);
gradient light
background: linear-gradient(to right, hsl(325, 60%, 84%), hsl(325, 60%, 64%));
gradient dark
background: linear-gradient(to right, hsl(325, 60%, 64%), hsl(325, 60%, 44%))
hex
background-color: #DA6CAC;
tailwind
bg-[hsl(325,60%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 60%, 64%, 0.4);
css variable
--color-primary: hsl(325, 60%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 60%, 64%)?
HEX: #DA6CAC | RGB: rgb(218, 108, 172) | CMYK: 0%, 50%, 21%, 15% | HSV: 325°, 50%, 85%. Copy any format from the conversion table above.
What colors go well with #DA6CAC?
The complementary color is HSL(145, 60%, 64%). 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, 60%, 64%) in CSS?
As HSL: color: hsl(325, 60%, 64%); — As HEX: color: #DA6CAC; — As RGB: color: rgb(218, 108, 172); — Tailwind CSS: bg-[hsl(325,60%,64%)] — CSS variable: --color-primary: hsl(325, 60%, 64%);