HSL(336, 64%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,64%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 64%, 32%) | color: hsl(336, 64%, 32%) | |
| HEX | #861D47 | color: #861D47 | |
| RGB | rgb(134, 29, 71) | color: rgb(134, 29, 71) | |
| CMYK | cmyk(0%, 78%, 47%, 47%) | — | |
| HSV | hsv(336, 78%, 53%) | — | |
| HWB | hwb(336 12% 47%) | color: hwb(336 12% 47%) | |
| OKLCH | oklch(0.4188 0.1431 1.72) | color: oklch(0.4188 0.1431 1.72) | |
| Lab | lab(30.41 46.61 1.47) | color: lab(30.41 46.61 1.47) | |
| LCH | lch(30.41 46.63 1.81) | color: lch(30.41 46.63 1.81) |
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)
#59583D — rgb(89, 88, 61)
Deuteranopia (Green-blind)
#5F673A — rgb(95, 103, 58)
Tritanopia (Blue-blind)
#813533 — rgb(129, 53, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 64%, 32%);
text
color: hsl(336, 64%, 32%);
border
border: 2px solid hsl(336, 64%, 32%);
gradient light
background: linear-gradient(to right, hsl(336, 64%, 52%), hsl(336, 64%, 32%));
gradient dark
background: linear-gradient(to right, hsl(336, 64%, 32%), hsl(336, 64%, 12%))
hex
background-color: #861D47;
tailwind
bg-[hsl(336,64%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 64%, 32%, 0.4);
css variable
--color-primary: hsl(336, 64%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 64%, 32%)?
HEX: #861D47 | RGB: rgb(134, 29, 71) | CMYK: 0%, 78%, 47%, 47% | HSV: 336°, 78%, 53%. Copy any format from the conversion table above.
What colors go well with #861D47?
The complementary color is HSL(156, 64%, 32%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 64%, 32%) in CSS?
As HSL: color: hsl(336, 64%, 32%); — As HEX: color: #861D47; — As RGB: color: rgb(134, 29, 71); — Tailwind CSS: bg-[hsl(336,64%,32%)] — CSS variable: --color-primary: hsl(336, 64%, 32%);