HSL(325, 80%, 71%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,80%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 80%, 71%) | color: hsl(325, 80%, 71%) | |
| HEX | #F07ABF | color: #F07ABF | |
| RGB | rgb(240, 122, 191) | color: rgb(240, 122, 191) | |
| CMYK | cmyk(0%, 49%, 20%, 6%) | — | |
| HSV | hsv(325, 49%, 94%) | — | |
| HWB | hwb(325 48% 6%) | color: hwb(325 48% 6%) | |
| OKLCH | oklch(0.7341 0.1643 345.8) | color: oklch(0.7341 0.1643 345.8) | |
| Lab | lab(66.68 53.34 -15.28) | color: lab(66.68 53.34 -15.28) | |
| LCH | lch(66.68 55.49 344.01) | color: lch(66.68 55.49 344.01) |
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)
#BDBCAE — rgb(189, 188, 174)
Deuteranopia (Green-blind)
#C4CDAA — rgb(196, 205, 170)
Tritanopia (Blue-blind)
#EAA19E — rgb(234, 161, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 80%, 71%);
text
color: hsl(325, 80%, 71%);
border
border: 2px solid hsl(325, 80%, 71%);
gradient light
background: linear-gradient(to right, hsl(325, 80%, 91%), hsl(325, 80%, 71%));
gradient dark
background: linear-gradient(to right, hsl(325, 80%, 71%), hsl(325, 80%, 51%))
hex
background-color: #F07ABF;
tailwind
bg-[hsl(325,80%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 80%, 71%, 0.4);
css variable
--color-primary: hsl(325, 80%, 71%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 80%, 71%)?
HEX: #F07ABF | RGB: rgb(240, 122, 191) | CMYK: 0%, 49%, 20%, 6% | HSV: 325°, 49%, 94%. Copy any format from the conversion table above.
What colors go well with #F07ABF?
The complementary color is HSL(145, 80%, 71%). 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, 80%, 71%) in CSS?
As HSL: color: hsl(325, 80%, 71%); — As HEX: color: #F07ABF; — As RGB: color: rgb(240, 122, 191); — Tailwind CSS: bg-[hsl(325,80%,71%)] — CSS variable: --color-primary: hsl(325, 80%, 71%);