HSL(341, 70%, 42%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,70%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 70%, 42%) | color: hsl(341, 70%, 42%) | |
| HEX | #B62050 | color: #B62050 | |
| RGB | rgb(182, 32, 80) | color: rgb(182, 32, 80) | |
| CMYK | cmyk(0%, 82%, 56%, 29%) | — | |
| HSV | hsv(341, 82%, 71%) | — | |
| HWB | hwb(341 13% 29%) | color: hwb(341 13% 29%) | |
| OKLCH | oklch(0.511 0.1845 8.91) | color: oklch(0.511 0.1845 8.91) | |
| Lab | lab(40.51 59.93 11.29) | color: lab(40.51 59.93 11.29) | |
| LCH | lch(40.51 60.98 10.67) | color: lch(40.51 60.98 10.67) |
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)
#757444 — rgb(117, 116, 68)
Deuteranopia (Green-blind)
#7E8942 — rgb(126, 137, 66)
Tritanopia (Blue-blind)
#AF3B39 — rgb(175, 59, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 70%, 42%);
text
color: hsl(341, 70%, 42%);
border
border: 2px solid hsl(341, 70%, 42%);
gradient light
background: linear-gradient(to right, hsl(341, 70%, 62%), hsl(341, 70%, 42%));
gradient dark
background: linear-gradient(to right, hsl(341, 70%, 42%), hsl(341, 70%, 22%))
hex
background-color: #B62050;
tailwind
bg-[hsl(341,70%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 70%, 42%, 0.4);
css variable
--color-primary: hsl(341, 70%, 42%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 70%, 42%)?
HEX: #B62050 | RGB: rgb(182, 32, 80) | CMYK: 0%, 82%, 56%, 29% | HSV: 341°, 82%, 71%. Copy any format from the conversion table above.
What colors go well with #B62050?
The complementary color is HSL(161, 70%, 42%). 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, 70%, 42%) in CSS?
As HSL: color: hsl(341, 70%, 42%); — As HEX: color: #B62050; — As RGB: color: rgb(182, 32, 80); — Tailwind CSS: bg-[hsl(341,70%,42%)] — CSS variable: --color-primary: hsl(341, 70%, 42%);