HSL(321, 65%, 19%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,65%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 65%, 19%) | color: hsl(321, 65%, 19%) | |
| HEX | #50113A | color: #50113A | |
| RGB | rgb(80, 17, 58) | color: rgb(80, 17, 58) | |
| CMYK | cmyk(0%, 79%, 28%, 69%) | — | |
| HSV | hsv(321, 79%, 31%) | — | |
| HWB | hwb(321 7% 69%) | color: hwb(321 7% 69%) | |
| OKLCH | oklch(0.3027 0.1043 345.21) | color: oklch(0.3027 0.1043 345.21) | |
| Lab | lab(17.52 33.31 -10.02) | color: lab(17.52 33.31 -10.02) | |
| LCH | lch(17.52 34.78 343.26) | color: lch(17.52 34.78 343.26) |
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)
#353430 — rgb(53, 52, 48)
Deuteranopia (Green-blind)
#383D2E — rgb(56, 61, 46)
Tritanopia (Blue-blind)
#4D2827 — rgb(77, 40, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 65%, 19%);
text
color: hsl(321, 65%, 19%);
border
border: 2px solid hsl(321, 65%, 19%);
gradient light
background: linear-gradient(to right, hsl(321, 65%, 39%), hsl(321, 65%, 19%));
gradient dark
background: linear-gradient(to right, hsl(321, 65%, 19%), hsl(321, 65%, 0%))
hex
background-color: #50113A;
tailwind
bg-[hsl(321,65%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 65%, 19%, 0.4);
css variable
--color-primary: hsl(321, 65%, 19%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 65%, 19%)?
HEX: #50113A | RGB: rgb(80, 17, 58) | CMYK: 0%, 79%, 28%, 69% | HSV: 321°, 79%, 31%. Copy any format from the conversion table above.
What colors go well with #50113A?
The complementary color is HSL(141, 65%, 19%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 65%, 19%) in CSS?
As HSL: color: hsl(321, 65%, 19%); — As HEX: color: #50113A; — As RGB: color: rgb(80, 17, 58); — Tailwind CSS: bg-[hsl(321,65%,19%)] — CSS variable: --color-primary: hsl(321, 65%, 19%);