HSL(313, 10%, 48%)

Grayish Purple — Purple color

Adjust Color

Color Information

Color Name

Grayish Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(313,10%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(313, 10%, 48%) color: hsl(313, 10%, 48%)
HEX #876E81 color: #876E81
RGB rgb(135, 110, 129) color: rgb(135, 110, 129)
CMYK cmyk(0%, 19%, 4%, 47%)
HSV hsv(314, 19%, 53%)
HWB hwb(314 43% 47%) color: hwb(314 43% 47%)
OKLCH oklch(0.5686 0.0418 334.65) color: oklch(0.5686 0.0418 334.65)
Lab lab(49.36 13.32 -6.75) color: lab(49.36 13.32 -6.75)
LCH lch(49.36 14.93 333.13) color: lch(49.36 14.93 333.13)

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.59:1
vs Black 4.58:1

AA Normal (4.5:1)

on White: PASS ✓ 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: white

Color Blindness Simulation

Protanopia (Red-blind)

#7C7C7C — rgb(124, 124, 124)

Deuteranopia (Green-blind)

#7E807B — rgb(126, 128, 123)

Tritanopia (Blue-blind)

#867978 — rgb(134, 121, 120)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(313, 10%, 48%);

text

color: hsl(313, 10%, 48%);

border

border: 2px solid hsl(313, 10%, 48%);

gradient light

background: linear-gradient(to right, hsl(313, 10%, 68%), hsl(313, 10%, 48%));

gradient dark

background: linear-gradient(to right, hsl(313, 10%, 48%), hsl(313, 10%, 28%))

hex

background-color: #876E81;

tailwind

bg-[hsl(313,10%,48%)]

box shadow

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

css variable

--color-primary: hsl(313, 10%, 48%);

Related Colors

Use Cases for Grayish Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(313, 10%, 48%)?

HEX: #876E81 | RGB: rgb(135, 110, 129) | CMYK: 0%, 19%, 4%, 47% | HSV: 314°, 19%, 53%. Copy any format from the conversion table above.

What colors go well with #876E81?

The complementary color is HSL(133, 10%, 48%). For a triadic harmony, use hues 313°, 73°, and 193°. For analogous combinations, try hues 283° and 343°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(313, 10%, 48%) in CSS?

As HSL: color: hsl(313, 10%, 48%); — As HEX: color: #876E81; — As RGB: color: rgb(135, 110, 129); — Tailwind CSS: bg-[hsl(313,10%,48%)] — CSS variable: --color-primary: hsl(313, 10%, 48%);