HSL(12, 31%, 79%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(12,31%,79%)]

Color Conversions

Format Value CSS Usage
HSL hsl(12, 31%, 79%) color: hsl(12, 31%, 79%)
HEX #DABFB9 color: #DABFB9
RGB rgb(218, 191, 185) color: rgb(218, 191, 185)
CMYK cmyk(0%, 12%, 15%, 15%)
HSV hsv(11, 15%, 85%)
HWB hwb(11 72% 15%) color: hwb(11 72% 15%)
OKLCH oklch(0.8259 0.032 32.58) color: oklch(0.8259 0.032 32.58)
Lab lab(79.43 8.6 6.54) color: lab(79.43 8.6 6.54)
LCH lch(79.43 10.8 37.25) color: lch(79.43 10.8 37.25)

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.73:1
vs Black 12.13: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)

#CECEBA — rgb(206, 206, 186)

Deuteranopia (Green-blind)

#D0D2BB — rgb(208, 210, 187)

Tritanopia (Blue-blind)

#D9BCBC — rgb(217, 188, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(12, 31%, 79%);

text

color: hsl(12, 31%, 79%);

border

border: 2px solid hsl(12, 31%, 79%);

gradient light

background: linear-gradient(to right, hsl(12, 31%, 99%), hsl(12, 31%, 79%));

gradient dark

background: linear-gradient(to right, hsl(12, 31%, 79%), hsl(12, 31%, 59%))

hex

background-color: #DABFB9;

tailwind

bg-[hsl(12,31%,79%)]

box shadow

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

css variable

--color-primary: hsl(12, 31%, 79%);

Related Colors

Use Cases for Red

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

Frequently Asked Questions

What are all the color codes for HSL(12, 31%, 79%)?

HEX: #DABFB9 | RGB: rgb(218, 191, 185) | CMYK: 0%, 12%, 15%, 15% | HSV: 11°, 15%, 85%. Copy any format from the conversion table above.

What colors go well with #DABFB9?

The complementary color is HSL(192, 31%, 79%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(12, 31%, 79%) in CSS?

As HSL: color: hsl(12, 31%, 79%); — As HEX: color: #DABFB9; — As RGB: color: rgb(218, 191, 185); — Tailwind CSS: bg-[hsl(12,31%,79%)] — CSS variable: --color-primary: hsl(12, 31%, 79%);