HSL(326, 20%, 19%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,20%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 20%, 19%) | color: hsl(326, 20%, 19%) | |
| HEX | #3A2732 | color: #3A2732 | |
| RGB | rgb(58, 39, 50) | color: rgb(58, 39, 50) | |
| CMYK | cmyk(0%, 33%, 14%, 77%) | — | |
| HSV | hsv(325, 33%, 23%) | — | |
| HWB | hwb(325 15% 77%) | color: hwb(325 15% 77%) | |
| OKLCH | oklch(0.2998 0.0337 343.69) | color: oklch(0.2998 0.0337 343.69) | |
| Lab | lab(18.28 11.06 -3.59) | color: lab(18.28 11.06 -3.59) | |
| LCH | lch(18.28 11.63 342.02) | color: lch(18.28 11.63 342.02) |
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)
#32322F — rgb(50, 50, 47)
Deuteranopia (Green-blind)
#33342F — rgb(51, 52, 47)
Tritanopia (Blue-blind)
#392D2D — rgb(57, 45, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 20%, 19%);
text
color: hsl(326, 20%, 19%);
border
border: 2px solid hsl(326, 20%, 19%);
gradient light
background: linear-gradient(to right, hsl(326, 20%, 39%), hsl(326, 20%, 19%));
gradient dark
background: linear-gradient(to right, hsl(326, 20%, 19%), hsl(326, 20%, 0%))
hex
background-color: #3A2732;
tailwind
bg-[hsl(326,20%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 20%, 19%, 0.4);
css variable
--color-primary: hsl(326, 20%, 19%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 20%, 19%)?
HEX: #3A2732 | RGB: rgb(58, 39, 50) | CMYK: 0%, 33%, 14%, 77% | HSV: 325°, 33%, 23%. Copy any format from the conversion table above.
What colors go well with #3A2732?
The complementary color is HSL(146, 20%, 19%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 20%, 19%) in CSS?
As HSL: color: hsl(326, 20%, 19%); — As HEX: color: #3A2732; — As RGB: color: rgb(58, 39, 50); — Tailwind CSS: bg-[hsl(326,20%,19%)] — CSS variable: --color-primary: hsl(326, 20%, 19%);