HSL(32, 14%, 38%)

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%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(32, 14%, 38%) color: hsl(32, 14%, 38%)
HEX #6E6253 color: #6E6253
RGB rgb(110, 98, 83) color: rgb(110, 98, 83)
CMYK cmyk(0%, 11%, 25%, 57%)
HSV hsv(33, 25%, 43%)
HWB hwb(33 32% 57%) color: hwb(33 32% 57%)
OKLCH oklch(0.5032 0.0276 73.29) color: oklch(0.5032 0.0276 73.29)
Lab lab(42.27 2.15 10.3) color: lab(42.27 2.15 10.3)
LCH lch(42.27 10.52 78.21) color: lch(42.27 10.52 78.21)

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.94:1
vs Black 3.53: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)

#696957 — rgb(105, 105, 87)

Deuteranopia (Green-blind)

#6A6A58 — rgb(106, 106, 88)

Tritanopia (Blue-blind)

#6D595A — rgb(109, 89, 90)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(32, 14%, 58%), hsl(32, 14%, 38%));

gradient dark

background: linear-gradient(to right, hsl(32, 14%, 38%), hsl(32, 14%, 18%))

hex

background-color: #6E6253;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(32, 14%, 38%);

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

HEX: #6E6253 | RGB: rgb(110, 98, 83) | CMYK: 0%, 11%, 25%, 57% | HSV: 33°, 25%, 43%. Copy any format from the conversion table above.

What colors go well with #6E6253?

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

As HSL: color: hsl(32, 14%, 38%); — As HEX: color: #6E6253; — As RGB: color: rgb(110, 98, 83); — Tailwind CSS: bg-[hsl(32,14%,38%)] — CSS variable: --color-primary: hsl(32, 14%, 38%);