HSL(328, 10%, 46%)

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(328,10%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(328, 10%, 46%) color: hsl(328, 10%, 46%)
HEX #816A76 color: #816A76
RGB rgb(129, 106, 118) color: rgb(129, 106, 118)
CMYK cmyk(0%, 18%, 9%, 49%)
HSV hsv(329, 18%, 51%)
HWB hwb(329 42% 49%) color: hwb(329 42% 49%)
OKLCH oklch(0.5504 0.0339 345.53) color: oklch(0.5504 0.0339 345.53)
Lab lab(47.34 11.29 -3.25) color: lab(47.34 11.29 -3.25)
LCH lch(47.34 11.75 343.94) color: lch(47.34 11.75 343.94)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 4.93:1
vs Black 4.26:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#777773 — rgb(119, 119, 115)

Deuteranopia (Green-blind)

#787A72 — rgb(120, 122, 114)

Tritanopia (Blue-blind)

#807170 — rgb(128, 113, 112)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(328, 10%, 46%);

text

color: hsl(328, 10%, 46%);

border

border: 2px solid hsl(328, 10%, 46%);

gradient light

background: linear-gradient(to right, hsl(328, 10%, 66%), hsl(328, 10%, 46%));

gradient dark

background: linear-gradient(to right, hsl(328, 10%, 46%), hsl(328, 10%, 26%))

hex

background-color: #816A76;

tailwind

bg-[hsl(328,10%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(328, 10%, 46%, 0.4);

css variable

--color-primary: hsl(328, 10%, 46%);

Related Colors

Use Cases for Grayish Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(328, 10%, 46%)?

HEX: #816A76 | RGB: rgb(129, 106, 118) | CMYK: 0%, 18%, 9%, 49% | HSV: 329°, 18%, 51%. Copy any format from the conversion table above.

What colors go well with #816A76?

The complementary color is HSL(148, 10%, 46%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(328, 10%, 46%) in CSS?

As HSL: color: hsl(328, 10%, 46%); — As HEX: color: #816A76; — As RGB: color: rgb(129, 106, 118); — Tailwind CSS: bg-[hsl(328,10%,46%)] — CSS variable: --color-primary: hsl(328, 10%, 46%);