HSL(41, 20%, 62%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(41,20%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(41, 20%, 62%) color: hsl(41, 20%, 62%)
HEX #B1A58B color: #B1A58B
RGB rgb(177, 165, 139) color: rgb(177, 165, 139)
CMYK cmyk(0%, 7%, 21%, 31%)
HSV hsv(41, 21%, 69%)
HWB hwb(41 55% 31%) color: hwb(41 55% 31%)
OKLCH oklch(0.7252 0.0388 86.16) color: oklch(0.7252 0.0388 86.16)
Lab lab(68.11 0.04 15.06) color: lab(68.11 0.04 15.06)
LCH lch(68.11 15.06 89.85) color: lch(68.11 15.06 89.85)

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 2.43:1
vs Black 8.62:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#ACAC91 — rgb(172, 172, 145)

Deuteranopia (Green-blind)

#ADAD93 — rgb(173, 173, 147)

Tritanopia (Blue-blind)

#B09697 — rgb(176, 150, 151)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(41, 20%, 62%);

text

color: hsl(41, 20%, 62%);

border

border: 2px solid hsl(41, 20%, 62%);

gradient light

background: linear-gradient(to right, hsl(41, 20%, 82%), hsl(41, 20%, 62%));

gradient dark

background: linear-gradient(to right, hsl(41, 20%, 62%), hsl(41, 20%, 42%))

hex

background-color: #B1A58B;

tailwind

bg-[hsl(41,20%,62%)]

box shadow

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

css variable

--color-primary: hsl(41, 20%, 62%);

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(41, 20%, 62%)?

HEX: #B1A58B | RGB: rgb(177, 165, 139) | CMYK: 0%, 7%, 21%, 31% | HSV: 41°, 21%, 69%. Copy any format from the conversion table above.

What colors go well with #B1A58B?

The complementary color is HSL(221, 20%, 62%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(41, 20%, 62%) in CSS?

As HSL: color: hsl(41, 20%, 62%); — As HEX: color: #B1A58B; — As RGB: color: rgb(177, 165, 139); — Tailwind CSS: bg-[hsl(41,20%,62%)] — CSS variable: --color-primary: hsl(41, 20%, 62%);