HSL(332, 20%, 29%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,20%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 20%, 29%) | color: hsl(332, 20%, 29%) | |
| HEX | #593B49 | color: #593B49 | |
| RGB | rgb(89, 59, 73) | color: rgb(89, 59, 73) | |
| CMYK | cmyk(0%, 34%, 18%, 65%) | — | |
| HSV | hsv(332, 34%, 35%) | — | |
| HWB | hwb(332 23% 65%) | color: hwb(332 23% 65%) | |
| OKLCH | oklch(0.3917 0.0471 349.95) | color: oklch(0.3917 0.0471 349.95) | |
| Lab | lab(28.73 15.65 -3.18) | color: lab(28.73 15.65 -3.18) | |
| LCH | lch(28.73 15.97 348.51) | color: lch(28.73 15.97 348.51) |
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)
#4C4C46 — rgb(76, 76, 70)
Deuteranopia (Green-blind)
#4E5045 — rgb(78, 80, 69)
Tritanopia (Blue-blind)
#584342 — rgb(88, 67, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 20%, 29%);
text
color: hsl(332, 20%, 29%);
border
border: 2px solid hsl(332, 20%, 29%);
gradient light
background: linear-gradient(to right, hsl(332, 20%, 49%), hsl(332, 20%, 29%));
gradient dark
background: linear-gradient(to right, hsl(332, 20%, 29%), hsl(332, 20%, 9%))
hex
background-color: #593B49;
tailwind
bg-[hsl(332,20%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 20%, 29%, 0.4);
css variable
--color-primary: hsl(332, 20%, 29%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 20%, 29%)?
HEX: #593B49 | RGB: rgb(89, 59, 73) | CMYK: 0%, 34%, 18%, 65% | HSV: 332°, 34%, 35%. Copy any format from the conversion table above.
What colors go well with #593B49?
The complementary color is HSL(152, 20%, 29%). 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, 20%, 29%) in CSS?
As HSL: color: hsl(332, 20%, 29%); — As HEX: color: #593B49; — As RGB: color: rgb(89, 59, 73); — Tailwind CSS: bg-[hsl(332,20%,29%)] — CSS variable: --color-primary: hsl(332, 20%, 29%);