HSL(323, 50%, 81%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,50%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 50%, 81%) | color: hsl(323, 50%, 81%) | |
| HEX | #E7B6D4 | color: #E7B6D4 | |
| RGB | rgb(231, 182, 212) | color: rgb(231, 182, 212) | |
| CMYK | cmyk(0%, 21%, 8%, 9%) | — | |
| HSV | hsv(323, 21%, 91%) | — | |
| HWB | hwb(323 72% 9%) | color: hwb(323 72% 9%) | |
| OKLCH | oklch(0.829 0.0686 341.42) | color: oklch(0.829 0.0686 341.42) | |
| Lab | lab(79.16 22.46 -8.29) | color: lab(79.16 22.46 -8.29) | |
| LCH | lch(79.16 23.94 339.74) | color: lch(79.16 23.94 339.74) |
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)
#D2D1CD — rgb(210, 209, 205)
Deuteranopia (Green-blind)
#D5D8CB — rgb(213, 216, 203)
Tritanopia (Blue-blind)
#E5C7C6 — rgb(229, 199, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 50%, 81%);
text
color: hsl(323, 50%, 81%);
border
border: 2px solid hsl(323, 50%, 81%);
gradient light
background: linear-gradient(to right, hsl(323, 50%, 100%), hsl(323, 50%, 81%));
gradient dark
background: linear-gradient(to right, hsl(323, 50%, 81%), hsl(323, 50%, 61%))
hex
background-color: #E7B6D4;
tailwind
bg-[hsl(323,50%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 50%, 81%, 0.4);
css variable
--color-primary: hsl(323, 50%, 81%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 50%, 81%)?
HEX: #E7B6D4 | RGB: rgb(231, 182, 212) | CMYK: 0%, 21%, 8%, 9% | HSV: 323°, 21%, 91%. Copy any format from the conversion table above.
What colors go well with #E7B6D4?
The complementary color is HSL(143, 50%, 81%). 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, 50%, 81%) in CSS?
As HSL: color: hsl(323, 50%, 81%); — As HEX: color: #E7B6D4; — As RGB: color: rgb(231, 182, 212); — Tailwind CSS: bg-[hsl(323,50%,81%)] — CSS variable: --color-primary: hsl(323, 50%, 81%);