HSL(15, 12%, 34%)

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(15,12%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(15, 12%, 34%) color: hsl(15, 12%, 34%)
HEX #61514C color: #61514C
RGB rgb(97, 81, 76) color: rgb(97, 81, 76)
CMYK cmyk(0%, 16%, 22%, 62%)
HSV hsv(14, 22%, 38%)
HWB hwb(14 30% 62%) color: hwb(14 30% 62%)
OKLCH oklch(0.4495 0.0229 38.08) color: oklch(0.4495 0.0229 38.08)
Lab lab(35.88 5.74 5.41) color: lab(35.88 5.74 5.41)
LCH lch(35.88 7.89 43.3) color: lch(35.88 7.89 43.3)

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.53:1
vs Black 2.79: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)

#5A5A4D — rgb(90, 90, 77)

Deuteranopia (Green-blind)

#5B5C4E — rgb(91, 92, 78)

Tritanopia (Blue-blind)

#604E4E — rgb(96, 78, 78)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(15, 12%, 34%);

text

color: hsl(15, 12%, 34%);

border

border: 2px solid hsl(15, 12%, 34%);

gradient light

background: linear-gradient(to right, hsl(15, 12%, 54%), hsl(15, 12%, 34%));

gradient dark

background: linear-gradient(to right, hsl(15, 12%, 34%), hsl(15, 12%, 14%))

hex

background-color: #61514C;

tailwind

bg-[hsl(15,12%,34%)]

box shadow

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

css variable

--color-primary: hsl(15, 12%, 34%);

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(15, 12%, 34%)?

HEX: #61514C | RGB: rgb(97, 81, 76) | CMYK: 0%, 16%, 22%, 62% | HSV: 14°, 22%, 38%. Copy any format from the conversion table above.

What colors go well with #61514C?

The complementary color is HSL(195, 12%, 34%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(15, 12%, 34%) in CSS?

As HSL: color: hsl(15, 12%, 34%); — As HEX: color: #61514C; — As RGB: color: rgb(97, 81, 76); — Tailwind CSS: bg-[hsl(15,12%,34%)] — CSS variable: --color-primary: hsl(15, 12%, 34%);