HSL(341, 40%, 50%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,40%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 40%, 50%) | color: hsl(341, 40%, 50%) | |
| HEX | #B34D6D | color: #B34D6D | |
| RGB | rgb(179, 77, 109) | color: rgb(179, 77, 109) | |
| CMYK | cmyk(0%, 57%, 39%, 30%) | — | |
| HSV | hsv(341, 57%, 70%) | — | |
| HWB | hwb(341 30% 30%) | color: hwb(341 30% 30%) | |
| OKLCH | oklch(0.5604 0.1361 2.85) | color: oklch(0.5604 0.1361 2.85) | |
| Lab | lab(46.97 44.62 2.4) | color: lab(46.97 44.62 2.4) | |
| LCH | lch(46.97 44.68 3.08) | color: lch(46.97 44.68 3.08) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#878665 — rgb(135, 134, 101)
Deuteranopia (Green-blind)
#8D9463 — rgb(141, 148, 99)
Tritanopia (Blue-blind)
#AE5F5E — rgb(174, 95, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 40%, 50%);
text
color: hsl(341, 40%, 50%);
border
border: 2px solid hsl(341, 40%, 50%);
gradient light
background: linear-gradient(to right, hsl(341, 40%, 70%), hsl(341, 40%, 50%));
gradient dark
background: linear-gradient(to right, hsl(341, 40%, 50%), hsl(341, 40%, 30%))
hex
background-color: #B34D6D;
tailwind
bg-[hsl(341,40%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 40%, 50%, 0.4);
css variable
--color-primary: hsl(341, 40%, 50%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 40%, 50%)?
HEX: #B34D6D | RGB: rgb(179, 77, 109) | CMYK: 0%, 57%, 39%, 30% | HSV: 341°, 57%, 70%. Copy any format from the conversion table above.
What colors go well with #B34D6D?
The complementary color is HSL(161, 40%, 50%). 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, 40%, 50%) in CSS?
As HSL: color: hsl(341, 40%, 50%); — As HEX: color: #B34D6D; — As RGB: color: rgb(179, 77, 109); — Tailwind CSS: bg-[hsl(341,40%,50%)] — CSS variable: --color-primary: hsl(341, 40%, 50%);