HSL(344, 40%, 50%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(344,40%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(344, 40%, 50%) | color: hsl(344, 40%, 50%) | |
| HEX | #B34D68 | color: #B34D68 | |
| RGB | rgb(179, 77, 104) | color: rgb(179, 77, 104) | |
| CMYK | cmyk(0%, 57%, 42%, 30%) | — | |
| HSV | hsv(344, 57%, 70%) | — | |
| HWB | hwb(344 30% 30%) | color: hwb(344 30% 30%) | |
| OKLCH | oklch(0.559 0.1348 5.97) | color: oklch(0.559 0.1348 5.97) | |
| Lab | lab(46.83 44.07 5.25) | color: lab(46.83 44.07 5.25) | |
| LCH | lch(46.83 44.38 6.79) | color: lch(46.83 44.38 6.79) |
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)
#878661 — rgb(135, 134, 97)
Deuteranopia (Green-blind)
#8D9460 — rgb(141, 148, 96)
Tritanopia (Blue-blind)
#AE5C5B — rgb(174, 92, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(344, 40%, 50%);
text
color: hsl(344, 40%, 50%);
border
border: 2px solid hsl(344, 40%, 50%);
gradient light
background: linear-gradient(to right, hsl(344, 40%, 70%), hsl(344, 40%, 50%));
gradient dark
background: linear-gradient(to right, hsl(344, 40%, 50%), hsl(344, 40%, 30%))
hex
background-color: #B34D68;
tailwind
bg-[hsl(344,40%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(344, 40%, 50%, 0.4);
css variable
--color-primary: hsl(344, 40%, 50%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(344, 40%, 50%)?
HEX: #B34D68 | RGB: rgb(179, 77, 104) | CMYK: 0%, 57%, 42%, 30% | HSV: 344°, 57%, 70%. Copy any format from the conversion table above.
What colors go well with #B34D68?
The complementary color is HSL(164, 40%, 50%). For a triadic harmony, use hues 344°, 104°, and 224°. For analogous combinations, try hues 314° and 14°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(344, 40%, 50%) in CSS?
As HSL: color: hsl(344, 40%, 50%); — As HEX: color: #B34D68; — As RGB: color: rgb(179, 77, 104); — Tailwind CSS: bg-[hsl(344,40%,50%)] — CSS variable: --color-primary: hsl(344, 40%, 50%);