HSL(331, 20%, 49%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,20%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 20%, 49%) | color: hsl(331, 20%, 49%) | |
| HEX | #96647C | color: #96647C | |
| RGB | rgb(150, 100, 124) | color: rgb(150, 100, 124) | |
| CMYK | cmyk(0%, 33%, 17%, 41%) | — | |
| HSV | hsv(331, 33%, 59%) | — | |
| HWB | hwb(331 40% 41%) | color: hwb(331 40% 41%) | |
| OKLCH | oklch(0.5639 0.0722 349.38) | color: oklch(0.5639 0.0722 349.38) | |
| Lab | lab(48.33 23.9 -5.12) | color: lab(48.33 23.9 -5.12) | |
| LCH | lch(48.33 24.44 347.91) | color: lch(48.33 24.44 347.91) |
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)
#808076 — rgb(128, 128, 118)
Deuteranopia (Green-blind)
#838775 — rgb(131, 135, 117)
Tritanopia (Blue-blind)
#947271 — rgb(148, 114, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 20%, 49%);
text
color: hsl(331, 20%, 49%);
border
border: 2px solid hsl(331, 20%, 49%);
gradient light
background: linear-gradient(to right, hsl(331, 20%, 69%), hsl(331, 20%, 49%));
gradient dark
background: linear-gradient(to right, hsl(331, 20%, 49%), hsl(331, 20%, 29%))
hex
background-color: #96647C;
tailwind
bg-[hsl(331,20%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 20%, 49%, 0.4);
css variable
--color-primary: hsl(331, 20%, 49%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 20%, 49%)?
HEX: #96647C | RGB: rgb(150, 100, 124) | CMYK: 0%, 33%, 17%, 41% | HSV: 331°, 33%, 59%. Copy any format from the conversion table above.
What colors go well with #96647C?
The complementary color is HSL(151, 20%, 49%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 20%, 49%) in CSS?
As HSL: color: hsl(331, 20%, 49%); — As HEX: color: #96647C; — As RGB: color: rgb(150, 100, 124); — Tailwind CSS: bg-[hsl(331,20%,49%)] — CSS variable: --color-primary: hsl(331, 20%, 49%);