HSL(325, 43%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,43%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 43%, 64%) | color: hsl(325, 43%, 64%) | |
| HEX | #CB7CAA | color: #CB7CAA | |
| RGB | rgb(203, 124, 170) | color: rgb(203, 124, 170) | |
| CMYK | cmyk(0%, 39%, 16%, 20%) | — | |
| HSV | hsv(325, 39%, 80%) | — | |
| HWB | hwb(325 49% 20%) | color: hwb(325 49% 20%) | |
| OKLCH | oklch(0.6842 0.1136 344.66) | color: oklch(0.6842 0.1136 344.66) | |
| Lab | lab(61.67 37.06 -11.4) | color: lab(61.67 37.06 -11.4) | |
| LCH | lch(61.67 38.77 342.9) | color: lch(61.67 38.77 342.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)
#A9A89F — rgb(169, 168, 159)
Deuteranopia (Green-blind)
#ADB39C — rgb(173, 179, 156)
Tritanopia (Blue-blind)
#C79694 — rgb(199, 150, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 43%, 64%);
text
color: hsl(325, 43%, 64%);
border
border: 2px solid hsl(325, 43%, 64%);
gradient light
background: linear-gradient(to right, hsl(325, 43%, 84%), hsl(325, 43%, 64%));
gradient dark
background: linear-gradient(to right, hsl(325, 43%, 64%), hsl(325, 43%, 44%))
hex
background-color: #CB7CAA;
tailwind
bg-[hsl(325,43%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 43%, 64%, 0.4);
css variable
--color-primary: hsl(325, 43%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 43%, 64%)?
HEX: #CB7CAA | RGB: rgb(203, 124, 170) | CMYK: 0%, 39%, 16%, 20% | HSV: 325°, 39%, 80%. Copy any format from the conversion table above.
What colors go well with #CB7CAA?
The complementary color is HSL(145, 43%, 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, 43%, 64%) in CSS?
As HSL: color: hsl(325, 43%, 64%); — As HEX: color: #CB7CAA; — As RGB: color: rgb(203, 124, 170); — Tailwind CSS: bg-[hsl(325,43%,64%)] — CSS variable: --color-primary: hsl(325, 43%, 64%);