HSL(39, 16%, 32%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(39,16%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(39, 16%, 32%) color: hsl(39, 16%, 32%)
HEX #5F5645 color: #5F5645
RGB rgb(95, 86, 69) color: rgb(95, 86, 69)
CMYK cmyk(0%, 9%, 27%, 63%)
HSV hsv(39, 27%, 37%)
HWB hwb(39 27% 63%) color: hwb(39 27% 63%)
OKLCH oklch(0.4569 0.0289 83.29) color: oklch(0.4569 0.0289 83.29)
Lab lab(36.96 0.62 11.25) color: lab(36.96 0.62 11.25)
LCH lch(36.96 11.27 86.85) color: lch(36.96 11.27 86.85)

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 7.23:1
vs Black 2.9: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)

#5B5B49 — rgb(91, 91, 73)

Deuteranopia (Green-blind)

#5C5C4A — rgb(92, 92, 74)

Tritanopia (Blue-blind)

#5F4C4D — rgb(95, 76, 77)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(39, 16%, 32%);

text

color: hsl(39, 16%, 32%);

border

border: 2px solid hsl(39, 16%, 32%);

gradient light

background: linear-gradient(to right, hsl(39, 16%, 52%), hsl(39, 16%, 32%));

gradient dark

background: linear-gradient(to right, hsl(39, 16%, 32%), hsl(39, 16%, 12%))

hex

background-color: #5F5645;

tailwind

bg-[hsl(39,16%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(39, 16%, 32%, 0.4);

css variable

--color-primary: hsl(39, 16%, 32%);

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(39, 16%, 32%)?

HEX: #5F5645 | RGB: rgb(95, 86, 69) | CMYK: 0%, 9%, 27%, 63% | HSV: 39°, 27%, 37%. Copy any format from the conversion table above.

What colors go well with #5F5645?

The complementary color is HSL(219, 16%, 32%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(39, 16%, 32%) in CSS?

As HSL: color: hsl(39, 16%, 32%); — As HEX: color: #5F5645; — As RGB: color: rgb(95, 86, 69); — Tailwind CSS: bg-[hsl(39,16%,32%)] — CSS variable: --color-primary: hsl(39, 16%, 32%);