HSL(327, 10%, 48%)
Grayish Pink — Pink color
Adjust Color
Color Information
Color Name
Grayish Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(327,10%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 10%, 48%) | color: hsl(327, 10%, 48%) | |
| HEX | #876E7C | color: #876E7C | |
| RGB | rgb(135, 110, 124) | color: rgb(135, 110, 124) | |
| CMYK | cmyk(0%, 19%, 8%, 47%) | — | |
| HSV | hsv(326, 19%, 53%) | — | |
| HWB | hwb(326 43% 47%) | color: hwb(326 43% 47%) | |
| OKLCH | oklch(0.5668 0.0374 343.65) | color: oklch(0.5668 0.0374 343.65) | |
| Lab | lab(49.2 12.36 -4.01) | color: lab(49.2 12.36 -4.01) | |
| LCH | lch(49.2 12.99 342.03) | color: lch(49.2 12.99 342.03) |
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)
#7C7C79 — rgb(124, 124, 121)
Deuteranopia (Green-blind)
#7E8078 — rgb(126, 128, 120)
Tritanopia (Blue-blind)
#867675 — rgb(134, 118, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 10%, 48%);
text
color: hsl(327, 10%, 48%);
border
border: 2px solid hsl(327, 10%, 48%);
gradient light
background: linear-gradient(to right, hsl(327, 10%, 68%), hsl(327, 10%, 48%));
gradient dark
background: linear-gradient(to right, hsl(327, 10%, 48%), hsl(327, 10%, 28%))
hex
background-color: #876E7C;
tailwind
bg-[hsl(327,10%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 10%, 48%, 0.4);
css variable
--color-primary: hsl(327, 10%, 48%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 10%, 48%)?
HEX: #876E7C | RGB: rgb(135, 110, 124) | CMYK: 0%, 19%, 8%, 47% | HSV: 326°, 19%, 53%. Copy any format from the conversion table above.
What colors go well with #876E7C?
The complementary color is HSL(147, 10%, 48%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 10%, 48%) in CSS?
As HSL: color: hsl(327, 10%, 48%); — As HEX: color: #876E7C; — As RGB: color: rgb(135, 110, 124); — Tailwind CSS: bg-[hsl(327,10%,48%)] — CSS variable: --color-primary: hsl(327, 10%, 48%);