HSL(311, 13%, 66%)

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(311,13%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(311, 13%, 66%) color: hsl(311, 13%, 66%)
HEX #B49DAF color: #B49DAF
RGB rgb(180, 157, 175) color: rgb(180, 157, 175)
CMYK cmyk(0%, 13%, 3%, 29%)
HSV hsv(313, 13%, 71%)
HWB hwb(313 62% 29%) color: hwb(313 62% 29%)
OKLCH oklch(0.7218 0.0367 333.41) color: oklch(0.7218 0.0367 333.41)
Lab lab(67.21 11.65 -6.21) color: lab(67.21 11.65 -6.21)
LCH lch(67.21 13.2 331.94) color: lch(67.21 13.2 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 2.51:1
vs Black 8.38:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#AAAAAB — rgb(170, 170, 171)

Deuteranopia (Green-blind)

#ABADAA — rgb(171, 173, 170)

Tritanopia (Blue-blind)

#B3A7A6 — rgb(179, 167, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(311, 13%, 66%);

text

color: hsl(311, 13%, 66%);

border

border: 2px solid hsl(311, 13%, 66%);

gradient light

background: linear-gradient(to right, hsl(311, 13%, 86%), hsl(311, 13%, 66%));

gradient dark

background: linear-gradient(to right, hsl(311, 13%, 66%), hsl(311, 13%, 46%))

hex

background-color: #B49DAF;

tailwind

bg-[hsl(311,13%,66%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(311, 13%, 66%, 0.4);

css variable

--color-primary: hsl(311, 13%, 66%);

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(311, 13%, 66%)?

HEX: #B49DAF | RGB: rgb(180, 157, 175) | CMYK: 0%, 13%, 3%, 29% | HSV: 313°, 13%, 71%. Copy any format from the conversion table above.

What colors go well with #B49DAF?

The complementary color is HSL(131, 13%, 66%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(311, 13%, 66%) in CSS?

As HSL: color: hsl(311, 13%, 66%); — As HEX: color: #B49DAF; — As RGB: color: rgb(180, 157, 175); — Tailwind CSS: bg-[hsl(311,13%,66%)] — CSS variable: --color-primary: hsl(311, 13%, 66%);