HSL(341, 60%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,60%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 60%, 80%) | color: hsl(341, 60%, 80%) | |
| HEX | #EBADC1 | color: #EBADC1 | |
| RGB | rgb(235, 173, 193) | color: rgb(235, 173, 193) | |
| CMYK | cmyk(0%, 26%, 18%, 8%) | — | |
| HSV | hsv(341, 26%, 92%) | — | |
| HWB | hwb(341 68% 8%) | color: hwb(341 68% 8%) | |
| OKLCH | oklch(0.8109 0.0766 357.85) | color: oklch(0.8109 0.0766 357.85) | |
| Lab | lab(76.92 25.59 -1.23) | color: lab(76.92 25.59 -1.23) | |
| LCH | lch(76.92 25.62 357.25) | color: lch(76.92 25.62 357.25) |
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)
#D0D0BC — rgb(208, 208, 188)
Deuteranopia (Green-blind)
#D4D8BB — rgb(212, 216, 187)
Tritanopia (Blue-blind)
#E8B8B8 — rgb(232, 184, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 60%, 80%);
text
color: hsl(341, 60%, 80%);
border
border: 2px solid hsl(341, 60%, 80%);
gradient light
background: linear-gradient(to right, hsl(341, 60%, 100%), hsl(341, 60%, 80%));
gradient dark
background: linear-gradient(to right, hsl(341, 60%, 80%), hsl(341, 60%, 60%))
hex
background-color: #EBADC1;
tailwind
bg-[hsl(341,60%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 60%, 80%, 0.4);
css variable
--color-primary: hsl(341, 60%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 60%, 80%)?
HEX: #EBADC1 | RGB: rgb(235, 173, 193) | CMYK: 0%, 26%, 18%, 8% | HSV: 341°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #EBADC1?
The complementary color is HSL(161, 60%, 80%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 60%, 80%) in CSS?
As HSL: color: hsl(341, 60%, 80%); — As HEX: color: #EBADC1; — As RGB: color: rgb(235, 173, 193); — Tailwind CSS: bg-[hsl(341,60%,80%)] — CSS variable: --color-primary: hsl(341, 60%, 80%);