HSL(320, 40%, 81%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,40%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 40%, 81%) | color: hsl(320, 40%, 81%) | |
| HEX | #E2BBD5 | color: #E2BBD5 | |
| RGB | rgb(226, 187, 213) | color: rgb(226, 187, 213) | |
| CMYK | cmyk(0%, 17%, 6%, 11%) | — | |
| HSV | hsv(320, 17%, 89%) | — | |
| HWB | hwb(320 74% 11%) | color: hwb(320 74% 11%) | |
| OKLCH | oklch(0.8338 0.0562 338.57) | color: oklch(0.8338 0.0562 338.57) | |
| Lab | lab(79.91 18.24 -7.77) | color: lab(79.91 18.24 -7.77) | |
| LCH | lch(79.91 19.83 336.93) | color: lch(79.91 19.83 336.93) |
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)
#D1D1CF — rgb(209, 209, 207)
Deuteranopia (Green-blind)
#D3D6CD — rgb(211, 214, 205)
Tritanopia (Blue-blind)
#E0CAC9 — rgb(224, 202, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 40%, 81%);
text
color: hsl(320, 40%, 81%);
border
border: 2px solid hsl(320, 40%, 81%);
gradient light
background: linear-gradient(to right, hsl(320, 40%, 100%), hsl(320, 40%, 81%));
gradient dark
background: linear-gradient(to right, hsl(320, 40%, 81%), hsl(320, 40%, 61%))
hex
background-color: #E2BBD5;
tailwind
bg-[hsl(320,40%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 40%, 81%, 0.4);
css variable
--color-primary: hsl(320, 40%, 81%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 40%, 81%)?
HEX: #E2BBD5 | RGB: rgb(226, 187, 213) | CMYK: 0%, 17%, 6%, 11% | HSV: 320°, 17%, 89%. Copy any format from the conversion table above.
What colors go well with #E2BBD5?
The complementary color is HSL(140, 40%, 81%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 40%, 81%) in CSS?
As HSL: color: hsl(320, 40%, 81%); — As HEX: color: #E2BBD5; — As RGB: color: rgb(226, 187, 213); — Tailwind CSS: bg-[hsl(320,40%,81%)] — CSS variable: --color-primary: hsl(320, 40%, 81%);