HSL(325, 20%, 66%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,20%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 20%, 66%) | color: hsl(325, 20%, 66%) | |
| HEX | #BA97AB | color: #BA97AB | |
| RGB | rgb(186, 151, 171) | color: rgb(186, 151, 171) | |
| CMYK | cmyk(0%, 19%, 8%, 27%) | — | |
| HSV | hsv(326, 19%, 73%) | — | |
| HWB | hwb(326 59% 27%) | color: hwb(326 59% 27%) | |
| OKLCH | oklch(0.7145 0.0497 343.16) | color: oklch(0.7145 0.0497 343.16) | |
| Lab | lab(66.15 16.4 -5.49) | color: lab(66.15 16.4 -5.49) | |
| LCH | lch(66.15 17.29 341.49) | color: lch(66.15 17.29 341.49) |
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)
#ABABA6 — rgb(171, 171, 166)
Deuteranopia (Green-blind)
#ADB0A5 — rgb(173, 176, 165)
Tritanopia (Blue-blind)
#B8A2A2 — rgb(184, 162, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 20%, 66%);
text
color: hsl(325, 20%, 66%);
border
border: 2px solid hsl(325, 20%, 66%);
gradient light
background: linear-gradient(to right, hsl(325, 20%, 86%), hsl(325, 20%, 66%));
gradient dark
background: linear-gradient(to right, hsl(325, 20%, 66%), hsl(325, 20%, 46%))
hex
background-color: #BA97AB;
tailwind
bg-[hsl(325,20%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 20%, 66%, 0.4);
css variable
--color-primary: hsl(325, 20%, 66%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 20%, 66%)?
HEX: #BA97AB | RGB: rgb(186, 151, 171) | CMYK: 0%, 19%, 8%, 27% | HSV: 326°, 19%, 73%. Copy any format from the conversion table above.
What colors go well with #BA97AB?
The complementary color is HSL(145, 20%, 66%). 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, 20%, 66%) in CSS?
As HSL: color: hsl(325, 20%, 66%); — As HEX: color: #BA97AB; — As RGB: color: rgb(186, 151, 171); — Tailwind CSS: bg-[hsl(325,20%,66%)] — CSS variable: --color-primary: hsl(325, 20%, 66%);