HSL(22, 79%, 19%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(22,79%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(22, 79%, 19%) color: hsl(22, 79%, 19%)
HEX #57260A color: #57260A
RGB rgb(87, 38, 10) color: rgb(87, 38, 10)
CMYK cmyk(0%, 56%, 89%, 66%)
HSV hsv(22, 89%, 34%)
HWB hwb(22 4% 66%) color: hwb(22 4% 66%)
OKLCH oklch(0.3328 0.082 46.56) color: oklch(0.3328 0.082 46.56)
Lab lab(21.71 20.71 27.36) color: lab(21.71 20.71 27.36)
LCH lch(21.71 34.31 52.88) color: lch(21.71 34.31 52.88)

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 12.45:1
vs Black 1.69: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)

#424111 — rgb(66, 65, 17)

Deuteranopia (Green-blind)

#454812 — rgb(69, 72, 18)

Tritanopia (Blue-blind)

#551617 — rgb(85, 22, 23)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(22, 79%, 19%);

text

color: hsl(22, 79%, 19%);

border

border: 2px solid hsl(22, 79%, 19%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(22, 79%, 19%), hsl(22, 79%, 0%))

hex

background-color: #57260A;

tailwind

bg-[hsl(22,79%,19%)]

box shadow

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

css variable

--color-primary: hsl(22, 79%, 19%);

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

HEX: #57260A | RGB: rgb(87, 38, 10) | CMYK: 0%, 56%, 89%, 66% | HSV: 22°, 89%, 34%. Copy any format from the conversion table above.

What colors go well with #57260A?

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

As HSL: color: hsl(22, 79%, 19%); — As HEX: color: #57260A; — As RGB: color: rgb(87, 38, 10); — Tailwind CSS: bg-[hsl(22,79%,19%)] — CSS variable: --color-primary: hsl(22, 79%, 19%);