HSL(41, 73%, 55%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(41,73%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(41, 73%, 55%) color: hsl(41, 73%, 55%)
HEX #E0AB38 color: #E0AB38
RGB rgb(224, 171, 56) color: rgb(224, 171, 56)
CMYK cmyk(0%, 24%, 75%, 12%)
HSV hsv(41, 75%, 88%)
HWB hwb(41 22% 12%) color: hwb(41 22% 12%)
OKLCH oklch(0.771 0.14 82.62) color: oklch(0.771 0.14 82.62)
Lab lab(73.06 8.72 63.16) color: lab(73.06 8.72 63.16)
LCH lch(73.06 63.76 82.14) color: lch(73.06 63.76 82.14)

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 2.09:1
vs Black 10.05: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)

#C9C954 — rgb(201, 201, 84)

Deuteranopia (Green-blind)

#CCD05B — rgb(204, 208, 91)

Tritanopia (Blue-blind)

#DD6A6F — rgb(221, 106, 111)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(41, 73%, 55%);

text

color: hsl(41, 73%, 55%);

border

border: 2px solid hsl(41, 73%, 55%);

gradient light

background: linear-gradient(to right, hsl(41, 73%, 75%), hsl(41, 73%, 55%));

gradient dark

background: linear-gradient(to right, hsl(41, 73%, 55%), hsl(41, 73%, 35%))

hex

background-color: #E0AB38;

tailwind

bg-[hsl(41,73%,55%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(41, 73%, 55%, 0.4);

css variable

--color-primary: hsl(41, 73%, 55%);

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(41, 73%, 55%)?

HEX: #E0AB38 | RGB: rgb(224, 171, 56) | CMYK: 0%, 24%, 75%, 12% | HSV: 41°, 75%, 88%. Copy any format from the conversion table above.

What colors go well with #E0AB38?

The complementary color is HSL(221, 73%, 55%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(41, 73%, 55%) in CSS?

As HSL: color: hsl(41, 73%, 55%); — As HEX: color: #E0AB38; — As RGB: color: rgb(224, 171, 56); — Tailwind CSS: bg-[hsl(41,73%,55%)] — CSS variable: --color-primary: hsl(41, 73%, 55%);