HSL(332, 25%, 61%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,25%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 25%, 61%) | color: hsl(332, 25%, 61%) | |
| HEX | #B4839A | color: #B4839A | |
| RGB | rgb(180, 131, 154) | color: rgb(180, 131, 154) | |
| CMYK | cmyk(0%, 27%, 14%, 29%) | — | |
| HSV | hsv(332, 27%, 71%) | — | |
| HWB | hwb(332 52% 29%) | color: hwb(332 52% 29%) | |
| OKLCH | oklch(0.665 0.0675 349.33) | color: oklch(0.665 0.0675 349.33) | |
| Lab | lab(60.13 22.45 -4.82) | color: lab(60.13 22.45 -4.82) | |
| LCH | lch(60.13 22.96 347.88) | color: lch(60.13 22.96 347.88) |
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)
#9F9E94 — rgb(159, 158, 148)
Deuteranopia (Green-blind)
#A2A593 — rgb(162, 165, 147)
Tritanopia (Blue-blind)
#B2908F — rgb(178, 144, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 25%, 61%);
text
color: hsl(332, 25%, 61%);
border
border: 2px solid hsl(332, 25%, 61%);
gradient light
background: linear-gradient(to right, hsl(332, 25%, 81%), hsl(332, 25%, 61%));
gradient dark
background: linear-gradient(to right, hsl(332, 25%, 61%), hsl(332, 25%, 41%))
hex
background-color: #B4839A;
tailwind
bg-[hsl(332,25%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 25%, 61%, 0.4);
css variable
--color-primary: hsl(332, 25%, 61%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 25%, 61%)?
HEX: #B4839A | RGB: rgb(180, 131, 154) | CMYK: 0%, 27%, 14%, 29% | HSV: 332°, 27%, 71%. Copy any format from the conversion table above.
What colors go well with #B4839A?
The complementary color is HSL(152, 25%, 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, 25%, 61%) in CSS?
As HSL: color: hsl(332, 25%, 61%); — As HEX: color: #B4839A; — As RGB: color: rgb(180, 131, 154); — Tailwind CSS: bg-[hsl(332,25%,61%)] — CSS variable: --color-primary: hsl(332, 25%, 61%);