HSL(331, 19%, 47%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(331,19%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 19%, 47%) | color: hsl(331, 19%, 47%) | |
| HEX | #8F6177 | color: #8F6177 | |
| RGB | rgb(143, 97, 119) | color: rgb(143, 97, 119) | |
| CMYK | cmyk(0%, 32%, 17%, 44%) | — | |
| HSV | hsv(331, 32%, 56%) | — | |
| HWB | hwb(331 38% 44%) | color: hwb(331 38% 44%) | |
| OKLCH | oklch(0.5483 0.0668 349.33) | color: oklch(0.5483 0.0668 349.33) | |
| Lab | lab(46.61 22.15 -4.76) | color: lab(46.61 22.15 -4.76) | |
| LCH | lch(46.61 22.66 347.87) | color: lch(46.61 22.66 347.87) |
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)
#7B7B72 — rgb(123, 123, 114)
Deuteranopia (Green-blind)
#7E8170 — rgb(126, 129, 112)
Tritanopia (Blue-blind)
#8D6D6D — rgb(141, 109, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 19%, 47%);
text
color: hsl(331, 19%, 47%);
border
border: 2px solid hsl(331, 19%, 47%);
gradient light
background: linear-gradient(to right, hsl(331, 19%, 67%), hsl(331, 19%, 47%));
gradient dark
background: linear-gradient(to right, hsl(331, 19%, 47%), hsl(331, 19%, 27%))
hex
background-color: #8F6177;
tailwind
bg-[hsl(331,19%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 19%, 47%, 0.4);
css variable
--color-primary: hsl(331, 19%, 47%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 19%, 47%)?
HEX: #8F6177 | RGB: rgb(143, 97, 119) | CMYK: 0%, 32%, 17%, 44% | HSV: 331°, 32%, 56%. Copy any format from the conversion table above.
What colors go well with #8F6177?
The complementary color is HSL(151, 19%, 47%). 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, 19%, 47%) in CSS?
As HSL: color: hsl(331, 19%, 47%); — As HEX: color: #8F6177; — As RGB: color: rgb(143, 97, 119); — Tailwind CSS: bg-[hsl(331,19%,47%)] — CSS variable: --color-primary: hsl(331, 19%, 47%);