HSL(317, 10%, 32%)

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(317,10%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(317, 10%, 32%) color: hsl(317, 10%, 32%)
HEX #5A4955 color: #5A4955
RGB rgb(90, 73, 85) color: rgb(90, 73, 85)
CMYK cmyk(0%, 19%, 6%, 65%)
HSV hsv(318, 19%, 35%)
HWB hwb(318 28% 65%) color: hwb(318 28% 65%)
OKLCH oklch(0.4271 0.0296 336.87) color: oklch(0.4271 0.0296 336.87)
Lab lab(33.12 9.54 -4.39) color: lab(33.12 9.54 -4.39)
LCH lch(33.12 10.5 335.29) color: lch(33.12 10.5 335.29)

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 8.34:1
vs Black 2.52:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#535252 — rgb(83, 82, 82)

Deuteranopia (Green-blind)

#545551 — rgb(84, 85, 81)

Tritanopia (Blue-blind)

#59504F — rgb(89, 80, 79)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(317, 10%, 32%);

text

color: hsl(317, 10%, 32%);

border

border: 2px solid hsl(317, 10%, 32%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(317, 10%, 32%), hsl(317, 10%, 12%))

hex

background-color: #5A4955;

tailwind

bg-[hsl(317,10%,32%)]

box shadow

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

css variable

--color-primary: hsl(317, 10%, 32%);

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(317, 10%, 32%)?

HEX: #5A4955 | RGB: rgb(90, 73, 85) | CMYK: 0%, 19%, 6%, 65% | HSV: 318°, 19%, 35%. Copy any format from the conversion table above.

What colors go well with #5A4955?

The complementary color is HSL(137, 10%, 32%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(317, 10%, 32%) in CSS?

As HSL: color: hsl(317, 10%, 32%); — As HEX: color: #5A4955; — As RGB: color: rgb(90, 73, 85); — Tailwind CSS: bg-[hsl(317,10%,32%)] — CSS variable: --color-primary: hsl(317, 10%, 32%);