HSL(37, 12%, 48%)

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(37,12%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(37, 12%, 48%) color: hsl(37, 12%, 48%)
HEX #897E6C color: #897E6C
RGB rgb(137, 126, 108) color: rgb(137, 126, 108)
CMYK cmyk(0%, 8%, 21%, 46%)
HSV hsv(37, 21%, 54%)
HWB hwb(37 43% 46%) color: hwb(37 43% 46%)
OKLCH oklch(0.5979 0.0296 80.13) color: oklch(0.5979 0.0296 80.13)
Lab lab(53.3 1.06 11.33) color: lab(53.3 1.06 11.33)
LCH lch(53.3 11.38 84.66) color: lch(53.3 11.38 84.66)

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 3.99:1
vs Black 5.26:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#848470 — rgb(132, 132, 112)

Deuteranopia (Green-blind)

#858671 — rgb(133, 134, 113)

Tritanopia (Blue-blind)

#887475 — rgb(136, 116, 117)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(37, 12%, 48%);

text

color: hsl(37, 12%, 48%);

border

border: 2px solid hsl(37, 12%, 48%);

gradient light

background: linear-gradient(to right, hsl(37, 12%, 68%), hsl(37, 12%, 48%));

gradient dark

background: linear-gradient(to right, hsl(37, 12%, 48%), hsl(37, 12%, 28%))

hex

background-color: #897E6C;

tailwind

bg-[hsl(37,12%,48%)]

box shadow

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

css variable

--color-primary: hsl(37, 12%, 48%);

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(37, 12%, 48%)?

HEX: #897E6C | RGB: rgb(137, 126, 108) | CMYK: 0%, 8%, 21%, 46% | HSV: 37°, 21%, 54%. Copy any format from the conversion table above.

What colors go well with #897E6C?

The complementary color is HSL(217, 12%, 48%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(37, 12%, 48%) in CSS?

As HSL: color: hsl(37, 12%, 48%); — As HEX: color: #897E6C; — As RGB: color: rgb(137, 126, 108); — Tailwind CSS: bg-[hsl(37,12%,48%)] — CSS variable: --color-primary: hsl(37, 12%, 48%);