HSL(24, 80%, 68%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(24,80%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(24, 80%, 68%) color: hsl(24, 80%, 68%)
HEX #EFA06C color: #EFA06C
RGB rgb(239, 160, 108) color: rgb(239, 160, 108)
CMYK cmyk(0%, 33%, 55%, 6%)
HSV hsv(24, 55%, 94%)
HWB hwb(24 42% 6%) color: hwb(24 42% 6%)
OKLCH oklch(0.7729 0.1161 53.53) color: oklch(0.7729 0.1161 53.53)
Lab lab(72.61 24.02 38.89) color: lab(72.61 24.02 38.89)
LCH lch(72.61 45.71 58.3) color: lch(72.61 45.71 58.3)

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.12:1
vs Black 9.92: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)

#CDCC79 — rgb(205, 204, 121)

Deuteranopia (Green-blind)

#D1D77C — rgb(209, 215, 124)

Tritanopia (Blue-blind)

#EB8385 — rgb(235, 131, 133)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(24, 80%, 68%);

text

color: hsl(24, 80%, 68%);

border

border: 2px solid hsl(24, 80%, 68%);

gradient light

background: linear-gradient(to right, hsl(24, 80%, 88%), hsl(24, 80%, 68%));

gradient dark

background: linear-gradient(to right, hsl(24, 80%, 68%), hsl(24, 80%, 48%))

hex

background-color: #EFA06C;

tailwind

bg-[hsl(24,80%,68%)]

box shadow

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

css variable

--color-primary: hsl(24, 80%, 68%);

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(24, 80%, 68%)?

HEX: #EFA06C | RGB: rgb(239, 160, 108) | CMYK: 0%, 33%, 55%, 6% | HSV: 24°, 55%, 94%. Copy any format from the conversion table above.

What colors go well with #EFA06C?

The complementary color is HSL(204, 80%, 68%). For a triadic harmony, use hues 24°, 144°, and 264°. For analogous combinations, try hues 354° and 54°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(24, 80%, 68%) in CSS?

As HSL: color: hsl(24, 80%, 68%); — As HEX: color: #EFA06C; — As RGB: color: rgb(239, 160, 108); — Tailwind CSS: bg-[hsl(24,80%,68%)] — CSS variable: --color-primary: hsl(24, 80%, 68%);