HSL(332, 54%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,54%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 54%, 77%) | color: hsl(332, 54%, 77%) | |
| HEX | #E4A5C2 | color: #E4A5C2 | |
| RGB | rgb(228, 165, 194) | color: rgb(228, 165, 194) | |
| CMYK | cmyk(0%, 28%, 15%, 11%) | — | |
| HSV | hsv(332, 28%, 89%) | — | |
| HWB | hwb(332 64% 11%) | color: hwb(332 64% 11%) | |
| OKLCH | oklch(0.7898 0.0828 349.92) | color: oklch(0.7898 0.0828 349.92) | |
| Lab | lab(74.38 27.55 -5.59) | color: lab(74.38 27.55 -5.59) | |
| LCH | lch(74.38 28.11 348.53) | color: lch(74.38 28.11 348.53) |
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)
#C9C8BB — rgb(201, 200, 187)
Deuteranopia (Green-blind)
#CCD1B9 — rgb(204, 209, 185)
Tritanopia (Blue-blind)
#E1B5B4 — rgb(225, 181, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 54%, 77%);
text
color: hsl(332, 54%, 77%);
border
border: 2px solid hsl(332, 54%, 77%);
gradient light
background: linear-gradient(to right, hsl(332, 54%, 97%), hsl(332, 54%, 77%));
gradient dark
background: linear-gradient(to right, hsl(332, 54%, 77%), hsl(332, 54%, 57%))
hex
background-color: #E4A5C2;
tailwind
bg-[hsl(332,54%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 54%, 77%, 0.4);
css variable
--color-primary: hsl(332, 54%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 54%, 77%)?
HEX: #E4A5C2 | RGB: rgb(228, 165, 194) | CMYK: 0%, 28%, 15%, 11% | HSV: 332°, 28%, 89%. Copy any format from the conversion table above.
What colors go well with #E4A5C2?
The complementary color is HSL(152, 54%, 77%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 54%, 77%) in CSS?
As HSL: color: hsl(332, 54%, 77%); — As HEX: color: #E4A5C2; — As RGB: color: rgb(228, 165, 194); — Tailwind CSS: bg-[hsl(332,54%,77%)] — CSS variable: --color-primary: hsl(332, 54%, 77%);