HSL(31, 52%, 30%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(31,52%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(31, 52%, 30%) color: hsl(31, 52%, 30%)
HEX #744E25 color: #744E25
RGB rgb(116, 78, 37) color: rgb(116, 78, 37)
CMYK cmyk(0%, 33%, 68%, 55%)
HSV hsv(31, 68%, 45%)
HWB hwb(31 14% 55%) color: hwb(31 14% 55%)
OKLCH oklch(0.4573 0.0761 65.86) color: oklch(0.4573 0.0761 65.86)
Lab lab(36.55 11.58 30.17) color: lab(36.55 11.58 30.17)
LCH lch(36.55 32.32 69) color: lch(36.55 32.32 69)

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.35:1
vs Black 2.86: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)

#64632F — rgb(100, 99, 47)

Deuteranopia (Green-blind)

#666931 — rgb(102, 105, 49)

Tritanopia (Blue-blind)

#723738 — rgb(114, 55, 56)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(31, 52%, 30%);

text

color: hsl(31, 52%, 30%);

border

border: 2px solid hsl(31, 52%, 30%);

gradient light

background: linear-gradient(to right, hsl(31, 52%, 50%), hsl(31, 52%, 30%));

gradient dark

background: linear-gradient(to right, hsl(31, 52%, 30%), hsl(31, 52%, 10%))

hex

background-color: #744E25;

tailwind

bg-[hsl(31,52%,30%)]

box shadow

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

css variable

--color-primary: hsl(31, 52%, 30%);

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, 52%, 30%)?

HEX: #744E25 | RGB: rgb(116, 78, 37) | CMYK: 0%, 33%, 68%, 55% | HSV: 31°, 68%, 45%. Copy any format from the conversion table above.

What colors go well with #744E25?

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

As HSL: color: hsl(31, 52%, 30%); — As HEX: color: #744E25; — As RGB: color: rgb(116, 78, 37); — Tailwind CSS: bg-[hsl(31,52%,30%)] — CSS variable: --color-primary: hsl(31, 52%, 30%);