HSL(339, 32%, 61%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,32%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 32%, 61%) | color: hsl(339, 32%, 61%) | |
| HEX | #BB7C92 | color: #BB7C92 | |
| RGB | rgb(187, 124, 146) | color: rgb(187, 124, 146) | |
| CMYK | cmyk(0%, 34%, 22%, 27%) | — | |
| HSV | hsv(339, 34%, 73%) | — | |
| HWB | hwb(339 48% 27%) | color: hwb(339 48% 27%) | |
| OKLCH | oklch(0.6575 0.0831 357.06) | color: oklch(0.6575 0.0831 357.06) | |
| Lab | lab(59.03 27.64 -1.76) | color: lab(59.03 27.64 -1.76) | |
| LCH | lch(59.03 27.7 356.36) | color: lch(59.03 27.7 356.36) |
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)
#A09F8D — rgb(160, 159, 141)
Deuteranopia (Green-blind)
#A3A88B — rgb(163, 168, 139)
Tritanopia (Blue-blind)
#B88888 — rgb(184, 136, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 32%, 61%);
text
color: hsl(339, 32%, 61%);
border
border: 2px solid hsl(339, 32%, 61%);
gradient light
background: linear-gradient(to right, hsl(339, 32%, 81%), hsl(339, 32%, 61%));
gradient dark
background: linear-gradient(to right, hsl(339, 32%, 61%), hsl(339, 32%, 41%))
hex
background-color: #BB7C92;
tailwind
bg-[hsl(339,32%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 32%, 61%, 0.4);
css variable
--color-primary: hsl(339, 32%, 61%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 32%, 61%)?
HEX: #BB7C92 | RGB: rgb(187, 124, 146) | CMYK: 0%, 34%, 22%, 27% | HSV: 339°, 34%, 73%. Copy any format from the conversion table above.
What colors go well with #BB7C92?
The complementary color is HSL(159, 32%, 61%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 32%, 61%) in CSS?
As HSL: color: hsl(339, 32%, 61%); — As HEX: color: #BB7C92; — As RGB: color: rgb(187, 124, 146); — Tailwind CSS: bg-[hsl(339,32%,61%)] — CSS variable: --color-primary: hsl(339, 32%, 61%);