HSL(341, 52%, 79%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,52%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 52%, 79%) | color: hsl(341, 52%, 79%) | |
| HEX | #E5AEBF | color: #E5AEBF | |
| RGB | rgb(229, 174, 191) | color: rgb(229, 174, 191) | |
| CMYK | cmyk(0%, 24%, 17%, 10%) | — | |
| HSV | hsv(341, 24%, 90%) | — | |
| HWB | hwb(341 68% 10%) | color: hwb(341 68% 10%) | |
| OKLCH | oklch(0.806 0.0676 358.4) | color: oklch(0.806 0.0676 358.4) | |
| Lab | lab(76.49 22.61 -0.84) | color: lab(76.49 22.61 -0.84) | |
| LCH | lch(76.49 22.63 357.87) | color: lch(76.49 22.63 357.87) |
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)
#CDCDBB — rgb(205, 205, 187)
Deuteranopia (Green-blind)
#D0D5BA — rgb(208, 213, 186)
Tritanopia (Blue-blind)
#E2B8B7 — rgb(226, 184, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 52%, 79%);
text
color: hsl(341, 52%, 79%);
border
border: 2px solid hsl(341, 52%, 79%);
gradient light
background: linear-gradient(to right, hsl(341, 52%, 99%), hsl(341, 52%, 79%));
gradient dark
background: linear-gradient(to right, hsl(341, 52%, 79%), hsl(341, 52%, 59%))
hex
background-color: #E5AEBF;
tailwind
bg-[hsl(341,52%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 52%, 79%, 0.4);
css variable
--color-primary: hsl(341, 52%, 79%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 52%, 79%)?
HEX: #E5AEBF | RGB: rgb(229, 174, 191) | CMYK: 0%, 24%, 17%, 10% | HSV: 341°, 24%, 90%. Copy any format from the conversion table above.
What colors go well with #E5AEBF?
The complementary color is HSL(161, 52%, 79%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 52%, 79%) in CSS?
As HSL: color: hsl(341, 52%, 79%); — As HEX: color: #E5AEBF; — As RGB: color: rgb(229, 174, 191); — Tailwind CSS: bg-[hsl(341,52%,79%)] — CSS variable: --color-primary: hsl(341, 52%, 79%);