HSL(323, 40%, 81%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,40%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 40%, 81%) | color: hsl(323, 40%, 81%) | |
| HEX | #E2BBD3 | color: #E2BBD3 | |
| RGB | rgb(226, 187, 211) | color: rgb(226, 187, 211) | |
| CMYK | cmyk(0%, 17%, 7%, 11%) | — | |
| HSV | hsv(323, 17%, 89%) | — | |
| HWB | hwb(323 74% 11%) | color: hwb(323 74% 11%) | |
| OKLCH | oklch(0.8331 0.0546 340.92) | color: oklch(0.8331 0.0546 340.92) | |
| Lab | lab(79.85 17.89 -6.78) | color: lab(79.85 17.89 -6.78) | |
| LCH | lch(79.85 19.13 339.24) | color: lch(79.85 19.13 339.24) |
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)
#D1D1CD — rgb(209, 209, 205)
Deuteranopia (Green-blind)
#D3D6CC — rgb(211, 214, 204)
Tritanopia (Blue-blind)
#E0C9C8 — rgb(224, 201, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 40%, 81%);
text
color: hsl(323, 40%, 81%);
border
border: 2px solid hsl(323, 40%, 81%);
gradient light
background: linear-gradient(to right, hsl(323, 40%, 100%), hsl(323, 40%, 81%));
gradient dark
background: linear-gradient(to right, hsl(323, 40%, 81%), hsl(323, 40%, 61%))
hex
background-color: #E2BBD3;
tailwind
bg-[hsl(323,40%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 40%, 81%, 0.4);
css variable
--color-primary: hsl(323, 40%, 81%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 40%, 81%)?
HEX: #E2BBD3 | RGB: rgb(226, 187, 211) | CMYK: 0%, 17%, 7%, 11% | HSV: 323°, 17%, 89%. Copy any format from the conversion table above.
What colors go well with #E2BBD3?
The complementary color is HSL(143, 40%, 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, 40%, 81%) in CSS?
As HSL: color: hsl(323, 40%, 81%); — As HEX: color: #E2BBD3; — As RGB: color: rgb(226, 187, 211); — Tailwind CSS: bg-[hsl(323,40%,81%)] — CSS variable: --color-primary: hsl(323, 40%, 81%);