HSL(31, 39%, 34%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(31,39%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(31, 39%, 34%) color: hsl(31, 39%, 34%)
HEX #795835 color: #795835
RGB rgb(121, 88, 53) color: rgb(121, 88, 53)
CMYK cmyk(0%, 27%, 56%, 53%)
HSV hsv(31, 56%, 47%)
HWB hwb(31 21% 53%) color: hwb(31 21% 53%)
OKLCH oklch(0.4869 0.0664 66.82) color: oklch(0.4869 0.0664 66.82)
Lab lab(40.08 9.21 25.48) color: lab(40.08 9.21 25.48)
LCH lch(40.08 27.09 70.13) color: lch(40.08 27.09 70.13)

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 6.44:1
vs Black 3.26: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)

#6B6A3D — rgb(107, 106, 61)

Deuteranopia (Green-blind)

#6D6F40 — rgb(109, 111, 64)

Tritanopia (Blue-blind)

#774446 — rgb(119, 68, 70)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(31, 39%, 34%);

text

color: hsl(31, 39%, 34%);

border

border: 2px solid hsl(31, 39%, 34%);

gradient light

background: linear-gradient(to right, hsl(31, 39%, 54%), hsl(31, 39%, 34%));

gradient dark

background: linear-gradient(to right, hsl(31, 39%, 34%), hsl(31, 39%, 14%))

hex

background-color: #795835;

tailwind

bg-[hsl(31,39%,34%)]

box shadow

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

css variable

--color-primary: hsl(31, 39%, 34%);

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, 39%, 34%)?

HEX: #795835 | RGB: rgb(121, 88, 53) | CMYK: 0%, 27%, 56%, 53% | HSV: 31°, 56%, 47%. Copy any format from the conversion table above.

What colors go well with #795835?

The complementary color is HSL(211, 39%, 34%). 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, 39%, 34%) in CSS?

As HSL: color: hsl(31, 39%, 34%); — As HEX: color: #795835; — As RGB: color: rgb(121, 88, 53); — Tailwind CSS: bg-[hsl(31,39%,34%)] — CSS variable: --color-primary: hsl(31, 39%, 34%);