HSL(341, 79%, 62%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,79%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 79%, 62%) | color: hsl(341, 79%, 62%) | |
| HEX | #EB5282 | color: #EB5282 | |
| RGB | rgb(235, 82, 130) | color: rgb(235, 82, 130) | |
| CMYK | cmyk(0%, 65%, 45%, 8%) | — | |
| HSV | hsv(341, 65%, 92%) | — | |
| HWB | hwb(341 32% 8%) | color: hwb(341 32% 8%) | |
| OKLCH | oklch(0.6573 0.1913 4.82) | color: oklch(0.6573 0.1913 4.82) | |
| Lab | lab(57.38 62.45 6) | color: lab(57.38 62.45 6) | |
| LCH | lch(57.38 62.74 5.49) | color: lch(57.38 62.74 5.49) |
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)
#A9A776 — rgb(169, 167, 118)
Deuteranopia (Green-blind)
#B2BD74 — rgb(178, 189, 116)
Tritanopia (Blue-blind)
#E36D6B — rgb(227, 109, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 79%, 62%);
text
color: hsl(341, 79%, 62%);
border
border: 2px solid hsl(341, 79%, 62%);
gradient light
background: linear-gradient(to right, hsl(341, 79%, 82%), hsl(341, 79%, 62%));
gradient dark
background: linear-gradient(to right, hsl(341, 79%, 62%), hsl(341, 79%, 42%))
hex
background-color: #EB5282;
tailwind
bg-[hsl(341,79%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 79%, 62%, 0.4);
css variable
--color-primary: hsl(341, 79%, 62%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 79%, 62%)?
HEX: #EB5282 | RGB: rgb(235, 82, 130) | CMYK: 0%, 65%, 45%, 8% | HSV: 341°, 65%, 92%. Copy any format from the conversion table above.
What colors go well with #EB5282?
The complementary color is HSL(161, 79%, 62%). 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, 79%, 62%) in CSS?
As HSL: color: hsl(341, 79%, 62%); — As HEX: color: #EB5282; — As RGB: color: rgb(235, 82, 130); — Tailwind CSS: bg-[hsl(341,79%,62%)] — CSS variable: --color-primary: hsl(341, 79%, 62%);