HSL(327, 75%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,75%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 75%, 55%) | color: hsl(327, 75%, 55%) | |
| HEX | #E23695 | color: #E23695 | |
| RGB | rgb(226, 54, 149) | color: rgb(226, 54, 149) | |
| CMYK | cmyk(0%, 76%, 34%, 11%) | — | |
| HSV | hsv(327, 76%, 89%) | — | |
| HWB | hwb(327 21% 11%) | color: hwb(327 21% 11%) | |
| OKLCH | oklch(0.6235 0.2217 351.98) | color: oklch(0.6235 0.2217 351.98) | |
| Lab | lab(52.93 71.59 -11.98) | color: lab(52.93 71.59 -11.98) | |
| LCH | lch(52.93 72.59 350.5) | color: lch(52.93 72.59 350.5) |
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)
#98967E — rgb(152, 150, 126)
Deuteranopia (Green-blind)
#A2AE79 — rgb(162, 174, 121)
Tritanopia (Blue-blind)
#D96C68 — rgb(217, 108, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 75%, 55%);
text
color: hsl(327, 75%, 55%);
border
border: 2px solid hsl(327, 75%, 55%);
gradient light
background: linear-gradient(to right, hsl(327, 75%, 75%), hsl(327, 75%, 55%));
gradient dark
background: linear-gradient(to right, hsl(327, 75%, 55%), hsl(327, 75%, 35%))
hex
background-color: #E23695;
tailwind
bg-[hsl(327,75%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 75%, 55%, 0.4);
css variable
--color-primary: hsl(327, 75%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 75%, 55%)?
HEX: #E23695 | RGB: rgb(226, 54, 149) | CMYK: 0%, 76%, 34%, 11% | HSV: 327°, 76%, 89%. Copy any format from the conversion table above.
What colors go well with #E23695?
The complementary color is HSL(147, 75%, 55%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 75%, 55%) in CSS?
As HSL: color: hsl(327, 75%, 55%); — As HEX: color: #E23695; — As RGB: color: rgb(226, 54, 149); — Tailwind CSS: bg-[hsl(327,75%,55%)] — CSS variable: --color-primary: hsl(327, 75%, 55%);