HSL(290, 13%, 83%)

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(290,13%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(290, 13%, 83%) color: hsl(290, 13%, 83%)
HEX #D7CED9 color: #D7CED9
RGB rgb(215, 206, 217) color: rgb(215, 206, 217)
CMYK cmyk(1%, 5%, 0%, 15%)
HSV hsv(289, 5%, 85%)
HWB hwb(289 81% 15%) color: hwb(289 81% 15%)
OKLCH oklch(0.8619 0.0179 320.06) color: oklch(0.8619 0.0179 320.06)
Lab lab(83.76 5.08 -4.33) color: lab(83.76 5.08 -4.33)
LCH lch(83.76 6.67 319.56) color: lch(83.76 6.67 319.56)

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 1.53:1
vs Black 13.72: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)

#D3D3D6 — rgb(211, 211, 214)

Deuteranopia (Green-blind)

#D4D4D6 — rgb(212, 212, 214)

Tritanopia (Blue-blind)

#D7D4D4 — rgb(215, 212, 212)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(290, 13%, 83%);

text

color: hsl(290, 13%, 83%);

border

border: 2px solid hsl(290, 13%, 83%);

gradient light

background: linear-gradient(to right, hsl(290, 13%, 100%), hsl(290, 13%, 83%));

gradient dark

background: linear-gradient(to right, hsl(290, 13%, 83%), hsl(290, 13%, 63%))

hex

background-color: #D7CED9;

tailwind

bg-[hsl(290,13%,83%)]

box shadow

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

css variable

--color-primary: hsl(290, 13%, 83%);

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(290, 13%, 83%)?

HEX: #D7CED9 | RGB: rgb(215, 206, 217) | CMYK: 1%, 5%, 0%, 15% | HSV: 289°, 5%, 85%. Copy any format from the conversion table above.

What colors go well with #D7CED9?

The complementary color is HSL(110, 13%, 83%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(290, 13%, 83%) in CSS?

As HSL: color: hsl(290, 13%, 83%); — As HEX: color: #D7CED9; — As RGB: color: rgb(215, 206, 217); — Tailwind CSS: bg-[hsl(290,13%,83%)] — CSS variable: --color-primary: hsl(290, 13%, 83%);