HSL(22, 20%, 56%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(22,20%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(22, 20%, 56%) color: hsl(22, 20%, 56%)
HEX #A58978 color: #A58978
RGB rgb(165, 137, 120) color: rgb(165, 137, 120)
CMYK cmyk(0%, 17%, 27%, 35%)
HSV hsv(23, 27%, 65%)
HWB hwb(23 47% 35%) color: hwb(23 47% 35%)
OKLCH oklch(0.6513 0.0422 53.01) color: oklch(0.6513 0.0422 53.01)
Lab lab(59.2 7.96 13.09) color: lab(59.2 7.96 13.09)
LCH lch(59.2 15.32 58.7) color: lch(59.2 15.32 58.7)

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.26:1
vs Black 6.45: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)

#99997C — rgb(153, 153, 124)

Deuteranopia (Green-blind)

#9B9D7D — rgb(155, 157, 125)

Tritanopia (Blue-blind)

#A47F80 — rgb(164, 127, 128)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(22, 20%, 56%);

text

color: hsl(22, 20%, 56%);

border

border: 2px solid hsl(22, 20%, 56%);

gradient light

background: linear-gradient(to right, hsl(22, 20%, 76%), hsl(22, 20%, 56%));

gradient dark

background: linear-gradient(to right, hsl(22, 20%, 56%), hsl(22, 20%, 36%))

hex

background-color: #A58978;

tailwind

bg-[hsl(22,20%,56%)]

box shadow

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

css variable

--color-primary: hsl(22, 20%, 56%);

Related Colors

Use Cases for 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, 20%, 56%)?

HEX: #A58978 | RGB: rgb(165, 137, 120) | CMYK: 0%, 17%, 27%, 35% | HSV: 23°, 27%, 65%. Copy any format from the conversion table above.

What colors go well with #A58978?

The complementary color is HSL(202, 20%, 56%). 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, 20%, 56%) in CSS?

As HSL: color: hsl(22, 20%, 56%); — As HEX: color: #A58978; — As RGB: color: rgb(165, 137, 120); — Tailwind CSS: bg-[hsl(22,20%,56%)] — CSS variable: --color-primary: hsl(22, 20%, 56%);