HSL(25, 52%, 41%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(25, 52%, 41%) color: hsl(25, 52%, 41%)
HEX #9F5F32 color: #9F5F32
RGB rgb(159, 95, 50) color: rgb(159, 95, 50)
CMYK cmyk(0%, 40%, 69%, 38%)
HSV hsv(25, 69%, 62%)
HWB hwb(25 19% 38%) color: hwb(25 19% 38%)
OKLCH oklch(0.5486 0.1027 53.83) color: oklch(0.5486 0.1027 53.83)
Lab lab(46.69 21.95 36.16) color: lab(46.69 21.95 36.16)
LCH lch(46.69 42.3 58.74) color: lch(46.69 42.3 58.74)

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 5.05:1
vs Black 4.16: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)

#83833D — rgb(131, 131, 61)

Deuteranopia (Green-blind)

#878C40 — rgb(135, 140, 64)

Tritanopia (Blue-blind)

#9C4547 — rgb(156, 69, 71)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(25, 52%, 61%), hsl(25, 52%, 41%));

gradient dark

background: linear-gradient(to right, hsl(25, 52%, 41%), hsl(25, 52%, 21%))

hex

background-color: #9F5F32;

tailwind

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

box shadow

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

css variable

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

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(25, 52%, 41%)?

HEX: #9F5F32 | RGB: rgb(159, 95, 50) | CMYK: 0%, 40%, 69%, 38% | HSV: 25°, 69%, 62%. Copy any format from the conversion table above.

What colors go well with #9F5F32?

The complementary color is HSL(205, 52%, 41%). For a triadic harmony, use hues 25°, 145°, and 265°. For analogous combinations, try hues 355° and 55°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(25, 52%, 41%) in CSS?

As HSL: color: hsl(25, 52%, 41%); — As HEX: color: #9F5F32; — As RGB: color: rgb(159, 95, 50); — Tailwind CSS: bg-[hsl(25,52%,41%)] — CSS variable: --color-primary: hsl(25, 52%, 41%);