HSL(21, 26%, 45%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(21,26%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(21, 26%, 45%) color: hsl(21, 26%, 45%)
HEX #916A55 color: #916A55
RGB rgb(145, 106, 85) color: rgb(145, 106, 85)
CMYK cmyk(0%, 27%, 41%, 43%)
HSV hsv(21, 41%, 57%)
HWB hwb(21 34% 43%) color: hwb(21 34% 43%)
OKLCH oklch(0.5586 0.0592 49.4) color: oklch(0.5586 0.0592 49.4)
Lab lab(48.24 12.72 17.9) color: lab(48.24 12.72 17.9)
LCH lch(48.24 21.96 54.6) color: lch(48.24 21.96 54.6)

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 4.78:1
vs Black 4.4: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)

#80805A — rgb(128, 128, 90)

Deuteranopia (Green-blind)

#82855B — rgb(130, 133, 91)

Tritanopia (Blue-blind)

#8F5E5F — rgb(143, 94, 95)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(21, 26%, 45%);

text

color: hsl(21, 26%, 45%);

border

border: 2px solid hsl(21, 26%, 45%);

gradient light

background: linear-gradient(to right, hsl(21, 26%, 65%), hsl(21, 26%, 45%));

gradient dark

background: linear-gradient(to right, hsl(21, 26%, 45%), hsl(21, 26%, 25%))

hex

background-color: #916A55;

tailwind

bg-[hsl(21,26%,45%)]

box shadow

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

css variable

--color-primary: hsl(21, 26%, 45%);

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

HEX: #916A55 | RGB: rgb(145, 106, 85) | CMYK: 0%, 27%, 41%, 43% | HSV: 21°, 41%, 57%. Copy any format from the conversion table above.

What colors go well with #916A55?

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

As HSL: color: hsl(21, 26%, 45%); — As HEX: color: #916A55; — As RGB: color: rgb(145, 106, 85); — Tailwind CSS: bg-[hsl(21,26%,45%)] — CSS variable: --color-primary: hsl(21, 26%, 45%);