HSL(332, 24%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,24%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 24%, 60%) | color: hsl(332, 24%, 60%) | |
| HEX | #B18197 | color: #B18197 | |
| RGB | rgb(177, 129, 151) | color: rgb(177, 129, 151) | |
| CMYK | cmyk(0%, 27%, 15%, 31%) | — | |
| HSV | hsv(333, 27%, 69%) | — | |
| HWB | hwb(333 50% 31%) | color: hwb(333 50% 31%) | |
| OKLCH | oklch(0.6571 0.066 349.93) | color: oklch(0.6571 0.066 349.93) | |
| Lab | lab(59.24 21.97 -4.46) | color: lab(59.24 21.97 -4.46) | |
| LCH | lch(59.24 22.42 348.52) | color: lch(59.24 22.42 348.52) |
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)
#9C9C92 — rgb(156, 156, 146)
Deuteranopia (Green-blind)
#9FA390 — rgb(159, 163, 144)
Tritanopia (Blue-blind)
#AF8D8D — rgb(175, 141, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 24%, 60%);
text
color: hsl(332, 24%, 60%);
border
border: 2px solid hsl(332, 24%, 60%);
gradient light
background: linear-gradient(to right, hsl(332, 24%, 80%), hsl(332, 24%, 60%));
gradient dark
background: linear-gradient(to right, hsl(332, 24%, 60%), hsl(332, 24%, 40%))
hex
background-color: #B18197;
tailwind
bg-[hsl(332,24%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 24%, 60%, 0.4);
css variable
--color-primary: hsl(332, 24%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 24%, 60%)?
HEX: #B18197 | RGB: rgb(177, 129, 151) | CMYK: 0%, 27%, 15%, 31% | HSV: 333°, 27%, 69%. Copy any format from the conversion table above.
What colors go well with #B18197?
The complementary color is HSL(152, 24%, 60%). 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, 24%, 60%) in CSS?
As HSL: color: hsl(332, 24%, 60%); — As HEX: color: #B18197; — As RGB: color: rgb(177, 129, 151); — Tailwind CSS: bg-[hsl(332,24%,60%)] — CSS variable: --color-primary: hsl(332, 24%, 60%);