HSL(17, 20%, 34%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(17,20%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(17, 20%, 34%) color: hsl(17, 20%, 34%)
HEX #684F45 color: #684F45
RGB rgb(104, 79, 69) color: rgb(104, 79, 69)
CMYK cmyk(0%, 24%, 34%, 59%)
HSV hsv(17, 34%, 41%)
HWB hwb(17 27% 59%) color: hwb(17 27% 59%)
OKLCH oklch(0.4509 0.0375 42.84) color: oklch(0.4509 0.0375 42.84)
Lab lab(35.92 8.9 9.95) color: lab(35.92 8.9 9.95)
LCH lch(35.92 13.35 48.19) color: lch(35.92 13.35 48.19)

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

#5D5D47 — rgb(93, 93, 71)

Deuteranopia (Green-blind)

#5F6148 — rgb(95, 97, 72)

Tritanopia (Blue-blind)

#67494A — rgb(103, 73, 74)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(17, 20%, 34%);

text

color: hsl(17, 20%, 34%);

border

border: 2px solid hsl(17, 20%, 34%);

gradient light

background: linear-gradient(to right, hsl(17, 20%, 54%), hsl(17, 20%, 34%));

gradient dark

background: linear-gradient(to right, hsl(17, 20%, 34%), hsl(17, 20%, 14%))

hex

background-color: #684F45;

tailwind

bg-[hsl(17,20%,34%)]

box shadow

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

css variable

--color-primary: hsl(17, 20%, 34%);

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, 20%, 34%)?

HEX: #684F45 | RGB: rgb(104, 79, 69) | CMYK: 0%, 24%, 34%, 59% | HSV: 17°, 34%, 41%. Copy any format from the conversion table above.

What colors go well with #684F45?

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

As HSL: color: hsl(17, 20%, 34%); — As HEX: color: #684F45; — As RGB: color: rgb(104, 79, 69); — Tailwind CSS: bg-[hsl(17,20%,34%)] — CSS variable: --color-primary: hsl(17, 20%, 34%);