Toolman

#B45309 color

#B45309#B45309

The swatch above shows #B45309 with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.

#B45309 is a dark, vivid orange, closest to the CSS named color sienna (#A0522D).

It is also a Tailwind CSS default: amber-700. That means you can write bg-amber-700 or text-amber-700 directly, with no arbitrary-value brackets and no entry in your theme config.

Color values

HEX#B45309
RGBrgb(180, 83, 9)
HSLhsl(26, 90%, 37%)
CMYKcmyk(0%, 54%, 95%, 29%)
Decimal11817737
CSScolor: #B45309;
Android0xFFB45309
SwiftUIColor(red: 0.706, green: 0.325, blue: 0.035, alpha: 1)

Accessibility and contrast

White text on #B453095.02:1 — AA pass · AA large pass · AAA fail
Black text on #B453094.18:1 — AA fail · AA large pass · AAA fail
Recommended text colorwhite

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #B45309

Each swatch keeps the hue and saturation of #B45309 and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #B45309

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #B45309 in code

/* CSS */
.element { color: #B45309; background-color: #B45309; }
.element { color: rgb(180 83 9); }
.element { color: hsl(26 90% 37%); }

/* Tailwind */
<div class="bg-amber-700 text-white">

/* SCSS variable */
$brand: #B45309;

Frequently asked questions

What color is #B45309?

#B45309 is a dark, vivid orange. Its hue sits at 26° on the color wheel, with 90% saturation and 37% lightness.

What is #B45309 in RGB?

#B45309 converts to rgb(180, 83, 9) — 180 red, 83 green and 9 blue.

What is #B45309 in CMYK?

Approximately cmyk(0%, 54%, 95%, 29%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #B45309 be white or black?

White gives the better contrast ratio (5.02:1 versus 4.18:1).

What is the complementary color of #B45309?

#096AB3 — the hue directly opposite #B45309 on the color wheel.

Convert any color → · Browse all colors