HSL(341, 62%, 79%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,62%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 62%, 79%) | color: hsl(341, 62%, 79%) | |
| HEX | #EBA8BD | color: #EBA8BD | |
| RGB | rgb(235, 168, 189) | color: rgb(235, 168, 189) | |
| CMYK | cmyk(0%, 29%, 20%, 8%) | — | |
| HSV | hsv(341, 29%, 92%) | — | |
| HWB | hwb(341 65% 8%) | color: hwb(341 65% 8%) | |
| OKLCH | oklch(0.8009 0.0829 358.66) | color: oklch(0.8009 0.0829 358.66) | |
| Lab | lab(75.67 27.64 -0.88) | color: lab(75.67 27.64 -0.88) | |
| LCH | lch(75.67 27.65 358.18) | color: lch(75.67 27.65 358.18) |
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)
#CECDB8 — rgb(206, 205, 184)
Deuteranopia (Green-blind)
#D2D7B7 — rgb(210, 215, 183)
Tritanopia (Blue-blind)
#E8B4B3 — rgb(232, 180, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 62%, 79%);
text
color: hsl(341, 62%, 79%);
border
border: 2px solid hsl(341, 62%, 79%);
gradient light
background: linear-gradient(to right, hsl(341, 62%, 99%), hsl(341, 62%, 79%));
gradient dark
background: linear-gradient(to right, hsl(341, 62%, 79%), hsl(341, 62%, 59%))
hex
background-color: #EBA8BD;
tailwind
bg-[hsl(341,62%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 62%, 79%, 0.4);
css variable
--color-primary: hsl(341, 62%, 79%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 62%, 79%)?
HEX: #EBA8BD | RGB: rgb(235, 168, 189) | CMYK: 0%, 29%, 20%, 8% | HSV: 341°, 29%, 92%. Copy any format from the conversion table above.
What colors go well with #EBA8BD?
The complementary color is HSL(161, 62%, 79%). 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, 62%, 79%) in CSS?
As HSL: color: hsl(341, 62%, 79%); — As HEX: color: #EBA8BD; — As RGB: color: rgb(235, 168, 189); — Tailwind CSS: bg-[hsl(341,62%,79%)] — CSS variable: --color-primary: hsl(341, 62%, 79%);