HSL(35, 100%, 32%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(35,100%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(35, 100%, 32%) color: hsl(35, 100%, 32%)
HEX #A35F00 color: #A35F00
RGB rgb(163, 95, 0) color: rgb(163, 95, 0)
CMYK cmyk(0%, 42%, 100%, 36%)
HSV hsv(35, 100%, 64%)
HWB hwb(35 0% 36%) color: hwb(35 0% 36%)
OKLCH oklch(0.5507 0.1247 63.89) color: oklch(0.5507 0.1247 63.89)
Lab lab(46.94 22.08 55.12) color: lab(46.94 22.08 55.12)
LCH lch(46.94 59.38 68.17) color: lch(46.94 59.38 68.17)

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.01:1
vs Black 4.19: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)

#868517 — rgb(134, 133, 23)

Deuteranopia (Green-blind)

#8A8F1D — rgb(138, 143, 29)

Tritanopia (Blue-blind)

#A0292D — rgb(160, 41, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(35, 100%, 32%);

text

color: hsl(35, 100%, 32%);

border

border: 2px solid hsl(35, 100%, 32%);

gradient light

background: linear-gradient(to right, hsl(35, 100%, 52%), hsl(35, 100%, 32%));

gradient dark

background: linear-gradient(to right, hsl(35, 100%, 32%), hsl(35, 100%, 12%))

hex

background-color: #A35F00;

tailwind

bg-[hsl(35,100%,32%)]

box shadow

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

css variable

--color-primary: hsl(35, 100%, 32%);

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(35, 100%, 32%)?

HEX: #A35F00 | RGB: rgb(163, 95, 0) | CMYK: 0%, 42%, 100%, 36% | HSV: 35°, 100%, 64%. Copy any format from the conversion table above.

What colors go well with #A35F00?

The complementary color is HSL(215, 100%, 32%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(35, 100%, 32%) in CSS?

As HSL: color: hsl(35, 100%, 32%); — As HEX: color: #A35F00; — As RGB: color: rgb(163, 95, 0); — Tailwind CSS: bg-[hsl(35,100%,32%)] — CSS variable: --color-primary: hsl(35, 100%, 32%);