HSL(24, 29%, 29%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(24,29%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(24, 29%, 29%) color: hsl(24, 29%, 29%)
HEX #5F4635 color: #5F4635
RGB rgb(95, 70, 53) color: rgb(95, 70, 53)
CMYK cmyk(0%, 26%, 44%, 63%)
HSV hsv(24, 44%, 37%)
HWB hwb(24 21% 63%) color: hwb(24 21% 63%)
OKLCH oklch(0.4166 0.0437 55.4) color: oklch(0.4166 0.0437 55.4)
Lab lab(31.97 8.2 14.41) color: lab(31.97 8.2 14.41)
LCH lch(31.97 16.58 60.36) color: lch(31.97 16.58 60.36)

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 8.7:1
vs Black 2.41: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)

#545439 — rgb(84, 84, 57)

Deuteranopia (Green-blind)

#56583A — rgb(86, 88, 58)

Tritanopia (Blue-blind)

#5E3C3D — rgb(94, 60, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(24, 29%, 29%);

text

color: hsl(24, 29%, 29%);

border

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

gradient light

background: linear-gradient(to right, hsl(24, 29%, 49%), hsl(24, 29%, 29%));

gradient dark

background: linear-gradient(to right, hsl(24, 29%, 29%), hsl(24, 29%, 9%))

hex

background-color: #5F4635;

tailwind

bg-[hsl(24,29%,29%)]

box shadow

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

css variable

--color-primary: hsl(24, 29%, 29%);

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

HEX: #5F4635 | RGB: rgb(95, 70, 53) | CMYK: 0%, 26%, 44%, 63% | HSV: 24°, 44%, 37%. Copy any format from the conversion table above.

What colors go well with #5F4635?

The complementary color is HSL(204, 29%, 29%). For a triadic harmony, use hues 24°, 144°, and 264°. For analogous combinations, try hues 354° and 54°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(24, 29%, 29%); — As HEX: color: #5F4635; — As RGB: color: rgb(95, 70, 53); — Tailwind CSS: bg-[hsl(24,29%,29%)] — CSS variable: --color-primary: hsl(24, 29%, 29%);