HSL(327, 54%, 81%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,54%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 54%, 81%) | color: hsl(327, 54%, 81%) | |
| HEX | #E9B4D1 | color: #E9B4D1 | |
| RGB | rgb(233, 180, 209) | color: rgb(233, 180, 209) | |
| CMYK | cmyk(0%, 23%, 10%, 9%) | — | |
| HSV | hsv(327, 23%, 91%) | — | |
| HWB | hwb(327 70% 9%) | color: hwb(327 70% 9%) | |
| OKLCH | oklch(0.8263 0.0717 344.78) | color: oklch(0.8263 0.0717 344.78) | |
| Lab | lab(78.79 23.71 -7.19) | color: lab(78.79 23.71 -7.19) | |
| LCH | lch(78.79 24.78 343.13) | color: lch(78.79 24.78 343.13) |
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)
#D2D2CA — rgb(210, 210, 202)
Deuteranopia (Green-blind)
#D5D9C8 — rgb(213, 217, 200)
Tritanopia (Blue-blind)
#E6C4C3 — rgb(230, 196, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 54%, 81%);
text
color: hsl(327, 54%, 81%);
border
border: 2px solid hsl(327, 54%, 81%);
gradient light
background: linear-gradient(to right, hsl(327, 54%, 100%), hsl(327, 54%, 81%));
gradient dark
background: linear-gradient(to right, hsl(327, 54%, 81%), hsl(327, 54%, 61%))
hex
background-color: #E9B4D1;
tailwind
bg-[hsl(327,54%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 54%, 81%, 0.4);
css variable
--color-primary: hsl(327, 54%, 81%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 54%, 81%)?
HEX: #E9B4D1 | RGB: rgb(233, 180, 209) | CMYK: 0%, 23%, 10%, 9% | HSV: 327°, 23%, 91%. Copy any format from the conversion table above.
What colors go well with #E9B4D1?
The complementary color is HSL(147, 54%, 81%). 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, 54%, 81%) in CSS?
As HSL: color: hsl(327, 54%, 81%); — As HEX: color: #E9B4D1; — As RGB: color: rgb(233, 180, 209); — Tailwind CSS: bg-[hsl(327,54%,81%)] — CSS variable: --color-primary: hsl(327, 54%, 81%);