HSL(341, 87%, 17%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,87%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 87%, 17%) | color: hsl(341, 87%, 17%) | |
| HEX | #51061E | color: #51061E | |
| RGB | rgb(81, 6, 30) | color: rgb(81, 6, 30) | |
| CMYK | cmyk(0%, 93%, 63%, 68%) | — | |
| HSV | hsv(341, 93%, 32%) | — | |
| HWB | hwb(341 2% 68%) | color: hwb(341 2% 68%) | |
| OKLCH | oklch(0.2839 0.1054 9.64) | color: oklch(0.2839 0.1054 9.64) | |
| Lab | lab(15.35 34.22 7.03) | color: lab(15.35 34.22 7.03) | |
| LCH | lch(15.35 34.93 11.61) | color: lch(15.35 34.93 11.61) |
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)
#313018 — rgb(49, 48, 24)
Deuteranopia (Green-blind)
#353B17 — rgb(53, 59, 23)
Tritanopia (Blue-blind)
#4D1413 — rgb(77, 20, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 87%, 17%);
text
color: hsl(341, 87%, 17%);
border
border: 2px solid hsl(341, 87%, 17%);
gradient light
background: linear-gradient(to right, hsl(341, 87%, 37%), hsl(341, 87%, 17%));
gradient dark
background: linear-gradient(to right, hsl(341, 87%, 17%), hsl(341, 87%, 0%))
hex
background-color: #51061E;
tailwind
bg-[hsl(341,87%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 87%, 17%, 0.4);
css variable
--color-primary: hsl(341, 87%, 17%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 87%, 17%)?
HEX: #51061E | RGB: rgb(81, 6, 30) | CMYK: 0%, 93%, 63%, 68% | HSV: 341°, 93%, 32%. Copy any format from the conversion table above.
What colors go well with #51061E?
The complementary color is HSL(161, 87%, 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, 87%, 17%) in CSS?
As HSL: color: hsl(341, 87%, 17%); — As HEX: color: #51061E; — As RGB: color: rgb(81, 6, 30); — Tailwind CSS: bg-[hsl(341,87%,17%)] — CSS variable: --color-primary: hsl(341, 87%, 17%);