HSL(22, 16%, 31%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(22,16%,31%)]

Color Conversions

Format Value CSS Usage
HSL hsl(22, 16%, 31%) color: hsl(22, 16%, 31%)
HEX #5C4C42 color: #5C4C42
RGB rgb(92, 76, 66) color: rgb(92, 76, 66)
CMYK cmyk(0%, 17%, 28%, 64%)
HSV hsv(23, 28%, 36%)
HWB hwb(23 26% 64%) color: hwb(23 26% 64%)
OKLCH oklch(0.4298 0.027 53.81) color: oklch(0.4298 0.027 53.81)
Lab lab(33.64 4.98 8.46) color: lab(33.64 4.98 8.46)
LCH lch(33.64 9.82 59.52) color: lch(33.64 9.82 59.52)

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.18:1
vs Black 2.57: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)

#555544 — rgb(85, 85, 68)

Deuteranopia (Green-blind)

#565745 — rgb(86, 87, 69)

Tritanopia (Blue-blind)

#5B4647 — rgb(91, 70, 71)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(22, 16%, 31%);

text

color: hsl(22, 16%, 31%);

border

border: 2px solid hsl(22, 16%, 31%);

gradient light

background: linear-gradient(to right, hsl(22, 16%, 51%), hsl(22, 16%, 31%));

gradient dark

background: linear-gradient(to right, hsl(22, 16%, 31%), hsl(22, 16%, 11%))

hex

background-color: #5C4C42;

tailwind

bg-[hsl(22,16%,31%)]

box shadow

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

css variable

--color-primary: hsl(22, 16%, 31%);

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(22, 16%, 31%)?

HEX: #5C4C42 | RGB: rgb(92, 76, 66) | CMYK: 0%, 17%, 28%, 64% | HSV: 23°, 28%, 36%. Copy any format from the conversion table above.

What colors go well with #5C4C42?

The complementary color is HSL(202, 16%, 31%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(22, 16%, 31%) in CSS?

As HSL: color: hsl(22, 16%, 31%); — As HEX: color: #5C4C42; — As RGB: color: rgb(92, 76, 66); — Tailwind CSS: bg-[hsl(22,16%,31%)] — CSS variable: --color-primary: hsl(22, 16%, 31%);