HSL(31, 45%, 38%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(31,45%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(31, 45%, 38%) color: hsl(31, 45%, 38%)
HEX #8D6235 color: #8D6235
RGB rgb(141, 98, 53) color: rgb(141, 98, 53)
CMYK cmyk(0%, 30%, 62%, 45%)
HSV hsv(31, 62%, 55%)
HWB hwb(31 21% 45%) color: hwb(31 21% 45%)
OKLCH oklch(0.5318 0.0827 65.62) color: oklch(0.5318 0.0827 65.62)
Lab lab(45.16 12.43 32.18) color: lab(45.16 12.43 32.18)
LCH lch(45.16 34.5 68.88) color: lch(45.16 34.5 68.88)

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 5.34:1
vs Black 3.93:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#7A7A40 — rgb(122, 122, 64)

Deuteranopia (Green-blind)

#7D8043 — rgb(125, 128, 67)

Tritanopia (Blue-blind)

#8B484A — rgb(139, 72, 74)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(31, 45%, 38%);

text

color: hsl(31, 45%, 38%);

border

border: 2px solid hsl(31, 45%, 38%);

gradient light

background: linear-gradient(to right, hsl(31, 45%, 58%), hsl(31, 45%, 38%));

gradient dark

background: linear-gradient(to right, hsl(31, 45%, 38%), hsl(31, 45%, 18%))

hex

background-color: #8D6235;

tailwind

bg-[hsl(31,45%,38%)]

box shadow

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

css variable

--color-primary: hsl(31, 45%, 38%);

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(31, 45%, 38%)?

HEX: #8D6235 | RGB: rgb(141, 98, 53) | CMYK: 0%, 30%, 62%, 45% | HSV: 31°, 62%, 55%. Copy any format from the conversion table above.

What colors go well with #8D6235?

The complementary color is HSL(211, 45%, 38%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(31, 45%, 38%) in CSS?

As HSL: color: hsl(31, 45%, 38%); — As HEX: color: #8D6235; — As RGB: color: rgb(141, 98, 53); — Tailwind CSS: bg-[hsl(31,45%,38%)] — CSS variable: --color-primary: hsl(31, 45%, 38%);