HSL(35, 63%, 78%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(35,63%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(35, 63%, 78%) color: hsl(35, 63%, 78%)
HEX #EACDA4 color: #EACDA4
RGB rgb(234, 205, 164) color: rgb(234, 205, 164)
CMYK cmyk(0%, 12%, 30%, 8%)
HSV hsv(35, 30%, 92%)
HWB hwb(35 64% 8%) color: hwb(35 64% 8%)
OKLCH oklch(0.8627 0.0631 76.28) color: oklch(0.8627 0.0631 76.28)
Lab lab(83.88 4.19 24.18) color: lab(83.88 4.19 24.18)
LCH lch(83.88 24.54 80.17) color: lch(83.88 24.54 80.17)

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.53:1
vs Black 13.77: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)

#DDDDAE — rgb(221, 221, 174)

Deuteranopia (Green-blind)

#DFE1B0 — rgb(223, 225, 176)

Tritanopia (Blue-blind)

#E9B6B7 — rgb(233, 182, 183)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(35, 63%, 78%);

text

color: hsl(35, 63%, 78%);

border

border: 2px solid hsl(35, 63%, 78%);

gradient light

background: linear-gradient(to right, hsl(35, 63%, 98%), hsl(35, 63%, 78%));

gradient dark

background: linear-gradient(to right, hsl(35, 63%, 78%), hsl(35, 63%, 58%))

hex

background-color: #EACDA4;

tailwind

bg-[hsl(35,63%,78%)]

box shadow

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

css variable

--color-primary: hsl(35, 63%, 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(35, 63%, 78%)?

HEX: #EACDA4 | RGB: rgb(234, 205, 164) | CMYK: 0%, 12%, 30%, 8% | HSV: 35°, 30%, 92%. Copy any format from the conversion table above.

What colors go well with #EACDA4?

The complementary color is HSL(215, 63%, 78%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(35, 63%, 78%) in CSS?

As HSL: color: hsl(35, 63%, 78%); — As HEX: color: #EACDA4; — As RGB: color: rgb(234, 205, 164); — Tailwind CSS: bg-[hsl(35,63%,78%)] — CSS variable: --color-primary: hsl(35, 63%, 78%);