HSL(22, 11%, 59%)

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(22,11%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(22, 11%, 59%) color: hsl(22, 11%, 59%)
HEX #A2938B color: #A2938B
RGB rgb(162, 147, 139) color: rgb(162, 147, 139)
CMYK cmyk(0%, 9%, 14%, 36%)
HSV hsv(21, 14%, 64%)
HWB hwb(21 55% 36%) color: hwb(21 55% 36%)
OKLCH oklch(0.6741 0.0214 50.02) color: oklch(0.6741 0.0214 50.02)
Lab lab(62.01 4.16 6.25) color: lab(62.01 4.16 6.25)
LCH lch(62.01 7.51 56.35) color: lch(62.01 7.51 56.35)

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 2.97:1
vs Black 7.08:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9C9B8D — rgb(156, 155, 141)

Deuteranopia (Green-blind)

#9C9E8D — rgb(156, 158, 141)

Tritanopia (Blue-blind)

#A18E8F — rgb(161, 142, 143)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(22, 11%, 59%);

text

color: hsl(22, 11%, 59%);

border

border: 2px solid hsl(22, 11%, 59%);

gradient light

background: linear-gradient(to right, hsl(22, 11%, 79%), hsl(22, 11%, 59%));

gradient dark

background: linear-gradient(to right, hsl(22, 11%, 59%), hsl(22, 11%, 39%))

hex

background-color: #A2938B;

tailwind

bg-[hsl(22,11%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(22, 11%, 59%, 0.4);

css variable

--color-primary: hsl(22, 11%, 59%);

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(22, 11%, 59%)?

HEX: #A2938B | RGB: rgb(162, 147, 139) | CMYK: 0%, 9%, 14%, 36% | HSV: 21°, 14%, 64%. Copy any format from the conversion table above.

What colors go well with #A2938B?

The complementary color is HSL(202, 11%, 59%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(22, 11%, 59%) in CSS?

As HSL: color: hsl(22, 11%, 59%); — As HEX: color: #A2938B; — As RGB: color: rgb(162, 147, 139); — Tailwind CSS: bg-[hsl(22,11%,59%)] — CSS variable: --color-primary: hsl(22, 11%, 59%);