HSL(41, 71%, 25%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(41,71%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(41, 71%, 25%) color: hsl(41, 71%, 25%)
HEX #6D5012 color: #6D5012
RGB rgb(109, 80, 18) color: rgb(109, 80, 18)
CMYK cmyk(0%, 27%, 83%, 57%)
HSV hsv(41, 83%, 43%)
HWB hwb(41 7% 57%) color: hwb(41 7% 57%)
OKLCH oklch(0.4509 0.0845 81.59) color: oklch(0.4509 0.0845 81.59)
Lab lab(36.05 5.94 38.54) color: lab(36.05 5.94 38.54)
LCH lch(36.05 39 81.24) color: lch(36.05 39 81.24)

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 7.48:1
vs Black 2.81: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)

#606021 — rgb(96, 96, 33)

Deuteranopia (Green-blind)

#626425 — rgb(98, 100, 37)

Tritanopia (Blue-blind)

#6C2D2F — rgb(108, 45, 47)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(41, 71%, 25%);

text

color: hsl(41, 71%, 25%);

border

border: 2px solid hsl(41, 71%, 25%);

gradient light

background: linear-gradient(to right, hsl(41, 71%, 45%), hsl(41, 71%, 25%));

gradient dark

background: linear-gradient(to right, hsl(41, 71%, 25%), hsl(41, 71%, 5%))

hex

background-color: #6D5012;

tailwind

bg-[hsl(41,71%,25%)]

box shadow

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

css variable

--color-primary: hsl(41, 71%, 25%);

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

HEX: #6D5012 | RGB: rgb(109, 80, 18) | CMYK: 0%, 27%, 83%, 57% | HSV: 41°, 83%, 43%. Copy any format from the conversion table above.

What colors go well with #6D5012?

The complementary color is HSL(221, 71%, 25%). 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, 71%, 25%) in CSS?

As HSL: color: hsl(41, 71%, 25%); — As HEX: color: #6D5012; — As RGB: color: rgb(109, 80, 18); — Tailwind CSS: bg-[hsl(41,71%,25%)] — CSS variable: --color-primary: hsl(41, 71%, 25%);