HSL(31, 76%, 57%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(31,76%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(31, 76%, 57%) color: hsl(31, 76%, 57%)
HEX #E5943E color: #E5943E
RGB rgb(229, 148, 62) color: rgb(229, 148, 62)
CMYK cmyk(0%, 35%, 73%, 10%)
HSV hsv(31, 73%, 90%)
HWB hwb(31 24% 10%) color: hwb(31 24% 10%)
OKLCH oklch(0.7341 0.1389 63.82) color: oklch(0.7341 0.1389 63.82)
Lab lab(68.16 23.37 56.02) color: lab(68.16 23.37 56.02)
LCH lch(68.16 60.7 67.36) color: lch(68.16 60.7 67.36)

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.43:1
vs Black 8.64: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)

#C2C153 — rgb(194, 193, 83)

Deuteranopia (Green-blind)

#C7CD58 — rgb(199, 205, 88)

Tritanopia (Blue-blind)

#E16367 — rgb(225, 99, 103)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(31, 76%, 57%);

text

color: hsl(31, 76%, 57%);

border

border: 2px solid hsl(31, 76%, 57%);

gradient light

background: linear-gradient(to right, hsl(31, 76%, 77%), hsl(31, 76%, 57%));

gradient dark

background: linear-gradient(to right, hsl(31, 76%, 57%), hsl(31, 76%, 37%))

hex

background-color: #E5943E;

tailwind

bg-[hsl(31,76%,57%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(31, 76%, 57%, 0.4);

css variable

--color-primary: hsl(31, 76%, 57%);

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(31, 76%, 57%)?

HEX: #E5943E | RGB: rgb(229, 148, 62) | CMYK: 0%, 35%, 73%, 10% | HSV: 31°, 73%, 90%. Copy any format from the conversion table above.

What colors go well with #E5943E?

The complementary color is HSL(211, 76%, 57%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(31, 76%, 57%) in CSS?

As HSL: color: hsl(31, 76%, 57%); — As HEX: color: #E5943E; — As RGB: color: rgb(229, 148, 62); — Tailwind CSS: bg-[hsl(31,76%,57%)] — CSS variable: --color-primary: hsl(31, 76%, 57%);