HSL(17, 78%, 41%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(17,78%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(17, 78%, 41%) color: hsl(17, 78%, 41%)
HEX #BA4517 color: #BA4517
RGB rgb(186, 69, 23) color: rgb(186, 69, 23)
CMYK cmyk(0%, 63%, 88%, 27%)
HSV hsv(17, 88%, 73%)
HWB hwb(17 9% 27%) color: hwb(17 9% 27%)
OKLCH oklch(0.5456 0.1608 39.21) color: oklch(0.5456 0.1608 39.21)
Lab lab(45.3 45.22 49.06) color: lab(45.3 45.22 49.06)
LCH lch(45.3 66.72 47.33) color: lch(45.3 66.72 47.33)

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 5.31:1
vs Black 3.95:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#878622 — rgb(135, 134, 34)

Deuteranopia (Green-blind)

#8E9725 — rgb(142, 151, 37)

Tritanopia (Blue-blind)

#B42B2D — rgb(180, 43, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(17, 78%, 41%);

text

color: hsl(17, 78%, 41%);

border

border: 2px solid hsl(17, 78%, 41%);

gradient light

background: linear-gradient(to right, hsl(17, 78%, 61%), hsl(17, 78%, 41%));

gradient dark

background: linear-gradient(to right, hsl(17, 78%, 41%), hsl(17, 78%, 21%))

hex

background-color: #BA4517;

tailwind

bg-[hsl(17,78%,41%)]

box shadow

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

css variable

--color-primary: hsl(17, 78%, 41%);

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(17, 78%, 41%)?

HEX: #BA4517 | RGB: rgb(186, 69, 23) | CMYK: 0%, 63%, 88%, 27% | HSV: 17°, 88%, 73%. Copy any format from the conversion table above.

What colors go well with #BA4517?

The complementary color is HSL(197, 78%, 41%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(17, 78%, 41%) in CSS?

As HSL: color: hsl(17, 78%, 41%); — As HEX: color: #BA4517; — As RGB: color: rgb(186, 69, 23); — Tailwind CSS: bg-[hsl(17,78%,41%)] — CSS variable: --color-primary: hsl(17, 78%, 41%);