HSL(5, 12%, 83%)

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(5,12%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(5, 12%, 83%) color: hsl(5, 12%, 83%)
HEX #D9CFCE color: #D9CFCE
RGB rgb(217, 207, 206) color: rgb(217, 207, 206)
CMYK cmyk(0%, 5%, 5%, 15%)
HSV hsv(5, 5%, 85%)
HWB hwb(5 81% 15%) color: hwb(5 81% 15%)
OKLCH oklch(0.8623 0.0112 24.34) color: oklch(0.8623 0.0112 24.34)
Lab lab(83.88 3.27 1.73) color: lab(83.88 3.27 1.73)
LCH lch(83.88 3.7 27.88) color: lch(83.88 3.7 27.88)

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.77: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)

#D5D5CE — rgb(213, 213, 206)

Deuteranopia (Green-blind)

#D5D6CE — rgb(213, 214, 206)

Tritanopia (Blue-blind)

#D9CECE — rgb(217, 206, 206)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(5, 12%, 83%);

text

color: hsl(5, 12%, 83%);

border

border: 2px solid hsl(5, 12%, 83%);

gradient light

background: linear-gradient(to right, hsl(5, 12%, 100%), hsl(5, 12%, 83%));

gradient dark

background: linear-gradient(to right, hsl(5, 12%, 83%), hsl(5, 12%, 63%))

hex

background-color: #D9CFCE;

tailwind

bg-[hsl(5,12%,83%)]

box shadow

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

css variable

--color-primary: hsl(5, 12%, 83%);

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(5, 12%, 83%)?

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

What colors go well with #D9CFCE?

The complementary color is HSL(185, 12%, 83%). For a triadic harmony, use hues 5°, 125°, and 245°. For analogous combinations, try hues 335° and 35°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(5, 12%, 83%) in CSS?

As HSL: color: hsl(5, 12%, 83%); — As HEX: color: #D9CFCE; — As RGB: color: rgb(217, 207, 206); — Tailwind CSS: bg-[hsl(5,12%,83%)] — CSS variable: --color-primary: hsl(5, 12%, 83%);