HSL(323, 10%, 52%)

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%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 10%, 52%) color: hsl(323, 10%, 52%)
HEX #917887 color: #917887
RGB rgb(145, 120, 135) color: rgb(145, 120, 135)
CMYK cmyk(0%, 17%, 7%, 43%)
HSV hsv(324, 17%, 57%)
HWB hwb(324 47% 43%) color: hwb(324 47% 43%)
OKLCH oklch(0.601 0.0376 341.6) color: oklch(0.601 0.0376 341.6)
Lab lab(53.17 12.37 -4.52) color: lab(53.17 12.37 -4.52)
LCH lch(53.17 13.17 339.93) color: lch(53.17 13.17 339.93)

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.01:1
vs Black 5.24: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)

#868683 — rgb(134, 134, 131)

Deuteranopia (Green-blind)

#888A83 — rgb(136, 138, 131)

Tritanopia (Blue-blind)

#908180 — rgb(144, 129, 128)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(323, 10%, 72%), hsl(323, 10%, 52%));

gradient dark

background: linear-gradient(to right, hsl(323, 10%, 52%), hsl(323, 10%, 32%))

hex

background-color: #917887;

tailwind

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

box shadow

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

css variable

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

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%, 52%)?

HEX: #917887 | RGB: rgb(145, 120, 135) | CMYK: 0%, 17%, 7%, 43% | HSV: 324°, 17%, 57%. Copy any format from the conversion table above.

What colors go well with #917887?

The complementary color is HSL(143, 10%, 52%). 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%, 52%) in CSS?

As HSL: color: hsl(323, 10%, 52%); — As HEX: color: #917887; — As RGB: color: rgb(145, 120, 135); — Tailwind CSS: bg-[hsl(323,10%,52%)] — CSS variable: --color-primary: hsl(323, 10%, 52%);