HSL(323, 10%, 53%)

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(323,10%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 10%, 53%) color: hsl(323, 10%, 53%)
HEX #937B8A color: #937B8A
RGB rgb(147, 123, 138) color: rgb(147, 123, 138)
CMYK cmyk(0%, 16%, 6%, 42%)
HSV hsv(323, 16%, 58%)
HWB hwb(323 49% 42%) color: hwb(323 49% 42%)
OKLCH oklch(0.6101 0.0365 340.35) color: oklch(0.6101 0.0365 340.35)
Lab lab(54.24 11.95 -4.66) color: lab(54.24 11.95 -4.66)
LCH lch(54.24 12.83 338.7) color: lch(54.24 12.83 338.7)

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 3.86:1
vs Black 5.44:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#898886 — rgb(137, 136, 134)

Deuteranopia (Green-blind)

#8A8C86 — rgb(138, 140, 134)

Tritanopia (Blue-blind)

#928483 — rgb(146, 132, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 10%, 53%);

text

color: hsl(323, 10%, 53%);

border

border: 2px solid hsl(323, 10%, 53%);

gradient light

background: linear-gradient(to right, hsl(323, 10%, 73%), hsl(323, 10%, 53%));

gradient dark

background: linear-gradient(to right, hsl(323, 10%, 53%), hsl(323, 10%, 33%))

hex

background-color: #937B8A;

tailwind

bg-[hsl(323,10%,53%)]

box shadow

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

css variable

--color-primary: hsl(323, 10%, 53%);

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(323, 10%, 53%)?

HEX: #937B8A | RGB: rgb(147, 123, 138) | CMYK: 0%, 16%, 6%, 42% | HSV: 323°, 16%, 58%. Copy any format from the conversion table above.

What colors go well with #937B8A?

The complementary color is HSL(143, 10%, 53%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(323, 10%, 53%) in CSS?

As HSL: color: hsl(323, 10%, 53%); — As HEX: color: #937B8A; — As RGB: color: rgb(147, 123, 138); — Tailwind CSS: bg-[hsl(323,10%,53%)] — CSS variable: --color-primary: hsl(323, 10%, 53%);