HSL(26, 20%, 85%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(26,20%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(26, 20%, 85%) color: hsl(26, 20%, 85%)
HEX #E0D8D1 color: #E0D8D1
RGB rgb(224, 216, 209) color: rgb(224, 216, 209)
CMYK cmyk(0%, 4%, 7%, 12%)
HSV hsv(28, 7%, 88%)
HWB hwb(28 82% 12%) color: hwb(28 82% 12%)
OKLCH oklch(0.8866 0.013 63.9) color: oklch(0.8866 0.013 63.9)
Lab lab(86.78 1.53 4.42) color: lab(86.78 1.53 4.42)
LCH lch(86.78 4.68 70.91) color: lch(86.78 4.68 70.91)

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.41:1
vs Black 14.91: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)

#DDDCD3 — rgb(221, 220, 211)

Deuteranopia (Green-blind)

#DDDED3 — rgb(221, 222, 211)

Tritanopia (Blue-blind)

#E0D4D4 — rgb(224, 212, 212)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(26, 20%, 85%);

text

color: hsl(26, 20%, 85%);

border

border: 2px solid hsl(26, 20%, 85%);

gradient light

background: linear-gradient(to right, hsl(26, 20%, 100%), hsl(26, 20%, 85%));

gradient dark

background: linear-gradient(to right, hsl(26, 20%, 85%), hsl(26, 20%, 65%))

hex

background-color: #E0D8D1;

tailwind

bg-[hsl(26,20%,85%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(26, 20%, 85%, 0.4);

css variable

--color-primary: hsl(26, 20%, 85%);

Related Colors

Use Cases for Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(26, 20%, 85%)?

HEX: #E0D8D1 | RGB: rgb(224, 216, 209) | CMYK: 0%, 4%, 7%, 12% | HSV: 28°, 7%, 88%. Copy any format from the conversion table above.

What colors go well with #E0D8D1?

The complementary color is HSL(206, 20%, 85%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(26, 20%, 85%) in CSS?

As HSL: color: hsl(26, 20%, 85%); — As HEX: color: #E0D8D1; — As RGB: color: rgb(224, 216, 209); — Tailwind CSS: bg-[hsl(26,20%,85%)] — CSS variable: --color-primary: hsl(26, 20%, 85%);