HSL(44, 50%, 78%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(44,50%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(44, 50%, 78%) color: hsl(44, 50%, 78%)
HEX #E3D4AB color: #E3D4AB
RGB rgb(227, 212, 171) color: rgb(227, 212, 171)
CMYK cmyk(0%, 7%, 25%, 11%)
HSV hsv(44, 25%, 89%)
HWB hwb(44 67% 11%) color: hwb(44 67% 11%)
OKLCH oklch(0.8719 0.0565 90.33) color: oklch(0.8719 0.0565 90.33)
Lab lab(85.18 -1.16 22.2) color: lab(85.18 -1.16 22.2)
LCH lch(85.18 22.23 92.99) color: lch(85.18 22.23 92.99)

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.47:1
vs Black 14.27: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)

#DDDCB5 — rgb(221, 220, 181)

Deuteranopia (Green-blind)

#DDDFB7 — rgb(221, 223, 183)

Tritanopia (Blue-blind)

#E2BDBE — rgb(226, 189, 190)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(44, 50%, 78%);

text

color: hsl(44, 50%, 78%);

border

border: 2px solid hsl(44, 50%, 78%);

gradient light

background: linear-gradient(to right, hsl(44, 50%, 98%), hsl(44, 50%, 78%));

gradient dark

background: linear-gradient(to right, hsl(44, 50%, 78%), hsl(44, 50%, 58%))

hex

background-color: #E3D4AB;

tailwind

bg-[hsl(44,50%,78%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(44, 50%, 78%, 0.4);

css variable

--color-primary: hsl(44, 50%, 78%);

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(44, 50%, 78%)?

HEX: #E3D4AB | RGB: rgb(227, 212, 171) | CMYK: 0%, 7%, 25%, 11% | HSV: 44°, 25%, 89%. Copy any format from the conversion table above.

What colors go well with #E3D4AB?

The complementary color is HSL(224, 50%, 78%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(44, 50%, 78%) in CSS?

As HSL: color: hsl(44, 50%, 78%); — As HEX: color: #E3D4AB; — As RGB: color: rgb(227, 212, 171); — Tailwind CSS: bg-[hsl(44,50%,78%)] — CSS variable: --color-primary: hsl(44, 50%, 78%);