HSL(17, 60%, 37%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(17, 60%, 37%) color: hsl(17, 60%, 37%)
HEX #974626 color: #974626
RGB rgb(151, 70, 38) color: rgb(151, 70, 38)
CMYK cmyk(0%, 54%, 75%, 41%)
HSV hsv(17, 75%, 59%)
HWB hwb(17 15% 41%) color: hwb(17 15% 41%)
OKLCH oklch(0.4925 0.1179 41.13) color: oklch(0.4925 0.1179 41.13)
Lab lab(39.75 31.71 34.59) color: lab(39.75 31.71 34.59)
LCH lch(39.75 46.93 47.49) color: lch(39.75 46.93 47.49)

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.52:1
vs Black 3.22: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)

#74732E — rgb(116, 115, 46)

Deuteranopia (Green-blind)

#797F30 — rgb(121, 127, 48)

Tritanopia (Blue-blind)

#933435 — rgb(147, 52, 53)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #974626;

tailwind

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

box shadow

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

css variable

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

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

HEX: #974626 | RGB: rgb(151, 70, 38) | CMYK: 0%, 54%, 75%, 41% | HSV: 17°, 75%, 59%. Copy any format from the conversion table above.

What colors go well with #974626?

The complementary color is HSL(197, 60%, 37%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(17, 60%, 37%); — As HEX: color: #974626; — As RGB: color: rgb(151, 70, 38); — Tailwind CSS: bg-[hsl(17,60%,37%)] — CSS variable: --color-primary: hsl(17, 60%, 37%);