HSL(31, 83%, 29%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(31,83%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(31, 83%, 29%) color: hsl(31, 83%, 29%)
HEX #874C0D color: #874C0D
RGB rgb(135, 76, 13) color: rgb(135, 76, 13)
CMYK cmyk(0%, 44%, 90%, 47%)
HSV hsv(31, 90%, 53%)
HWB hwb(31 5% 47%) color: hwb(31 5% 47%)
OKLCH oklch(0.4771 0.1059 60.1) color: oklch(0.4771 0.1059 60.1)
Lab lab(38.46 20.52 43.8) color: lab(38.46 20.52 43.8)
LCH lch(38.46 48.37 64.9) color: lch(38.46 48.37 64.9)

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.84:1
vs Black 3.07: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)

#6D6D1C — rgb(109, 109, 28)

Deuteranopia (Green-blind)

#717520 — rgb(113, 117, 32)

Tritanopia (Blue-blind)

#84282B — rgb(132, 40, 43)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(31, 83%, 29%);

text

color: hsl(31, 83%, 29%);

border

border: 2px solid hsl(31, 83%, 29%);

gradient light

background: linear-gradient(to right, hsl(31, 83%, 49%), hsl(31, 83%, 29%));

gradient dark

background: linear-gradient(to right, hsl(31, 83%, 29%), hsl(31, 83%, 9%))

hex

background-color: #874C0D;

tailwind

bg-[hsl(31,83%,29%)]

box shadow

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

css variable

--color-primary: hsl(31, 83%, 29%);

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, 83%, 29%)?

HEX: #874C0D | RGB: rgb(135, 76, 13) | CMYK: 0%, 44%, 90%, 47% | HSV: 31°, 90%, 53%. Copy any format from the conversion table above.

What colors go well with #874C0D?

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

As HSL: color: hsl(31, 83%, 29%); — As HEX: color: #874C0D; — As RGB: color: rgb(135, 76, 13); — Tailwind CSS: bg-[hsl(31,83%,29%)] — CSS variable: --color-primary: hsl(31, 83%, 29%);