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

Color Conversions

Format Value CSS Usage
HSL hsl(21, 12%, 34%) color: hsl(21, 12%, 34%)
HEX #61544C color: #61544C
RGB rgb(97, 84, 76) color: rgb(97, 84, 76)
CMYK cmyk(0%, 13%, 22%, 62%)
HSV hsv(23, 22%, 38%)
HWB hwb(23 30% 62%) color: hwb(23 30% 62%)
OKLCH oklch(0.4562 0.0215 53.6) color: oklch(0.4562 0.0215 53.6)
Lab lab(36.75 3.89 6.64) color: lab(36.75 3.89 6.64)
LCH lch(36.75 7.7 59.64) color: lch(36.75 7.7 59.64)

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.29:1
vs Black 2.88: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)

#5B5B4E — rgb(91, 91, 78)

Deuteranopia (Green-blind)

#5C5D4E — rgb(92, 93, 78)

Tritanopia (Blue-blind)

#604F50 — rgb(96, 79, 80)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #61544C;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(21, 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(21, 12%, 34%)?

HEX: #61544C | RGB: rgb(97, 84, 76) | CMYK: 0%, 13%, 22%, 62% | HSV: 23°, 22%, 38%. Copy any format from the conversion table above.

What colors go well with #61544C?

The complementary color is HSL(201, 12%, 34%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.

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

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