HSL(329, 55%, 78%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,55%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 55%, 78%) | color: hsl(329, 55%, 78%) | |
| HEX | #E6A8C8 | color: #E6A8C8 | |
| RGB | rgb(230, 168, 200) | color: rgb(230, 168, 200) | |
| CMYK | cmyk(0%, 27%, 13%, 10%) | — | |
| HSV | hsv(329, 27%, 90%) | — | |
| HWB | hwb(329 66% 10%) | color: hwb(329 66% 10%) | |
| OKLCH | oklch(0.7991 0.0834 346.82) | color: oklch(0.7991 0.0834 346.82) | |
| Lab | lab(75.45 27.61 -7.28) | color: lab(75.45 27.61 -7.28) | |
| LCH | lch(75.45 28.55 345.23) | color: lch(75.45 28.55 345.23) |
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)
#CBCBC0 — rgb(203, 203, 192)
Deuteranopia (Green-blind)
#CFD3BE — rgb(207, 211, 190)
Tritanopia (Blue-blind)
#E3BAB9 — rgb(227, 186, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 55%, 78%);
text
color: hsl(329, 55%, 78%);
border
border: 2px solid hsl(329, 55%, 78%);
gradient light
background: linear-gradient(to right, hsl(329, 55%, 98%), hsl(329, 55%, 78%));
gradient dark
background: linear-gradient(to right, hsl(329, 55%, 78%), hsl(329, 55%, 58%))
hex
background-color: #E6A8C8;
tailwind
bg-[hsl(329,55%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 55%, 78%, 0.4);
css variable
--color-primary: hsl(329, 55%, 78%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 55%, 78%)?
HEX: #E6A8C8 | RGB: rgb(230, 168, 200) | CMYK: 0%, 27%, 13%, 10% | HSV: 329°, 27%, 90%. Copy any format from the conversion table above.
What colors go well with #E6A8C8?
The complementary color is HSL(149, 55%, 78%). For a triadic harmony, use hues 329°, 89°, and 209°. For analogous combinations, try hues 299° and 359°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(329, 55%, 78%) in CSS?
As HSL: color: hsl(329, 55%, 78%); — As HEX: color: #E6A8C8; — As RGB: color: rgb(230, 168, 200); — Tailwind CSS: bg-[hsl(329,55%,78%)] — CSS variable: --color-primary: hsl(329, 55%, 78%);