HSL(44, 80%, 15%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(44,80%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(44, 80%, 15%) color: hsl(44, 80%, 15%)
HEX #453508 color: #453508
RGB rgb(69, 53, 8) color: rgb(69, 53, 8)
CMYK cmyk(0%, 23%, 88%, 73%)
HSV hsv(44, 88%, 27%)
HWB hwb(44 3% 73%) color: hwb(44 3% 73%)
OKLCH oklch(0.3378 0.0631 87.83) color: oklch(0.3378 0.0631 87.83)
Lab lab(23.1 2.01 28.81) color: lab(23.1 2.01 28.81)
LCH lch(23.1 28.88 86.01) color: lch(23.1 28.88 86.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 11.89:1
vs Black 1.77:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#3E3E13 — rgb(62, 62, 19)

Deuteranopia (Green-blind)

#3F4016 — rgb(63, 64, 22)

Tritanopia (Blue-blind)

#441B1D — rgb(68, 27, 29)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(44, 80%, 15%);

text

color: hsl(44, 80%, 15%);

border

border: 2px solid hsl(44, 80%, 15%);

gradient light

background: linear-gradient(to right, hsl(44, 80%, 35%), hsl(44, 80%, 15%));

gradient dark

background: linear-gradient(to right, hsl(44, 80%, 15%), hsl(44, 80%, 0%))

hex

background-color: #453508;

tailwind

bg-[hsl(44,80%,15%)]

box shadow

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

css variable

--color-primary: hsl(44, 80%, 15%);

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, 80%, 15%)?

HEX: #453508 | RGB: rgb(69, 53, 8) | CMYK: 0%, 23%, 88%, 73% | HSV: 44°, 88%, 27%. Copy any format from the conversion table above.

What colors go well with #453508?

The complementary color is HSL(224, 80%, 15%). 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, 80%, 15%) in CSS?

As HSL: color: hsl(44, 80%, 15%); — As HEX: color: #453508; — As RGB: color: rgb(69, 53, 8); — Tailwind CSS: bg-[hsl(44,80%,15%)] — CSS variable: --color-primary: hsl(44, 80%, 15%);