HSL(9, 10%, 82%)

Grayish Red — Red color

Adjust Color

Color Information

Color Name

Grayish Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(9,10%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(9, 10%, 82%) color: hsl(9, 10%, 82%)
HEX #D6CECD color: #D6CECD
RGB rgb(214, 206, 205) color: rgb(214, 206, 205)
CMYK cmyk(0%, 4%, 4%, 16%)
HSV hsv(7, 4%, 84%)
HWB hwb(7 81% 16%) color: hwb(7 81% 16%)
OKLCH oklch(0.8575 0.009 26.03) color: oklch(0.8575 0.009 26.03)
Lab lab(83.36 2.58 1.48) color: lab(83.36 2.58 1.48)
LCH lch(83.36 2.97 29.84) color: lch(83.36 2.97 29.84)

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.55:1
vs Black 13.57: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)

#D3D2CD — rgb(211, 210, 205)

Deuteranopia (Green-blind)

#D3D4CD — rgb(211, 212, 205)

Tritanopia (Blue-blind)

#D6CDCD — rgb(214, 205, 205)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(9, 10%, 82%);

text

color: hsl(9, 10%, 82%);

border

border: 2px solid hsl(9, 10%, 82%);

gradient light

background: linear-gradient(to right, hsl(9, 10%, 100%), hsl(9, 10%, 82%));

gradient dark

background: linear-gradient(to right, hsl(9, 10%, 82%), hsl(9, 10%, 62%))

hex

background-color: #D6CECD;

tailwind

bg-[hsl(9,10%,82%)]

box shadow

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

css variable

--color-primary: hsl(9, 10%, 82%);

Related Colors

Use Cases for Grayish Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(9, 10%, 82%)?

HEX: #D6CECD | RGB: rgb(214, 206, 205) | CMYK: 0%, 4%, 4%, 16% | HSV: 7°, 4%, 84%. Copy any format from the conversion table above.

What colors go well with #D6CECD?

The complementary color is HSL(189, 10%, 82%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(9, 10%, 82%) in CSS?

As HSL: color: hsl(9, 10%, 82%); — As HEX: color: #D6CECD; — As RGB: color: rgb(214, 206, 205); — Tailwind CSS: bg-[hsl(9,10%,82%)] — CSS variable: --color-primary: hsl(9, 10%, 82%);