HSL(323, 59%, 20%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,59%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 59%, 20%) | color: hsl(323, 59%, 20%) | |
| HEX | #51153A | color: #51153A | |
| RGB | rgb(81, 21, 58) | color: rgb(81, 21, 58) | |
| CMYK | cmyk(0%, 74%, 28%, 68%) | — | |
| HSV | hsv(323, 74%, 32%) | — | |
| HWB | hwb(323 8% 68%) | color: hwb(323 8% 68%) | |
| OKLCH | oklch(0.309 0.0994 346.52) | color: oklch(0.309 0.0994 346.52) | |
| Lab | lab(18.33 31.91 -8.76) | color: lab(18.33 31.91 -8.76) | |
| LCH | lch(18.33 33.09 344.65) | color: lch(18.33 33.09 344.65) |
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)
#373631 — rgb(55, 54, 49)
Deuteranopia (Green-blind)
#3B3F2F — rgb(59, 63, 47)
Tritanopia (Blue-blind)
#4E2A28 — rgb(78, 42, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 59%, 20%);
text
color: hsl(323, 59%, 20%);
border
border: 2px solid hsl(323, 59%, 20%);
gradient light
background: linear-gradient(to right, hsl(323, 59%, 40%), hsl(323, 59%, 20%));
gradient dark
background: linear-gradient(to right, hsl(323, 59%, 20%), hsl(323, 59%, 0%))
hex
background-color: #51153A;
tailwind
bg-[hsl(323,59%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 59%, 20%, 0.4);
css variable
--color-primary: hsl(323, 59%, 20%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 59%, 20%)?
HEX: #51153A | RGB: rgb(81, 21, 58) | CMYK: 0%, 74%, 28%, 68% | HSV: 323°, 74%, 32%. Copy any format from the conversion table above.
What colors go well with #51153A?
The complementary color is HSL(143, 59%, 20%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 59%, 20%) in CSS?
As HSL: color: hsl(323, 59%, 20%); — As HEX: color: #51153A; — As RGB: color: rgb(81, 21, 58); — Tailwind CSS: bg-[hsl(323,59%,20%)] — CSS variable: --color-primary: hsl(323, 59%, 20%);