HSL(10, 32%, 79%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(10,32%,79%)]

Color Conversions

Format Value CSS Usage
HSL hsl(10, 32%, 79%) color: hsl(10, 32%, 79%)
HEX #DBBEB8 color: #DBBEB8
RGB rgb(219, 190, 184) color: rgb(219, 190, 184)
CMYK cmyk(0%, 13%, 16%, 14%)
HSV hsv(10, 16%, 86%)
HWB hwb(10 72% 14%) color: hwb(10 72% 14%)
OKLCH oklch(0.8246 0.0343 31.62) color: oklch(0.8246 0.0343 31.62)
Lab lab(79.24 9.33 6.83) color: lab(79.24 9.33 6.83)
LCH lch(79.24 11.56 36.21) color: lch(79.24 11.56 36.21)

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.74:1
vs Black 12.07: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)

#CECEB9 — rgb(206, 206, 185)

Deuteranopia (Green-blind)

#D0D2BA — rgb(208, 210, 186)

Tritanopia (Blue-blind)

#DABBBB — rgb(218, 187, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(10, 32%, 79%);

text

color: hsl(10, 32%, 79%);

border

border: 2px solid hsl(10, 32%, 79%);

gradient light

background: linear-gradient(to right, hsl(10, 32%, 99%), hsl(10, 32%, 79%));

gradient dark

background: linear-gradient(to right, hsl(10, 32%, 79%), hsl(10, 32%, 59%))

hex

background-color: #DBBEB8;

tailwind

bg-[hsl(10,32%,79%)]

box shadow

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

css variable

--color-primary: hsl(10, 32%, 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(10, 32%, 79%)?

HEX: #DBBEB8 | RGB: rgb(219, 190, 184) | CMYK: 0%, 13%, 16%, 14% | HSV: 10°, 16%, 86%. Copy any format from the conversion table above.

What colors go well with #DBBEB8?

The complementary color is HSL(190, 32%, 79%). For a triadic harmony, use hues 10°, 130°, and 250°. For analogous combinations, try hues 340° and 40°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(10, 32%, 79%) in CSS?

As HSL: color: hsl(10, 32%, 79%); — As HEX: color: #DBBEB8; — As RGB: color: rgb(219, 190, 184); — Tailwind CSS: bg-[hsl(10,32%,79%)] — CSS variable: --color-primary: hsl(10, 32%, 79%);