HSL(332, 58%, 28%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,58%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 58%, 28%) | color: hsl(332, 58%, 28%) | |
| HEX | #711E45 | color: #711E45 | |
| RGB | rgb(113, 30, 69) | color: rgb(113, 30, 69) | |
| CMYK | cmyk(0%, 73%, 39%, 56%) | — | |
| HSV | hsv(332, 73%, 44%) | — | |
| HWB | hwb(332 12% 56%) | color: hwb(332 12% 56%) | |
| OKLCH | oklch(0.3812 0.1219 355.76) | color: oklch(0.3812 0.1219 355.76) | |
| Lab | lab(26.36 39.67 -3.61) | color: lab(26.36 39.67 -3.61) | |
| LCH | lch(26.36 39.83 354.8) | color: lch(26.36 39.83 354.8) |
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)
#4D4C3C — rgb(77, 76, 60)
Deuteranopia (Green-blind)
#525839 — rgb(82, 88, 57)
Tritanopia (Blue-blind)
#6D3432 — rgb(109, 52, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 58%, 28%);
text
color: hsl(332, 58%, 28%);
border
border: 2px solid hsl(332, 58%, 28%);
gradient light
background: linear-gradient(to right, hsl(332, 58%, 48%), hsl(332, 58%, 28%));
gradient dark
background: linear-gradient(to right, hsl(332, 58%, 28%), hsl(332, 58%, 8%))
hex
background-color: #711E45;
tailwind
bg-[hsl(332,58%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 58%, 28%, 0.4);
css variable
--color-primary: hsl(332, 58%, 28%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 58%, 28%)?
HEX: #711E45 | RGB: rgb(113, 30, 69) | CMYK: 0%, 73%, 39%, 56% | HSV: 332°, 73%, 44%. Copy any format from the conversion table above.
What colors go well with #711E45?
The complementary color is HSL(152, 58%, 28%). 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%, 28%) in CSS?
As HSL: color: hsl(332, 58%, 28%); — As HEX: color: #711E45; — As RGB: color: rgb(113, 30, 69); — Tailwind CSS: bg-[hsl(332,58%,28%)] — CSS variable: --color-primary: hsl(332, 58%, 28%);