HSL(35, 32%, 31%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(35,32%,31%)]

Color Conversions

Format Value CSS Usage
HSL hsl(35, 32%, 31%) color: hsl(35, 32%, 31%)
HEX #685336 color: #685336
RGB rgb(104, 83, 54) color: rgb(104, 83, 54)
CMYK cmyk(0%, 20%, 48%, 59%)
HSV hsv(35, 48%, 41%)
HWB hwb(35 21% 59%) color: hwb(35 21% 59%)
OKLCH oklch(0.4563 0.0513 74.87) color: oklch(0.4563 0.0513 74.87)
Lab lab(36.74 4.47 20.25) color: lab(36.74 4.47 20.25)
LCH lch(36.74 20.74 77.55) color: lch(36.74 20.74 77.55)

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.29:1
vs Black 2.88: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)

#5F5F3D — rgb(95, 95, 61)

Deuteranopia (Green-blind)

#60623F — rgb(96, 98, 63)

Tritanopia (Blue-blind)

#674344 — rgb(103, 67, 68)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(35, 32%, 31%);

text

color: hsl(35, 32%, 31%);

border

border: 2px solid hsl(35, 32%, 31%);

gradient light

background: linear-gradient(to right, hsl(35, 32%, 51%), hsl(35, 32%, 31%));

gradient dark

background: linear-gradient(to right, hsl(35, 32%, 31%), hsl(35, 32%, 11%))

hex

background-color: #685336;

tailwind

bg-[hsl(35,32%,31%)]

box shadow

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

css variable

--color-primary: hsl(35, 32%, 31%);

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(35, 32%, 31%)?

HEX: #685336 | RGB: rgb(104, 83, 54) | CMYK: 0%, 20%, 48%, 59% | HSV: 35°, 48%, 41%. Copy any format from the conversion table above.

What colors go well with #685336?

The complementary color is HSL(215, 32%, 31%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(35, 32%, 31%) in CSS?

As HSL: color: hsl(35, 32%, 31%); — As HEX: color: #685336; — As RGB: color: rgb(104, 83, 54); — Tailwind CSS: bg-[hsl(35,32%,31%)] — CSS variable: --color-primary: hsl(35, 32%, 31%);