HSL(343, 63%, 82%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(343,63%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(343, 63%, 82%) | color: hsl(343, 63%, 82%) | |
| HEX | #EEB4C5 | color: #EEB4C5 | |
| RGB | rgb(238, 180, 197) | color: rgb(238, 180, 197) | |
| CMYK | cmyk(0%, 24%, 17%, 7%) | — | |
| HSV | hsv(342, 24%, 93%) | — | |
| HWB | hwb(342 71% 7%) | color: hwb(342 71% 7%) | |
| OKLCH | oklch(0.8276 0.0705 359.44) | color: oklch(0.8276 0.0705 359.44) | |
| Lab | lab(78.96 23.54 -0.39) | color: lab(78.96 23.54 -0.39) | |
| LCH | lch(78.96 23.54 359.05) | color: lch(78.96 23.54 359.05) |
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)
#D5D4C1 — rgb(213, 212, 193)
Deuteranopia (Green-blind)
#D8DDC0 — rgb(216, 221, 192)
Tritanopia (Blue-blind)
#EBBEBD — rgb(235, 190, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(343, 63%, 82%);
text
color: hsl(343, 63%, 82%);
border
border: 2px solid hsl(343, 63%, 82%);
gradient light
background: linear-gradient(to right, hsl(343, 63%, 100%), hsl(343, 63%, 82%));
gradient dark
background: linear-gradient(to right, hsl(343, 63%, 82%), hsl(343, 63%, 62%))
hex
background-color: #EEB4C5;
tailwind
bg-[hsl(343,63%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(343, 63%, 82%, 0.4);
css variable
--color-primary: hsl(343, 63%, 82%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(343, 63%, 82%)?
HEX: #EEB4C5 | RGB: rgb(238, 180, 197) | CMYK: 0%, 24%, 17%, 7% | HSV: 342°, 24%, 93%. Copy any format from the conversion table above.
What colors go well with #EEB4C5?
The complementary color is HSL(163, 63%, 82%). For a triadic harmony, use hues 343°, 103°, and 223°. For analogous combinations, try hues 313° and 13°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(343, 63%, 82%) in CSS?
As HSL: color: hsl(343, 63%, 82%); — As HEX: color: #EEB4C5; — As RGB: color: rgb(238, 180, 197); — Tailwind CSS: bg-[hsl(343,63%,82%)] — CSS variable: --color-primary: hsl(343, 63%, 82%);