HSL(312, 10%, 47%)

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(312,10%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(312, 10%, 47%) color: hsl(312, 10%, 47%)
HEX #846C7F color: #846C7F
RGB rgb(132, 108, 127) color: rgb(132, 108, 127)
CMYK cmyk(0%, 18%, 4%, 48%)
HSV hsv(313, 18%, 52%)
HWB hwb(313 43% 48%) color: hwb(313 43% 48%)
OKLCH oklch(0.5607 0.041 333.38) color: oklch(0.5607 0.041 333.38)
Lab lab(48.47 12.98 -6.92) color: lab(48.47 12.98 -6.92)
LCH lch(48.47 14.71 331.94) color: lch(48.47 14.71 331.94)

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.74:1
vs Black 4.43:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

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)

#7A797A — rgb(122, 121, 122)

Deuteranopia (Green-blind)

#7B7D79 — rgb(123, 125, 121)

Tritanopia (Blue-blind)

#837776 — rgb(131, 119, 118)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(312, 10%, 47%);

text

color: hsl(312, 10%, 47%);

border

border: 2px solid hsl(312, 10%, 47%);

gradient light

background: linear-gradient(to right, hsl(312, 10%, 67%), hsl(312, 10%, 47%));

gradient dark

background: linear-gradient(to right, hsl(312, 10%, 47%), hsl(312, 10%, 27%))

hex

background-color: #846C7F;

tailwind

bg-[hsl(312,10%,47%)]

box shadow

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

css variable

--color-primary: hsl(312, 10%, 47%);

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(312, 10%, 47%)?

HEX: #846C7F | RGB: rgb(132, 108, 127) | CMYK: 0%, 18%, 4%, 48% | HSV: 313°, 18%, 52%. Copy any format from the conversion table above.

What colors go well with #846C7F?

The complementary color is HSL(132, 10%, 47%). For a triadic harmony, use hues 312°, 72°, and 192°. For analogous combinations, try hues 282° and 342°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(312, 10%, 47%) in CSS?

As HSL: color: hsl(312, 10%, 47%); — As HEX: color: #846C7F; — As RGB: color: rgb(132, 108, 127); — Tailwind CSS: bg-[hsl(312,10%,47%)] — CSS variable: --color-primary: hsl(312, 10%, 47%);