HSL(32, 10%, 37%)

Grayish Orange — Orange color

Adjust Color

Color Information

Color Name

Grayish Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(32,10%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(32, 10%, 37%) color: hsl(32, 10%, 37%)
HEX #685F55 color: #685F55
RGB rgb(104, 95, 85) color: rgb(104, 95, 85)
CMYK cmyk(0%, 9%, 18%, 59%)
HSV hsv(32, 18%, 41%)
HWB hwb(32 34% 59%) color: hwb(32 34% 59%)
OKLCH oklch(0.4909 0.0194 70.28) color: oklch(0.4909 0.0194 70.28)
Lab lab(40.87 1.74 7.03) color: lab(40.87 1.74 7.03)
LCH lch(40.87 7.24 76.1) color: lch(40.87 7.24 76.1)

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.26:1
vs Black 3.36: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)

#646457 — rgb(100, 100, 87)

Deuteranopia (Green-blind)

#656558 — rgb(101, 101, 88)

Tritanopia (Blue-blind)

#68595A — rgb(104, 89, 90)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(32, 10%, 37%);

text

color: hsl(32, 10%, 37%);

border

border: 2px solid hsl(32, 10%, 37%);

gradient light

background: linear-gradient(to right, hsl(32, 10%, 57%), hsl(32, 10%, 37%));

gradient dark

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

hex

background-color: #685F55;

tailwind

bg-[hsl(32,10%,37%)]

box shadow

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

css variable

--color-primary: hsl(32, 10%, 37%);

Related Colors

Use Cases for Grayish 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(32, 10%, 37%)?

HEX: #685F55 | RGB: rgb(104, 95, 85) | CMYK: 0%, 9%, 18%, 59% | HSV: 32°, 18%, 41%. Copy any format from the conversion table above.

What colors go well with #685F55?

The complementary color is HSL(212, 10%, 37%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(32, 10%, 37%) in CSS?

As HSL: color: hsl(32, 10%, 37%); — As HEX: color: #685F55; — As RGB: color: rgb(104, 95, 85); — Tailwind CSS: bg-[hsl(32,10%,37%)] — CSS variable: --color-primary: hsl(32, 10%, 37%);