HSL(36, 63%, 80%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(36,63%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(36, 63%, 80%) color: hsl(36, 63%, 80%)
HEX #ECD2AC color: #ECD2AC
RGB rgb(236, 210, 172) color: rgb(236, 210, 172)
CMYK cmyk(0%, 11%, 27%, 7%)
HSV hsv(36, 27%, 93%)
HWB hwb(36 68% 7%) color: hwb(36 68% 7%)
OKLCH oklch(0.8759 0.0579 77.22) color: oklch(0.8759 0.0579 77.22)
Lab lab(85.46 3.4 22.18) color: lab(85.46 3.4 22.18)
LCH lch(85.46 22.44 81.28) color: lch(85.46 22.44 81.28)

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.46:1
vs Black 14.38: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)

#E1E1B5 — rgb(225, 225, 181)

Deuteranopia (Green-blind)

#E2E4B7 — rgb(226, 228, 183)

Tritanopia (Blue-blind)

#EBBCBE — rgb(235, 188, 190)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(36, 63%, 80%);

text

color: hsl(36, 63%, 80%);

border

border: 2px solid hsl(36, 63%, 80%);

gradient light

background: linear-gradient(to right, hsl(36, 63%, 100%), hsl(36, 63%, 80%));

gradient dark

background: linear-gradient(to right, hsl(36, 63%, 80%), hsl(36, 63%, 60%))

hex

background-color: #ECD2AC;

tailwind

bg-[hsl(36,63%,80%)]

box shadow

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

css variable

--color-primary: hsl(36, 63%, 80%);

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(36, 63%, 80%)?

HEX: #ECD2AC | RGB: rgb(236, 210, 172) | CMYK: 0%, 11%, 27%, 7% | HSV: 36°, 27%, 93%. Copy any format from the conversion table above.

What colors go well with #ECD2AC?

The complementary color is HSL(216, 63%, 80%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(36, 63%, 80%) in CSS?

As HSL: color: hsl(36, 63%, 80%); — As HEX: color: #ECD2AC; — As RGB: color: rgb(236, 210, 172); — Tailwind CSS: bg-[hsl(36,63%,80%)] — CSS variable: --color-primary: hsl(36, 63%, 80%);