HSL(22, 20%, 39%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(22, 20%, 39%) color: hsl(22, 20%, 39%)
HEX #775E50 color: #775E50
RGB rgb(119, 94, 80) color: rgb(119, 94, 80)
CMYK cmyk(0%, 21%, 33%, 53%)
HSV hsv(22, 33%, 47%)
HWB hwb(22 31% 53%) color: hwb(22 31% 53%)
OKLCH oklch(0.5031 0.0393 50.73) color: oklch(0.5031 0.0393 50.73)
Lab lab(42.01 7.95 11.9) color: lab(42.01 7.95 11.9)
LCH lch(42.01 14.31 56.25) color: lch(42.01 14.31 56.25)

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 6:1
vs Black 3.5:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#6C6C53 — rgb(108, 108, 83)

Deuteranopia (Green-blind)

#6E7054 — rgb(110, 112, 84)

Tritanopia (Blue-blind)

#765657 — rgb(118, 86, 87)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(22, 20%, 39%), hsl(22, 20%, 19%))

hex

background-color: #775E50;

tailwind

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

box shadow

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

css variable

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

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%, 39%)?

HEX: #775E50 | RGB: rgb(119, 94, 80) | CMYK: 0%, 21%, 33%, 53% | HSV: 22°, 33%, 47%. Copy any format from the conversion table above.

What colors go well with #775E50?

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

As HSL: color: hsl(22, 20%, 39%); — As HEX: color: #775E50; — As RGB: color: rgb(119, 94, 80); — Tailwind CSS: bg-[hsl(22,20%,39%)] — CSS variable: --color-primary: hsl(22, 20%, 39%);