HSL(323, 56%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,56%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 56%, 76%) | color: hsl(323, 56%, 76%) | |
| HEX | #E4A0CA | color: #E4A0CA | |
| RGB | rgb(228, 160, 202) | color: rgb(228, 160, 202) | |
| CMYK | cmyk(0%, 30%, 11%, 11%) | — | |
| HSV | hsv(323, 30%, 89%) | — | |
| HWB | hwb(323 62% 11%) | color: hwb(323 62% 11%) | |
| OKLCH | oklch(0.7837 0.0967 341.97) | color: oklch(0.7837 0.0967 341.97) | |
| Lab | lab(73.48 31.53 -11.33) | color: lab(73.48 31.53 -11.33) | |
| LCH | lch(73.48 33.5 340.23) | color: lch(73.48 33.5 340.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)
#C7C6C0 — rgb(199, 198, 192)
Deuteranopia (Green-blind)
#CBD0BD — rgb(203, 208, 189)
Tritanopia (Blue-blind)
#E1B8B6 — rgb(225, 184, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 56%, 76%);
text
color: hsl(323, 56%, 76%);
border
border: 2px solid hsl(323, 56%, 76%);
gradient light
background: linear-gradient(to right, hsl(323, 56%, 96%), hsl(323, 56%, 76%));
gradient dark
background: linear-gradient(to right, hsl(323, 56%, 76%), hsl(323, 56%, 56%))
hex
background-color: #E4A0CA;
tailwind
bg-[hsl(323,56%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 56%, 76%, 0.4);
css variable
--color-primary: hsl(323, 56%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 56%, 76%)?
HEX: #E4A0CA | RGB: rgb(228, 160, 202) | CMYK: 0%, 30%, 11%, 11% | HSV: 323°, 30%, 89%. Copy any format from the conversion table above.
What colors go well with #E4A0CA?
The complementary color is HSL(143, 56%, 76%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 56%, 76%) in CSS?
As HSL: color: hsl(323, 56%, 76%); — As HEX: color: #E4A0CA; — As RGB: color: rgb(228, 160, 202); — Tailwind CSS: bg-[hsl(323,56%,76%)] — CSS variable: --color-primary: hsl(323, 56%, 76%);