HSL(332, 58%, 47%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,58%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 58%, 47%) | color: hsl(332, 58%, 47%) | |
| HEX | #BD3273 | color: #BD3273 | |
| RGB | rgb(189, 50, 115) | color: rgb(189, 50, 115) | |
| CMYK | cmyk(0%, 74%, 39%, 26%) | — | |
| HSV | hsv(332, 74%, 74%) | — | |
| HWB | hwb(332 19% 26%) | color: hwb(332 19% 26%) | |
| OKLCH | oklch(0.5475 0.1832 356.63) | color: oklch(0.5475 0.1832 356.63) | |
| Lab | lab(44.72 59.59 -4.38) | color: lab(44.72 59.59 -4.38) | |
| LCH | lch(44.72 59.75 355.8) | color: lch(44.72 59.75 355.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)
#818063 — rgb(129, 128, 99)
Deuteranopia (Green-blind)
#899360 — rgb(137, 147, 96)
Tritanopia (Blue-blind)
#B65754 — rgb(182, 87, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 58%, 47%);
text
color: hsl(332, 58%, 47%);
border
border: 2px solid hsl(332, 58%, 47%);
gradient light
background: linear-gradient(to right, hsl(332, 58%, 67%), hsl(332, 58%, 47%));
gradient dark
background: linear-gradient(to right, hsl(332, 58%, 47%), hsl(332, 58%, 27%))
hex
background-color: #BD3273;
tailwind
bg-[hsl(332,58%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 58%, 47%, 0.4);
css variable
--color-primary: hsl(332, 58%, 47%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 58%, 47%)?
HEX: #BD3273 | RGB: rgb(189, 50, 115) | CMYK: 0%, 74%, 39%, 26% | HSV: 332°, 74%, 74%. Copy any format from the conversion table above.
What colors go well with #BD3273?
The complementary color is HSL(152, 58%, 47%). 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%, 47%) in CSS?
As HSL: color: hsl(332, 58%, 47%); — As HEX: color: #BD3273; — As RGB: color: rgb(189, 50, 115); — Tailwind CSS: bg-[hsl(332,58%,47%)] — CSS variable: --color-primary: hsl(332, 58%, 47%);