HSL(339, 60%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,60%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 60%, 80%) | color: hsl(339, 60%, 80%) | |
| HEX | #EBADC3 | color: #EBADC3 | |
| RGB | rgb(235, 173, 195) | color: rgb(235, 173, 195) | |
| CMYK | cmyk(0%, 26%, 17%, 8%) | — | |
| HSV | hsv(339, 26%, 92%) | — | |
| HWB | hwb(339 68% 8%) | color: hwb(339 68% 8%) | |
| OKLCH | oklch(0.8115 0.0775 355.89) | color: oklch(0.8115 0.0775 355.89) | |
| Lab | lab(76.98 25.9 -2.24) | color: lab(76.98 25.9 -2.24) | |
| LCH | lch(76.98 26 355.06) | color: lch(76.98 26 355.06) |
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)
#D0D0BE — rgb(208, 208, 190)
Deuteranopia (Green-blind)
#D4D8BC — rgb(212, 216, 188)
Tritanopia (Blue-blind)
#E8B9B9 — rgb(232, 185, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 60%, 80%);
text
color: hsl(339, 60%, 80%);
border
border: 2px solid hsl(339, 60%, 80%);
gradient light
background: linear-gradient(to right, hsl(339, 60%, 100%), hsl(339, 60%, 80%));
gradient dark
background: linear-gradient(to right, hsl(339, 60%, 80%), hsl(339, 60%, 60%))
hex
background-color: #EBADC3;
tailwind
bg-[hsl(339,60%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 60%, 80%, 0.4);
css variable
--color-primary: hsl(339, 60%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 60%, 80%)?
HEX: #EBADC3 | RGB: rgb(235, 173, 195) | CMYK: 0%, 26%, 17%, 8% | HSV: 339°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #EBADC3?
The complementary color is HSL(159, 60%, 80%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 60%, 80%) in CSS?
As HSL: color: hsl(339, 60%, 80%); — As HEX: color: #EBADC3; — As RGB: color: rgb(235, 173, 195); — Tailwind CSS: bg-[hsl(339,60%,80%)] — CSS variable: --color-primary: hsl(339, 60%, 80%);