HSL(320, 33%, 83%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,33%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 33%, 83%) | color: hsl(320, 33%, 83%) | |
| HEX | #E2C5D8 | color: #E2C5D8 | |
| RGB | rgb(226, 197, 216) | color: rgb(226, 197, 216) | |
| CMYK | cmyk(0%, 13%, 4%, 11%) | — | |
| HSV | hsv(321, 13%, 89%) | — | |
| HWB | hwb(321 77% 11%) | color: hwb(321 77% 11%) | |
| OKLCH | oklch(0.8535 0.0412 338.73) | color: oklch(0.8535 0.0412 338.73) | |
| Lab | lab(82.41 13.43 -5.68) | color: lab(82.41 13.43 -5.68) | |
| LCH | lch(82.41 14.58 337.07) | color: lch(82.41 14.58 337.07) |
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)
#D5D5D3 — rgb(213, 213, 211)
Deuteranopia (Green-blind)
#D7D9D2 — rgb(215, 217, 210)
Tritanopia (Blue-blind)
#E1D0CF — rgb(225, 208, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 33%, 83%);
text
color: hsl(320, 33%, 83%);
border
border: 2px solid hsl(320, 33%, 83%);
gradient light
background: linear-gradient(to right, hsl(320, 33%, 100%), hsl(320, 33%, 83%));
gradient dark
background: linear-gradient(to right, hsl(320, 33%, 83%), hsl(320, 33%, 63%))
hex
background-color: #E2C5D8;
tailwind
bg-[hsl(320,33%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 33%, 83%, 0.4);
css variable
--color-primary: hsl(320, 33%, 83%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 33%, 83%)?
HEX: #E2C5D8 | RGB: rgb(226, 197, 216) | CMYK: 0%, 13%, 4%, 11% | HSV: 321°, 13%, 89%. Copy any format from the conversion table above.
What colors go well with #E2C5D8?
The complementary color is HSL(140, 33%, 83%). 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, 33%, 83%) in CSS?
As HSL: color: hsl(320, 33%, 83%); — As HEX: color: #E2C5D8; — As RGB: color: rgb(226, 197, 216); — Tailwind CSS: bg-[hsl(320,33%,83%)] — CSS variable: --color-primary: hsl(320, 33%, 83%);