HSL(332, 79%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,79%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 79%, 55%) | color: hsl(332, 79%, 55%) | |
| HEX | #E73286 | color: #E73286 | |
| RGB | rgb(231, 50, 134) | color: rgb(231, 50, 134) | |
| CMYK | cmyk(0%, 78%, 42%, 9%) | — | |
| HSV | hsv(332, 78%, 91%) | — | |
| HWB | hwb(332 20% 9%) | color: hwb(332 20% 9%) | |
| OKLCH | oklch(0.6237 0.223 358.27) | color: oklch(0.6237 0.223 358.27) | |
| Lab | lab(52.95 72.46 -2.91) | color: lab(52.95 72.46 -2.91) | |
| LCH | lch(52.95 72.52 357.7) | color: lch(52.95 72.52 357.7) |
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)
#999772 — rgb(153, 151, 114)
Deuteranopia (Green-blind)
#A3B16D — rgb(163, 177, 109)
Tritanopia (Blue-blind)
#DE625E — rgb(222, 98, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 79%, 55%);
text
color: hsl(332, 79%, 55%);
border
border: 2px solid hsl(332, 79%, 55%);
gradient light
background: linear-gradient(to right, hsl(332, 79%, 75%), hsl(332, 79%, 55%));
gradient dark
background: linear-gradient(to right, hsl(332, 79%, 55%), hsl(332, 79%, 35%))
hex
background-color: #E73286;
tailwind
bg-[hsl(332,79%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 79%, 55%, 0.4);
css variable
--color-primary: hsl(332, 79%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 79%, 55%)?
HEX: #E73286 | RGB: rgb(231, 50, 134) | CMYK: 0%, 78%, 42%, 9% | HSV: 332°, 78%, 91%. Copy any format from the conversion table above.
What colors go well with #E73286?
The complementary color is HSL(152, 79%, 55%). 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, 79%, 55%) in CSS?
As HSL: color: hsl(332, 79%, 55%); — As HEX: color: #E73286; — As RGB: color: rgb(231, 50, 134); — Tailwind CSS: bg-[hsl(332,79%,55%)] — CSS variable: --color-primary: hsl(332, 79%, 55%);