HSL(332, 58%, 21%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,58%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 58%, 21%) | color: hsl(332, 58%, 21%) | |
| HEX | #551633 | color: #551633 | |
| RGB | rgb(85, 22, 51) | color: rgb(85, 22, 51) | |
| CMYK | cmyk(0%, 74%, 40%, 67%) | — | |
| HSV | hsv(332, 74%, 33%) | — | |
| HWB | hwb(332 9% 67%) | color: hwb(332 9% 67%) | |
| OKLCH | oklch(0.3145 0.0976 355.97) | color: oklch(0.3145 0.0976 355.97) | |
| Lab | lab(18.99 31.8 -2.76) | color: lab(18.99 31.8 -2.76) | |
| LCH | lch(18.99 31.92 355.04) | color: lch(18.99 31.92 355.04) |
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)
#3A392C — rgb(58, 57, 44)
Deuteranopia (Green-blind)
#3D422A — rgb(61, 66, 42)
Tritanopia (Blue-blind)
#522625 — rgb(82, 38, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 58%, 21%);
text
color: hsl(332, 58%, 21%);
border
border: 2px solid hsl(332, 58%, 21%);
gradient light
background: linear-gradient(to right, hsl(332, 58%, 41%), hsl(332, 58%, 21%));
gradient dark
background: linear-gradient(to right, hsl(332, 58%, 21%), hsl(332, 58%, 1%))
hex
background-color: #551633;
tailwind
bg-[hsl(332,58%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 58%, 21%, 0.4);
css variable
--color-primary: hsl(332, 58%, 21%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 58%, 21%)?
HEX: #551633 | RGB: rgb(85, 22, 51) | CMYK: 0%, 74%, 40%, 67% | HSV: 332°, 74%, 33%. Copy any format from the conversion table above.
What colors go well with #551633?
The complementary color is HSL(152, 58%, 21%). 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, 58%, 21%) in CSS?
As HSL: color: hsl(332, 58%, 21%); — As HEX: color: #551633; — As RGB: color: rgb(85, 22, 51); — Tailwind CSS: bg-[hsl(332,58%,21%)] — CSS variable: --color-primary: hsl(332, 58%, 21%);