HSL(17, 16%, 40%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(17,16%,40%)]

Color Conversions

Format Value CSS Usage
HSL hsl(17, 16%, 40%) color: hsl(17, 16%, 40%)
HEX #765F56 color: #765F56
RGB rgb(118, 95, 86) color: rgb(118, 95, 86)
CMYK cmyk(0%, 19%, 27%, 54%)
HSV hsv(17, 27%, 46%)
HWB hwb(17 34% 54%) color: hwb(17 34% 54%)
OKLCH oklch(0.5057 0.0332 42.46) color: oklch(0.5057 0.0332 42.46)
Lab lab(42.32 7.83 8.67) color: lab(42.32 7.83 8.67)
LCH lch(42.32 11.68 47.91) color: lch(42.32 11.68 47.91)

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 5.93:1
vs Black 3.54: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)

#6C6C58 — rgb(108, 108, 88)

Deuteranopia (Green-blind)

#6D6F59 — rgb(109, 111, 89)

Tritanopia (Blue-blind)

#755A5A — rgb(117, 90, 90)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(17, 16%, 40%);

text

color: hsl(17, 16%, 40%);

border

border: 2px solid hsl(17, 16%, 40%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(17, 16%, 40%), hsl(17, 16%, 20%))

hex

background-color: #765F56;

tailwind

bg-[hsl(17,16%,40%)]

box shadow

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

css variable

--color-primary: hsl(17, 16%, 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(17, 16%, 40%)?

HEX: #765F56 | RGB: rgb(118, 95, 86) | CMYK: 0%, 19%, 27%, 54% | HSV: 17°, 27%, 46%. Copy any format from the conversion table above.

What colors go well with #765F56?

The complementary color is HSL(197, 16%, 40%). 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, 16%, 40%) in CSS?

As HSL: color: hsl(17, 16%, 40%); — As HEX: color: #765F56; — As RGB: color: rgb(118, 95, 86); — Tailwind CSS: bg-[hsl(17,16%,40%)] — CSS variable: --color-primary: hsl(17, 16%, 40%);