HSL(332, 32%, 61%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,32%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 32%, 61%) | color: hsl(332, 32%, 61%) | |
| HEX | #BB7C99 | color: #BB7C99 | |
| RGB | rgb(187, 124, 153) | color: rgb(187, 124, 153) | |
| CMYK | cmyk(0%, 34%, 18%, 27%) | — | |
| HSV | hsv(332, 34%, 73%) | — | |
| HWB | hwb(332 48% 27%) | color: hwb(332 48% 27%) | |
| OKLCH | oklch(0.6598 0.0866 350.58) | color: oklch(0.6598 0.0866 350.58) | |
| Lab | lab(59.23 28.73 -5.48) | color: lab(59.23 28.73 -5.48) | |
| LCH | lch(59.23 29.25 349.2) | color: lch(59.23 29.25 349.2) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A09F92 — rgb(160, 159, 146)
Deuteranopia (Green-blind)
#A3A890 — rgb(163, 168, 144)
Tritanopia (Blue-blind)
#B88C8B — rgb(184, 140, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 32%, 61%);
text
color: hsl(332, 32%, 61%);
border
border: 2px solid hsl(332, 32%, 61%);
gradient light
background: linear-gradient(to right, hsl(332, 32%, 81%), hsl(332, 32%, 61%));
gradient dark
background: linear-gradient(to right, hsl(332, 32%, 61%), hsl(332, 32%, 41%))
hex
background-color: #BB7C99;
tailwind
bg-[hsl(332,32%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 32%, 61%, 0.4);
css variable
--color-primary: hsl(332, 32%, 61%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 32%, 61%)?
HEX: #BB7C99 | RGB: rgb(187, 124, 153) | CMYK: 0%, 34%, 18%, 27% | HSV: 332°, 34%, 73%. Copy any format from the conversion table above.
What colors go well with #BB7C99?
The complementary color is HSL(152, 32%, 61%). 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, 32%, 61%) in CSS?
As HSL: color: hsl(332, 32%, 61%); — As HEX: color: #BB7C99; — As RGB: color: rgb(187, 124, 153); — Tailwind CSS: bg-[hsl(332,32%,61%)] — CSS variable: --color-primary: hsl(332, 32%, 61%);