HSL(327, 86%, 19%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,86%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 86%, 19%) | color: hsl(327, 86%, 19%) | |
| HEX | #5A0735 | color: #5A0735 | |
| RGB | rgb(90, 7, 53) | color: rgb(90, 7, 53) | |
| CMYK | cmyk(0%, 92%, 41%, 65%) | — | |
| HSV | hsv(327, 92%, 35%) | — | |
| HWB | hwb(327 3% 65%) | color: hwb(327 3% 65%) | |
| OKLCH | oklch(0.3115 0.12 353.77) | color: oklch(0.3115 0.12 353.77) | |
| Lab | lab(18.29 38.73 -5.11) | color: lab(18.29 38.73 -5.11) | |
| LCH | lch(18.29 39.07 352.48) | color: lch(18.29 39.07 352.48) |
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)
#36352A — rgb(54, 53, 42)
Deuteranopia (Green-blind)
#3B4127 — rgb(59, 65, 39)
Tritanopia (Blue-blind)
#56211F — rgb(86, 33, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 86%, 19%);
text
color: hsl(327, 86%, 19%);
border
border: 2px solid hsl(327, 86%, 19%);
gradient light
background: linear-gradient(to right, hsl(327, 86%, 39%), hsl(327, 86%, 19%));
gradient dark
background: linear-gradient(to right, hsl(327, 86%, 19%), hsl(327, 86%, 0%))
hex
background-color: #5A0735;
tailwind
bg-[hsl(327,86%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 86%, 19%, 0.4);
css variable
--color-primary: hsl(327, 86%, 19%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 86%, 19%)?
HEX: #5A0735 | RGB: rgb(90, 7, 53) | CMYK: 0%, 92%, 41%, 65% | HSV: 327°, 92%, 35%. Copy any format from the conversion table above.
What colors go well with #5A0735?
The complementary color is HSL(147, 86%, 19%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 86%, 19%) in CSS?
As HSL: color: hsl(327, 86%, 19%); — As HEX: color: #5A0735; — As RGB: color: rgb(90, 7, 53); — Tailwind CSS: bg-[hsl(327,86%,19%)] — CSS variable: --color-primary: hsl(327, 86%, 19%);