HSL(341, 85%, 17%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,85%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 85%, 17%) | color: hsl(341, 85%, 17%) | |
| HEX | #50071E | color: #50071E | |
| RGB | rgb(80, 7, 30) | color: rgb(80, 7, 30) | |
| CMYK | cmyk(0%, 91%, 63%, 69%) | — | |
| HSV | hsv(341, 91%, 31%) | — | |
| HWB | hwb(341 3% 69%) | color: hwb(341 3% 69%) | |
| OKLCH | oklch(0.2826 0.1034 9.56) | color: oklch(0.2826 0.1034 9.56) | |
| Lab | lab(15.23 33.59 6.84) | color: lab(15.23 33.59 6.84) | |
| LCH | lch(15.23 34.28 11.51) | color: lch(15.23 34.28 11.51) |
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)
#303018 — rgb(48, 48, 24)
Deuteranopia (Green-blind)
#353A17 — rgb(53, 58, 23)
Tritanopia (Blue-blind)
#4C1413 — rgb(76, 20, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 85%, 17%);
text
color: hsl(341, 85%, 17%);
border
border: 2px solid hsl(341, 85%, 17%);
gradient light
background: linear-gradient(to right, hsl(341, 85%, 37%), hsl(341, 85%, 17%));
gradient dark
background: linear-gradient(to right, hsl(341, 85%, 17%), hsl(341, 85%, 0%))
hex
background-color: #50071E;
tailwind
bg-[hsl(341,85%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 85%, 17%, 0.4);
css variable
--color-primary: hsl(341, 85%, 17%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 85%, 17%)?
HEX: #50071E | RGB: rgb(80, 7, 30) | CMYK: 0%, 91%, 63%, 69% | HSV: 341°, 91%, 31%. Copy any format from the conversion table above.
What colors go well with #50071E?
The complementary color is HSL(161, 85%, 17%). 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, 85%, 17%) in CSS?
As HSL: color: hsl(341, 85%, 17%); — As HEX: color: #50071E; — As RGB: color: rgb(80, 7, 30); — Tailwind CSS: bg-[hsl(341,85%,17%)] — CSS variable: --color-primary: hsl(341, 85%, 17%);