HSL(43, 76%, 41%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(43,76%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(43, 76%, 41%) color: hsl(43, 76%, 41%)
HEX #B88B19 color: #B88B19
RGB rgb(184, 139, 25) color: rgb(184, 139, 25)
CMYK cmyk(0%, 24%, 86%, 28%)
HSV hsv(43, 86%, 72%)
HWB hwb(43 10% 28%) color: hwb(43 10% 28%)
OKLCH oklch(0.6626 0.1296 84.18) color: oklch(0.6626 0.1296 84.18)
Lab lab(60.54 7.37 60.69) color: lab(60.54 7.37 60.69)
LCH lch(60.54 61.14 83.08) color: lch(60.54 61.14 83.08)

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 3.11:1
vs Black 6.75:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A5A435 — rgb(165, 164, 53)

Deuteranopia (Green-blind)

#A7AB3B — rgb(167, 171, 59)

Tritanopia (Blue-blind)

#B64A4F — rgb(182, 74, 79)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(43, 76%, 41%);

text

color: hsl(43, 76%, 41%);

border

border: 2px solid hsl(43, 76%, 41%);

gradient light

background: linear-gradient(to right, hsl(43, 76%, 61%), hsl(43, 76%, 41%));

gradient dark

background: linear-gradient(to right, hsl(43, 76%, 41%), hsl(43, 76%, 21%))

hex

background-color: #B88B19;

tailwind

bg-[hsl(43,76%,41%)]

box shadow

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

css variable

--color-primary: hsl(43, 76%, 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(43, 76%, 41%)?

HEX: #B88B19 | RGB: rgb(184, 139, 25) | CMYK: 0%, 24%, 86%, 28% | HSV: 43°, 86%, 72%. Copy any format from the conversion table above.

What colors go well with #B88B19?

The complementary color is HSL(223, 76%, 41%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(43, 76%, 41%) in CSS?

As HSL: color: hsl(43, 76%, 41%); — As HEX: color: #B88B19; — As RGB: color: rgb(184, 139, 25); — Tailwind CSS: bg-[hsl(43,76%,41%)] — CSS variable: --color-primary: hsl(43, 76%, 41%);