HSL(29, 40%, 19%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(29,40%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(29, 40%, 19%) color: hsl(29, 40%, 19%)
HEX #44301D color: #44301D
RGB rgb(68, 48, 29) color: rgb(68, 48, 29)
CMYK cmyk(0%, 29%, 57%, 73%)
HSV hsv(29, 57%, 27%)
HWB hwb(29 12% 73%) color: hwb(29 12% 73%)
OKLCH oklch(0.3273 0.0423 64) color: oklch(0.3273 0.0423 64)
Lab lab(21.7 6.4 15.69) color: lab(21.7 6.4 15.69)
LCH lch(21.7 16.95 67.81) color: lch(21.7 16.95 67.81)

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 12.45:1
vs Black 1.69: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)

#3B3B22 — rgb(59, 59, 34)

Deuteranopia (Green-blind)

#3D3E23 — rgb(61, 62, 35)

Tritanopia (Blue-blind)

#432526 — rgb(67, 37, 38)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(29, 40%, 19%);

text

color: hsl(29, 40%, 19%);

border

border: 2px solid hsl(29, 40%, 19%);

gradient light

background: linear-gradient(to right, hsl(29, 40%, 39%), hsl(29, 40%, 19%));

gradient dark

background: linear-gradient(to right, hsl(29, 40%, 19%), hsl(29, 40%, 0%))

hex

background-color: #44301D;

tailwind

bg-[hsl(29,40%,19%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(29, 40%, 19%, 0.4);

css variable

--color-primary: hsl(29, 40%, 19%);

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(29, 40%, 19%)?

HEX: #44301D | RGB: rgb(68, 48, 29) | CMYK: 0%, 29%, 57%, 73% | HSV: 29°, 57%, 27%. Copy any format from the conversion table above.

What colors go well with #44301D?

The complementary color is HSL(209, 40%, 19%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(29, 40%, 19%) in CSS?

As HSL: color: hsl(29, 40%, 19%); — As HEX: color: #44301D; — As RGB: color: rgb(68, 48, 29); — Tailwind CSS: bg-[hsl(29,40%,19%)] — CSS variable: --color-primary: hsl(29, 40%, 19%);