HSL(41, 96%, 35%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(41,96%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(41, 96%, 35%) color: hsl(41, 96%, 35%)
HEX #AF7904 color: #AF7904
RGB rgb(175, 121, 4) color: rgb(175, 121, 4)
CMYK cmyk(0%, 31%, 98%, 31%)
HSV hsv(41, 98%, 69%)
HWB hwb(41 1% 31%) color: hwb(41 1% 31%)
OKLCH oklch(0.6156 0.1277 77.25) color: oklch(0.6156 0.1277 77.25)
Lab lab(54.87 12.93 60.31) color: lab(54.87 12.93 60.31)
LCH lch(54.87 61.68 77.9) color: lch(54.87 61.68 77.9)

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 3.78:1
vs Black 5.56:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#989720 — rgb(152, 151, 32)

Deuteranopia (Green-blind)

#9B9F27 — rgb(155, 159, 39)

Tritanopia (Blue-blind)

#AC373C — rgb(172, 55, 60)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(41, 96%, 35%);

text

color: hsl(41, 96%, 35%);

border

border: 2px solid hsl(41, 96%, 35%);

gradient light

background: linear-gradient(to right, hsl(41, 96%, 55%), hsl(41, 96%, 35%));

gradient dark

background: linear-gradient(to right, hsl(41, 96%, 35%), hsl(41, 96%, 15%))

hex

background-color: #AF7904;

tailwind

bg-[hsl(41,96%,35%)]

box shadow

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

css variable

--color-primary: hsl(41, 96%, 35%);

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, 96%, 35%)?

HEX: #AF7904 | RGB: rgb(175, 121, 4) | CMYK: 0%, 31%, 98%, 31% | HSV: 41°, 98%, 69%. Copy any format from the conversion table above.

What colors go well with #AF7904?

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

As HSL: color: hsl(41, 96%, 35%); — As HEX: color: #AF7904; — As RGB: color: rgb(175, 121, 4); — Tailwind CSS: bg-[hsl(41,96%,35%)] — CSS variable: --color-primary: hsl(41, 96%, 35%);