HSL(35, 100%, 36%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(35, 100%, 36%) color: hsl(35, 100%, 36%)
HEX #B86B00 color: #B86B00
RGB rgb(184, 107, 0) color: rgb(184, 107, 0)
CMYK cmyk(0%, 42%, 100%, 28%)
HSV hsv(35, 100%, 72%)
HWB hwb(35 0% 28%) color: hwb(35 0% 28%)
OKLCH oklch(0.6007 0.1367 63.26) color: oklch(0.6007 0.1367 63.26)
Lab lab(52.63 24.66 60.15) color: lab(52.63 24.66 60.15)
LCH lch(52.63 65.01 67.71) color: lch(52.63 65.01 67.71)

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 4.08:1
vs Black 5.14: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)

#97961A — rgb(151, 150, 26)

Deuteranopia (Green-blind)

#9BA120 — rgb(155, 161, 32)

Tritanopia (Blue-blind)

#B42E33 — rgb(180, 46, 51)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(35, 100%, 56%), hsl(35, 100%, 36%));

gradient dark

background: linear-gradient(to right, hsl(35, 100%, 36%), hsl(35, 100%, 16%))

hex

background-color: #B86B00;

tailwind

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

box shadow

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

css variable

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

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

HEX: #B86B00 | RGB: rgb(184, 107, 0) | CMYK: 0%, 42%, 100%, 28% | HSV: 35°, 100%, 72%. Copy any format from the conversion table above.

What colors go well with #B86B00?

The complementary color is HSL(215, 100%, 36%). 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%, 36%) in CSS?

As HSL: color: hsl(35, 100%, 36%); — As HEX: color: #B86B00; — As RGB: color: rgb(184, 107, 0); — Tailwind CSS: bg-[hsl(35,100%,36%)] — CSS variable: --color-primary: hsl(35, 100%, 36%);