HSL(29, 55%, 17%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(29,55%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(29, 55%, 17%) color: hsl(29, 55%, 17%)
HEX #432B14 color: #432B14
RGB rgb(67, 43, 20) color: rgb(67, 43, 20)
CMYK cmyk(0%, 36%, 70%, 74%)
HSV hsv(29, 70%, 26%)
HWB hwb(29 8% 74%) color: hwb(29 8% 74%)
OKLCH oklch(0.3128 0.0503 62.96) color: oklch(0.3128 0.0503 62.96)
Lab lab(19.93 8.33 19.23) color: lab(19.93 8.33 19.23)
LCH lch(19.93 20.96 66.58) color: lch(19.93 20.96 66.58)

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 13.17:1
vs Black 1.59: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)

#39381A — rgb(57, 56, 26)

Deuteranopia (Green-blind)

#3A3C1B — rgb(58, 60, 27)

Tritanopia (Blue-blind)

#421E1F — rgb(66, 30, 31)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(29, 55%, 17%);

text

color: hsl(29, 55%, 17%);

border

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

gradient light

background: linear-gradient(to right, hsl(29, 55%, 37%), hsl(29, 55%, 17%));

gradient dark

background: linear-gradient(to right, hsl(29, 55%, 17%), hsl(29, 55%, 0%))

hex

background-color: #432B14;

tailwind

bg-[hsl(29,55%,17%)]

box shadow

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

css variable

--color-primary: hsl(29, 55%, 17%);

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, 55%, 17%)?

HEX: #432B14 | RGB: rgb(67, 43, 20) | CMYK: 0%, 36%, 70%, 74% | HSV: 29°, 70%, 26%. Copy any format from the conversion table above.

What colors go well with #432B14?

The complementary color is HSL(209, 55%, 17%). 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, 55%, 17%) in CSS?

As HSL: color: hsl(29, 55%, 17%); — As HEX: color: #432B14; — As RGB: color: rgb(67, 43, 20); — Tailwind CSS: bg-[hsl(29,55%,17%)] — CSS variable: --color-primary: hsl(29, 55%, 17%);