HSL(335, 10%, 50%)

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(335,10%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(335, 10%, 50%) color: hsl(335, 10%, 50%)
HEX #8C737D color: #8C737D
RGB rgb(140, 115, 125) color: rgb(140, 115, 125)
CMYK cmyk(0%, 18%, 11%, 45%)
HSV hsv(336, 18%, 55%)
HWB hwb(336 45% 45%) color: hwb(336 45% 45%)
OKLCH oklch(0.5825 0.0343 352.23) color: oklch(0.5825 0.0343 352.23)
Lab lab(51.06 11.53 -1.81) color: lab(51.06 11.53 -1.81)
LCH lch(51.06 11.67 351.08) color: lch(51.06 11.67 351.08)

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.32:1
vs Black 4.86: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)

#81817B — rgb(129, 129, 123)

Deuteranopia (Green-blind)

#83857A — rgb(131, 133, 122)

Tritanopia (Blue-blind)

#8B7978 — rgb(139, 121, 120)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(335, 10%, 50%);

text

color: hsl(335, 10%, 50%);

border

border: 2px solid hsl(335, 10%, 50%);

gradient light

background: linear-gradient(to right, hsl(335, 10%, 70%), hsl(335, 10%, 50%));

gradient dark

background: linear-gradient(to right, hsl(335, 10%, 50%), hsl(335, 10%, 30%))

hex

background-color: #8C737D;

tailwind

bg-[hsl(335,10%,50%)]

box shadow

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

css variable

--color-primary: hsl(335, 10%, 50%);

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(335, 10%, 50%)?

HEX: #8C737D | RGB: rgb(140, 115, 125) | CMYK: 0%, 18%, 11%, 45% | HSV: 336°, 18%, 55%. Copy any format from the conversion table above.

What colors go well with #8C737D?

The complementary color is HSL(155, 10%, 50%). For a triadic harmony, use hues 335°, 95°, and 215°. For analogous combinations, try hues 305° and 5°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(335, 10%, 50%) in CSS?

As HSL: color: hsl(335, 10%, 50%); — As HEX: color: #8C737D; — As RGB: color: rgb(140, 115, 125); — Tailwind CSS: bg-[hsl(335,10%,50%)] — CSS variable: --color-primary: hsl(335, 10%, 50%);