HSL(332, 25%, 46%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,25%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 25%, 46%) | color: hsl(332, 25%, 46%) | |
| HEX | #935873 | color: #935873 | |
| RGB | rgb(147, 88, 115) | color: rgb(147, 88, 115) | |
| CMYK | cmyk(0%, 40%, 22%, 42%) | — | |
| HSV | hsv(333, 40%, 58%) | — | |
| HWB | hwb(333 35% 42%) | color: hwb(333 35% 42%) | |
| OKLCH | oklch(0.5355 0.0852 351.43) | color: oklch(0.5355 0.0852 351.43) | |
| Lab | lab(44.83 28.17 -4.92) | color: lab(44.83 28.17 -4.92) | |
| LCH | lch(44.83 28.6 350.09) | color: lch(44.83 28.6 350.09) |
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)
#79796C — rgb(121, 121, 108)
Deuteranopia (Green-blind)
#7D816B — rgb(125, 129, 107)
Tritanopia (Blue-blind)
#906766 — rgb(144, 103, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 25%, 46%);
text
color: hsl(332, 25%, 46%);
border
border: 2px solid hsl(332, 25%, 46%);
gradient light
background: linear-gradient(to right, hsl(332, 25%, 66%), hsl(332, 25%, 46%));
gradient dark
background: linear-gradient(to right, hsl(332, 25%, 46%), hsl(332, 25%, 26%))
hex
background-color: #935873;
tailwind
bg-[hsl(332,25%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 25%, 46%, 0.4);
css variable
--color-primary: hsl(332, 25%, 46%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 25%, 46%)?
HEX: #935873 | RGB: rgb(147, 88, 115) | CMYK: 0%, 40%, 22%, 42% | HSV: 333°, 40%, 58%. Copy any format from the conversion table above.
What colors go well with #935873?
The complementary color is HSL(152, 25%, 46%). 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%, 46%) in CSS?
As HSL: color: hsl(332, 25%, 46%); — As HEX: color: #935873; — As RGB: color: rgb(147, 88, 115); — Tailwind CSS: bg-[hsl(332,25%,46%)] — CSS variable: --color-primary: hsl(332, 25%, 46%);