HSL(36, 99%, 35%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(36, 99%, 35%) color: hsl(36, 99%, 35%)
HEX #B26B01 color: #B26B01
RGB rgb(178, 107, 1) color: rgb(178, 107, 1)
CMYK cmyk(0%, 40%, 99%, 30%)
HSV hsv(36, 99%, 70%)
HWB hwb(36 1% 30%) color: hwb(36 1% 30%)
OKLCH oklch(0.5928 0.132 65.74) color: oklch(0.5928 0.132 65.74)
Lab lab(51.82 22.05 59.03) color: lab(51.82 22.05 59.03)
LCH lch(51.82 63.01 69.52) color: lch(51.82 63.01 69.52)

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.2:1
vs Black 5: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)

#93931B — rgb(147, 147, 27)

Deuteranopia (Green-blind)

#979D21 — rgb(151, 157, 33)

Tritanopia (Blue-blind)

#AE2F33 — rgb(174, 47, 51)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(36, 99%, 55%), hsl(36, 99%, 35%));

gradient dark

background: linear-gradient(to right, hsl(36, 99%, 35%), hsl(36, 99%, 15%))

hex

background-color: #B26B01;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(36, 99%, 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(36, 99%, 35%)?

HEX: #B26B01 | RGB: rgb(178, 107, 1) | CMYK: 0%, 40%, 99%, 30% | HSV: 36°, 99%, 70%. Copy any format from the conversion table above.

What colors go well with #B26B01?

The complementary color is HSL(216, 99%, 35%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(36, 99%, 35%) in CSS?

As HSL: color: hsl(36, 99%, 35%); — As HEX: color: #B26B01; — As RGB: color: rgb(178, 107, 1); — Tailwind CSS: bg-[hsl(36,99%,35%)] — CSS variable: --color-primary: hsl(36, 99%, 35%);