HSL(21, 23%, 36%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(21,23%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(21, 23%, 36%) color: hsl(21, 23%, 36%)
HEX #715547 color: #715547
RGB rgb(113, 85, 71) color: rgb(113, 85, 71)
CMYK cmyk(0%, 25%, 37%, 56%)
HSV hsv(20, 37%, 44%)
HWB hwb(20 28% 56%) color: hwb(20 28% 56%)
OKLCH oklch(0.4748 0.0434 47.79) color: oklch(0.4748 0.0434 47.79)
Lab lab(38.66 9.49 12.66) color: lab(38.66 9.49 12.66)
LCH lch(38.66 15.82 53.14) color: lch(38.66 15.82 53.14)

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.79:1
vs Black 3.09: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)

#65654A — rgb(101, 101, 74)

Deuteranopia (Green-blind)

#67694B — rgb(103, 105, 75)

Tritanopia (Blue-blind)

#704D4E — rgb(112, 77, 78)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(21, 23%, 36%);

text

color: hsl(21, 23%, 36%);

border

border: 2px solid hsl(21, 23%, 36%);

gradient light

background: linear-gradient(to right, hsl(21, 23%, 56%), hsl(21, 23%, 36%));

gradient dark

background: linear-gradient(to right, hsl(21, 23%, 36%), hsl(21, 23%, 16%))

hex

background-color: #715547;

tailwind

bg-[hsl(21,23%,36%)]

box shadow

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

css variable

--color-primary: hsl(21, 23%, 36%);

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(21, 23%, 36%)?

HEX: #715547 | RGB: rgb(113, 85, 71) | CMYK: 0%, 25%, 37%, 56% | HSV: 20°, 37%, 44%. Copy any format from the conversion table above.

What colors go well with #715547?

The complementary color is HSL(201, 23%, 36%). 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, 23%, 36%) in CSS?

As HSL: color: hsl(21, 23%, 36%); — As HEX: color: #715547; — As RGB: color: rgb(113, 85, 71); — Tailwind CSS: bg-[hsl(21,23%,36%)] — CSS variable: --color-primary: hsl(21, 23%, 36%);