HSL(325, 50%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,50%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 50%, 77%) | color: hsl(325, 50%, 77%) | |
| HEX | #E2A7C9 | color: #E2A7C9 | |
| RGB | rgb(226, 167, 201) | color: rgb(226, 167, 201) | |
| CMYK | cmyk(0%, 26%, 11%, 11%) | — | |
| HSV | hsv(325, 26%, 89%) | — | |
| HWB | hwb(325 66% 11%) | color: hwb(325 66% 11%) | |
| OKLCH | oklch(0.7935 0.0819 343.64) | color: oklch(0.7935 0.0819 343.64) | |
| Lab | lab(74.84 26.92 -8.77) | color: lab(74.84 26.92 -8.77) | |
| LCH | lch(74.84 28.31 341.96) | color: lch(74.84 28.31 341.96) |
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)
#C8C8C1 — rgb(200, 200, 193)
Deuteranopia (Green-blind)
#CCD0BF — rgb(204, 208, 191)
Tritanopia (Blue-blind)
#DFBAB9 — rgb(223, 186, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 50%, 77%);
text
color: hsl(325, 50%, 77%);
border
border: 2px solid hsl(325, 50%, 77%);
gradient light
background: linear-gradient(to right, hsl(325, 50%, 97%), hsl(325, 50%, 77%));
gradient dark
background: linear-gradient(to right, hsl(325, 50%, 77%), hsl(325, 50%, 57%))
hex
background-color: #E2A7C9;
tailwind
bg-[hsl(325,50%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 50%, 77%, 0.4);
css variable
--color-primary: hsl(325, 50%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 50%, 77%)?
HEX: #E2A7C9 | RGB: rgb(226, 167, 201) | CMYK: 0%, 26%, 11%, 11% | HSV: 325°, 26%, 89%. Copy any format from the conversion table above.
What colors go well with #E2A7C9?
The complementary color is HSL(145, 50%, 77%). 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, 50%, 77%) in CSS?
As HSL: color: hsl(325, 50%, 77%); — As HEX: color: #E2A7C9; — As RGB: color: rgb(226, 167, 201); — Tailwind CSS: bg-[hsl(325,50%,77%)] — CSS variable: --color-primary: hsl(325, 50%, 77%);