HSL(44, 84%, 34%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(44,84%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(44, 84%, 34%) color: hsl(44, 84%, 34%)
HEX #A0790E color: #A0790E
RGB rgb(160, 121, 14) color: rgb(160, 121, 14)
CMYK cmyk(0%, 24%, 91%, 37%)
HSV hsv(44, 91%, 63%)
HWB hwb(44 6% 37%) color: hwb(44 6% 37%)
OKLCH oklch(0.5984 0.1191 85.12) color: oklch(0.5984 0.1191 85.12)
Lab lab(53.15 6.2 56.39) color: lab(53.15 6.2 56.39)
LCH lch(53.15 56.73 83.73) color: lch(53.15 56.73 83.73)

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 4.01:1
vs Black 5.24: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)

#8F8F28 — rgb(143, 143, 40)

Deuteranopia (Green-blind)

#91942E — rgb(145, 148, 46)

Tritanopia (Blue-blind)

#9E3C41 — rgb(158, 60, 65)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(44, 84%, 34%);

text

color: hsl(44, 84%, 34%);

border

border: 2px solid hsl(44, 84%, 34%);

gradient light

background: linear-gradient(to right, hsl(44, 84%, 54%), hsl(44, 84%, 34%));

gradient dark

background: linear-gradient(to right, hsl(44, 84%, 34%), hsl(44, 84%, 14%))

hex

background-color: #A0790E;

tailwind

bg-[hsl(44,84%,34%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(44, 84%, 34%, 0.4);

css variable

--color-primary: hsl(44, 84%, 34%);

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(44, 84%, 34%)?

HEX: #A0790E | RGB: rgb(160, 121, 14) | CMYK: 0%, 24%, 91%, 37% | HSV: 44°, 91%, 63%. Copy any format from the conversion table above.

What colors go well with #A0790E?

The complementary color is HSL(224, 84%, 34%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(44, 84%, 34%) in CSS?

As HSL: color: hsl(44, 84%, 34%); — As HEX: color: #A0790E; — As RGB: color: rgb(160, 121, 14); — Tailwind CSS: bg-[hsl(44,84%,34%)] — CSS variable: --color-primary: hsl(44, 84%, 34%);