HSL(332, 43%, 22%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,43%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 43%, 22%) | color: hsl(332, 43%, 22%) | |
| HEX | #502036 | color: #502036 | |
| RGB | rgb(80, 32, 54) | color: rgb(80, 32, 54) | |
| CMYK | cmyk(0%, 60%, 33%, 69%) | — | |
| HSV | hsv(333, 60%, 31%) | — | |
| HWB | hwb(333 12% 69%) | color: hwb(333 12% 69%) | |
| OKLCH | oklch(0.321 0.0772 353.62) | color: oklch(0.321 0.0772 353.62) | |
| Lab | lab(20.06 25.31 -3.37) | color: lab(20.06 25.31 -3.37) | |
| LCH | lch(20.06 25.53 352.42) | color: lch(20.06 25.53 352.42) |
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)
#3B3B31 — rgb(59, 59, 49)
Deuteranopia (Green-blind)
#3E422F — rgb(62, 66, 47)
Tritanopia (Blue-blind)
#4E2C2C — rgb(78, 44, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 43%, 22%);
text
color: hsl(332, 43%, 22%);
border
border: 2px solid hsl(332, 43%, 22%);
gradient light
background: linear-gradient(to right, hsl(332, 43%, 42%), hsl(332, 43%, 22%));
gradient dark
background: linear-gradient(to right, hsl(332, 43%, 22%), hsl(332, 43%, 2%))
hex
background-color: #502036;
tailwind
bg-[hsl(332,43%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 43%, 22%, 0.4);
css variable
--color-primary: hsl(332, 43%, 22%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 43%, 22%)?
HEX: #502036 | RGB: rgb(80, 32, 54) | CMYK: 0%, 60%, 33%, 69% | HSV: 333°, 60%, 31%. Copy any format from the conversion table above.
What colors go well with #502036?
The complementary color is HSL(152, 43%, 22%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 43%, 22%) in CSS?
As HSL: color: hsl(332, 43%, 22%); — As HEX: color: #502036; — As RGB: color: rgb(80, 32, 54); — Tailwind CSS: bg-[hsl(332,43%,22%)] — CSS variable: --color-primary: hsl(332, 43%, 22%);