HSL(287, 10%, 41%)

Grayish Purple — Purple color

Adjust Color

Color Information

Color Name

Grayish Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(287,10%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(287, 10%, 41%) color: hsl(287, 10%, 41%)
HEX #6E5E73 color: #6E5E73
RGB rgb(110, 94, 115) color: rgb(110, 94, 115)
CMYK cmyk(4%, 18%, 0%, 55%)
HSV hsv(286, 18%, 45%)
HWB hwb(286 37% 55%) color: hwb(286 37% 55%)
OKLCH oklch(0.5049 0.0381 318.08) color: oklch(0.5049 0.0381 318.08)
Lab lab(42.09 10.66 -9.46) color: lab(42.09 10.66 -9.46)
LCH lch(42.09 14.25 318.41) color: lch(42.09 14.25 318.41)

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 5.98:1
vs Black 3.51: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)

#67676E — rgb(103, 103, 110)

Deuteranopia (Green-blind)

#68696D — rgb(104, 105, 109)

Tritanopia (Blue-blind)

#6D6A69 — rgb(109, 106, 105)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(287, 10%, 41%);

text

color: hsl(287, 10%, 41%);

border

border: 2px solid hsl(287, 10%, 41%);

gradient light

background: linear-gradient(to right, hsl(287, 10%, 61%), hsl(287, 10%, 41%));

gradient dark

background: linear-gradient(to right, hsl(287, 10%, 41%), hsl(287, 10%, 21%))

hex

background-color: #6E5E73;

tailwind

bg-[hsl(287,10%,41%)]

box shadow

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

css variable

--color-primary: hsl(287, 10%, 41%);

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(287, 10%, 41%)?

HEX: #6E5E73 | RGB: rgb(110, 94, 115) | CMYK: 4%, 18%, 0%, 55% | HSV: 286°, 18%, 45%. Copy any format from the conversion table above.

What colors go well with #6E5E73?

The complementary color is HSL(107, 10%, 41%). For a triadic harmony, use hues 287°, 47°, and 167°. For analogous combinations, try hues 257° and 317°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(287, 10%, 41%) in CSS?

As HSL: color: hsl(287, 10%, 41%); — As HEX: color: #6E5E73; — As RGB: color: rgb(110, 94, 115); — Tailwind CSS: bg-[hsl(287,10%,41%)] — CSS variable: --color-primary: hsl(287, 10%, 41%);