HSL(326, 72%, 72%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,72%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 72%, 72%) | color: hsl(326, 72%, 72%) | |
| HEX | #EB84BE | color: #EB84BE | |
| RGB | rgb(235, 132, 190) | color: rgb(235, 132, 190) | |
| CMYK | cmyk(0%, 44%, 19%, 8%) | — | |
| HSV | hsv(326, 44%, 92%) | — | |
| HWB | hwb(326 52% 8%) | color: hwb(326 52% 8%) | |
| OKLCH | oklch(0.7421 0.1429 346.28) | color: oklch(0.7421 0.1429 346.28) | |
| Lab | lab(67.94 46.64 -12.89) | color: lab(67.94 46.64 -12.89) | |
| LCH | lch(67.94 48.39 344.55) | color: lch(67.94 48.39 344.55) |
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)
#BEBDB0 — rgb(190, 189, 176)
Deuteranopia (Green-blind)
#C4CCAD — rgb(196, 204, 173)
Tritanopia (Blue-blind)
#E6A5A2 — rgb(230, 165, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 72%, 72%);
text
color: hsl(326, 72%, 72%);
border
border: 2px solid hsl(326, 72%, 72%);
gradient light
background: linear-gradient(to right, hsl(326, 72%, 92%), hsl(326, 72%, 72%));
gradient dark
background: linear-gradient(to right, hsl(326, 72%, 72%), hsl(326, 72%, 52%))
hex
background-color: #EB84BE;
tailwind
bg-[hsl(326,72%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 72%, 72%, 0.4);
css variable
--color-primary: hsl(326, 72%, 72%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 72%, 72%)?
HEX: #EB84BE | RGB: rgb(235, 132, 190) | CMYK: 0%, 44%, 19%, 8% | HSV: 326°, 44%, 92%. Copy any format from the conversion table above.
What colors go well with #EB84BE?
The complementary color is HSL(146, 72%, 72%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 72%, 72%) in CSS?
As HSL: color: hsl(326, 72%, 72%); — As HEX: color: #EB84BE; — As RGB: color: rgb(235, 132, 190); — Tailwind CSS: bg-[hsl(326,72%,72%)] — CSS variable: --color-primary: hsl(326, 72%, 72%);