HSL(24, 70%, 60%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(24,70%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(24, 70%, 60%) color: hsl(24, 70%, 60%)
HEX #E08B52 color: #E08B52
RGB rgb(224, 139, 82) color: rgb(224, 139, 82)
CMYK cmyk(0%, 38%, 63%, 12%)
HSV hsv(24, 63%, 88%)
HWB hwb(24 33% 12%) color: hwb(24 33% 12%)
OKLCH oklch(0.7143 0.1267 53.12) color: oklch(0.7143 0.1267 53.12)
Lab lab(65.69 27.2 43.55) color: lab(65.69 27.2 43.55)
LCH lch(65.69 51.35 58.01) color: lch(65.69 51.35 58.01)

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.63:1
vs Black 7.98: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)

#BBBA60 — rgb(187, 186, 96)

Deuteranopia (Green-blind)

#C0C763 — rgb(192, 199, 99)

Tritanopia (Blue-blind)

#DC6B6D — rgb(220, 107, 109)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(24, 70%, 60%);

text

color: hsl(24, 70%, 60%);

border

border: 2px solid hsl(24, 70%, 60%);

gradient light

background: linear-gradient(to right, hsl(24, 70%, 80%), hsl(24, 70%, 60%));

gradient dark

background: linear-gradient(to right, hsl(24, 70%, 60%), hsl(24, 70%, 40%))

hex

background-color: #E08B52;

tailwind

bg-[hsl(24,70%,60%)]

box shadow

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

css variable

--color-primary: hsl(24, 70%, 60%);

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, 70%, 60%)?

HEX: #E08B52 | RGB: rgb(224, 139, 82) | CMYK: 0%, 38%, 63%, 12% | HSV: 24°, 63%, 88%. Copy any format from the conversion table above.

What colors go well with #E08B52?

The complementary color is HSL(204, 70%, 60%). 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, 70%, 60%) in CSS?

As HSL: color: hsl(24, 70%, 60%); — As HEX: color: #E08B52; — As RGB: color: rgb(224, 139, 82); — Tailwind CSS: bg-[hsl(24,70%,60%)] — CSS variable: --color-primary: hsl(24, 70%, 60%);