HSL(32, 14%, 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,14%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(32, 14%, 37%) color: hsl(32, 14%, 37%)
HEX #6C5F51 color: #6C5F51
RGB rgb(108, 95, 81) color: rgb(108, 95, 81)
CMYK cmyk(0%, 12%, 25%, 58%)
HSV hsv(31, 25%, 42%)
HWB hwb(31 32% 58%) color: hwb(31 32% 58%)
OKLCH oklch(0.4938 0.0273 69.2) color: oklch(0.4938 0.0273 69.2)
Lab lab(41.16 2.77 9.94) color: lab(41.16 2.77 9.94)
LCH lch(41.16 10.32 74.43) color: lch(41.16 10.32 74.43)

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.19:1
vs Black 3.39: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)

#666654 — rgb(102, 102, 84)

Deuteranopia (Green-blind)

#676855 — rgb(103, 104, 85)

Tritanopia (Blue-blind)

#6B5758 — rgb(107, 87, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #6C5F51;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(32, 14%, 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, 14%, 37%)?

HEX: #6C5F51 | RGB: rgb(108, 95, 81) | CMYK: 0%, 12%, 25%, 58% | HSV: 31°, 25%, 42%. Copy any format from the conversion table above.

What colors go well with #6C5F51?

The complementary color is HSL(212, 14%, 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, 14%, 37%) in CSS?

As HSL: color: hsl(32, 14%, 37%); — As HEX: color: #6C5F51; — As RGB: color: rgb(108, 95, 81); — Tailwind CSS: bg-[hsl(32,14%,37%)] — CSS variable: --color-primary: hsl(32, 14%, 37%);