HSL(37, 60%, 40%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(37,60%,40%)]

Color Conversions

Format Value CSS Usage
HSL hsl(37, 60%, 40%) color: hsl(37, 60%, 40%)
HEX #A37429 color: #A37429
RGB rgb(163, 116, 41) color: rgb(163, 116, 41)
CMYK cmyk(0%, 29%, 75%, 36%)
HSV hsv(37, 75%, 64%)
HWB hwb(37 16% 36%) color: hwb(37 16% 36%)
OKLCH oklch(0.5932 0.1071 75.16) color: oklch(0.5932 0.1071 75.16)
Lab lab(52.33 11.31 46.69) color: lab(52.33 11.31 46.69)
LCH lch(52.33 48.04 76.38) color: lch(52.33 48.04 76.38)

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 4.13:1
vs Black 5.09:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8F8E3B — rgb(143, 142, 59)

Deuteranopia (Green-blind)

#919540 — rgb(145, 149, 64)

Tritanopia (Blue-blind)

#A1494D — rgb(161, 73, 77)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(37, 60%, 40%);

text

color: hsl(37, 60%, 40%);

border

border: 2px solid hsl(37, 60%, 40%);

gradient light

background: linear-gradient(to right, hsl(37, 60%, 60%), hsl(37, 60%, 40%));

gradient dark

background: linear-gradient(to right, hsl(37, 60%, 40%), hsl(37, 60%, 20%))

hex

background-color: #A37429;

tailwind

bg-[hsl(37,60%,40%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(37, 60%, 40%, 0.4);

css variable

--color-primary: hsl(37, 60%, 40%);

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(37, 60%, 40%)?

HEX: #A37429 | RGB: rgb(163, 116, 41) | CMYK: 0%, 29%, 75%, 36% | HSV: 37°, 75%, 64%. Copy any format from the conversion table above.

What colors go well with #A37429?

The complementary color is HSL(217, 60%, 40%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(37, 60%, 40%) in CSS?

As HSL: color: hsl(37, 60%, 40%); — As HEX: color: #A37429; — As RGB: color: rgb(163, 116, 41); — Tailwind CSS: bg-[hsl(37,60%,40%)] — CSS variable: --color-primary: hsl(37, 60%, 40%);