HSL(42, 39%, 85%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(42,39%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(42, 39%, 85%) color: hsl(42, 39%, 85%)
HEX #E8DFCA color: #E8DFCA
RGB rgb(232, 223, 202) color: rgb(232, 223, 202)
CMYK cmyk(0%, 4%, 13%, 9%)
HSV hsv(42, 13%, 91%)
HWB hwb(42 79% 9%) color: hwb(42 79% 9%)
OKLCH oklch(0.9052 0.0297 87.55) color: oklch(0.9052 0.0297 87.55)
Lab lab(89.02 -0.42 11.39) color: lab(89.02 -0.42 11.39)
LCH lch(89.02 11.4 92.11) color: lch(89.02 11.4 92.11)

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.33:1
vs Black 15.84: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)

#E4E4CF — rgb(228, 228, 207)

Deuteranopia (Green-blind)

#E5E5D0 — rgb(229, 229, 208)

Tritanopia (Blue-blind)

#E8D3D4 — rgb(232, 211, 212)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(42, 39%, 85%);

text

color: hsl(42, 39%, 85%);

border

border: 2px solid hsl(42, 39%, 85%);

gradient light

background: linear-gradient(to right, hsl(42, 39%, 100%), hsl(42, 39%, 85%));

gradient dark

background: linear-gradient(to right, hsl(42, 39%, 85%), hsl(42, 39%, 65%))

hex

background-color: #E8DFCA;

tailwind

bg-[hsl(42,39%,85%)]

box shadow

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

css variable

--color-primary: hsl(42, 39%, 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(42, 39%, 85%)?

HEX: #E8DFCA | RGB: rgb(232, 223, 202) | CMYK: 0%, 4%, 13%, 9% | HSV: 42°, 13%, 91%. Copy any format from the conversion table above.

What colors go well with #E8DFCA?

The complementary color is HSL(222, 39%, 85%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(42, 39%, 85%) in CSS?

As HSL: color: hsl(42, 39%, 85%); — As HEX: color: #E8DFCA; — As RGB: color: rgb(232, 223, 202); — Tailwind CSS: bg-[hsl(42,39%,85%)] — CSS variable: --color-primary: hsl(42, 39%, 85%);