HSL(328, 50%, 13%)
Very Dark Pink — Pink color
Adjust Color
Color Information
Color Name
Very Dark Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,50%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 50%, 13%) | color: hsl(328, 50%, 13%) | |
| HEX | #321122 | color: #321122 | |
| RGB | rgb(50, 17, 34) | color: rgb(50, 17, 34) | |
| CMYK | cmyk(0%, 66%, 32%, 80%) | — | |
| HSV | hsv(329, 66%, 20%) | — | |
| HWB | hwb(329 7% 80%) | color: hwb(329 7% 80%) | |
| OKLCH | oklch(0.2363 0.0585 350.4) | color: oklch(0.2363 0.0585 350.4) | |
| Lab | lab(10.52 19.09 -3.76) | color: lab(10.52 19.09 -3.76) | |
| LCH | lch(10.52 19.46 348.86) | color: lch(10.52 19.46 348.86) |
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)
#24231E — rgb(36, 35, 30)
Deuteranopia (Green-blind)
#26281D — rgb(38, 40, 29)
Tritanopia (Blue-blind)
#301B1A — rgb(48, 27, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 50%, 13%);
text
color: hsl(328, 50%, 13%);
border
border: 2px solid hsl(328, 50%, 13%);
gradient light
background: linear-gradient(to right, hsl(328, 50%, 33%), hsl(328, 50%, 13%));
gradient dark
background: linear-gradient(to right, hsl(328, 50%, 13%), hsl(328, 50%, 0%))
hex
background-color: #321122;
tailwind
bg-[hsl(328,50%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 50%, 13%, 0.4);
css variable
--color-primary: hsl(328, 50%, 13%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 50%, 13%)?
HEX: #321122 | RGB: rgb(50, 17, 34) | CMYK: 0%, 66%, 32%, 80% | HSV: 329°, 66%, 20%. Copy any format from the conversion table above.
What colors go well with #321122?
The complementary color is HSL(148, 50%, 13%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 50%, 13%) in CSS?
As HSL: color: hsl(328, 50%, 13%); — As HEX: color: #321122; — As RGB: color: rgb(50, 17, 34); — Tailwind CSS: bg-[hsl(328,50%,13%)] — CSS variable: --color-primary: hsl(328, 50%, 13%);