Skip to content

#ba7b21

a dark, vivid orange · warm · closest name: Peru

RGB
186, 123, 33
HSL
35°, 70%, 43%
CMYK
0, 34, 82, 27
Luminance
0.2471

At a glance

Every number on this page in one read: what #ba7b21 is made of, how bright it looks, and which way it leans.

Hex
#ba7b21
Hue
35°
orange
Saturation
70%
vivid
Lightness
43%
dark
Brightness
73%
HSV value
Perceived
55%
weighted brightness
Luminance
0.2471
WCAG relative
Temperature
Warm
4/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
5.94:1
Closest name
Peru
ΔE2000 6.3
Where it sits
Hue35° of 360°
Saturation70%
Lightness43%
Temperature
Warm ← → Cool4% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#ba7b21
RGBrgb(186, 123, 33)
HSLhsl(35, 70%, 43%)
CMYKcmyk(0%, 34%, 82%, 27%)
LABlab(56.8 17.4 55.1)
LCHlch(56.8 57.8 72.5)
OKLCHoklch(0.634 0.126 70.2)
Decimal12221217
Display P3color(display-p3 0.729 0.482 0.129)

Copy-ready code

/* CSS */
color: #ba7b21;
background-color: #ba7b21;
/* Tailwind (arbitrary) */
class="text-[#ba7b21] bg-[#ba7b21]"
/* SCSS */
$brand: #ba7b21;
/* SwiftUI */
Color(red: 0.729, green: 0.482, blue: 0.129)
/* Android */
Color.parseColor("#ba7b21")
/* Flutter */
Color(0xFFBA7B21)
/* Python / OpenCV (BGR) */
(33, 123, 186)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #ba7b21 · 5.94:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.53:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.94:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #ba7b21 as text scores 3.53:1 on white and 5.94:1 on black.

Accessibility — WCAG contrast

Aa
#ba7b21 on white: 3.53:1
AA ✗ fail · AA-large · AAA
Aa
#ba7b21 on black: 5.94:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #907F0E
deuteranopia · #9F8E24
tritanopia · #CB6B6A

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #ba7b21 is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FCF8F3
#F8F1E7
#F2E1C9
#EECEA0
#E6B570
#DD9D40
#D08A25
#ba7b21
#8B5C19
#654416
#3F2B0E
Base = 700Lightest = 50 · #FCF8F3Darkest = 950 · #3F2B0E
:root {
  --brand-50: #FCF8F3;
  --brand-100: #F8F1E7;
  --brand-200: #F2E1C9;
  --brand-300: #EECEA0;
  --brand-400: #E6B570;
  --brand-500: #DD9D40;
  --brand-600: #D08A25;
  --brand-700: #ba7b21;
  --brand-800: #8B5C19;
  --brand-900: #654416;
  --brand-950: #3F2B0E;
  --brand: #ba7b21;
  --brand-ink: #000000;
}

Colors that work with #ba7b21

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAF8F4
Tinted page background
Border#EDDAC0
Hairlines and dividers
Muted text#9B7A4B
Captions on the surface
Accent#1D88BE
Second voice, not a rival
Dark variant#6C4813
Hover, pressed, headers
Light variant#FBF4E9
Selected rows, tints
Dark surface#241E14
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #ba7b21

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • Black text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#2160BA
Analogous left#BA2E21
Analogous right#ACBA21
Split-complement 1#21ACBA
Split-complement 2#2E21BA
Triadic 1#21BA7B
Triadic 2#7B21BA
Tetradic#21BA2E

RGB percentages

Red72.9%
Green48.2%
Blue12.9%

CMYK percentages

Cyan0.0%
Magenta33.9%
Yellow82.3%
Key (black)27.1%

Color previews

#ba7b21 text on a black background

contrast 5.94:1

Card sample

#ba7b21 text on a white background

contrast 3.53:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #ba7b21;
Background color
Panel with #ba7b21 background
background-color: #ba7b21;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #ba7b21;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(186, 123, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 123, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7b21;
background: linear-gradient(135deg, #ba7b21, #93BA21);

Monochromatic scale

Palettes built from #ba7b21

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#ba7b21 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#ba7b21, answered

What color is #ba7b21?

#ba7b21 is a dark vivid orange, closest to Peru (ΔE2000 6.3). It sits at 35° on the hue wheel with 70% saturation and 43% lightness, which reads as warm.

What is the RGB value of #ba7b21?

rgb(186, 123, 33) — 186 red, 123 green and 33 blue out of 255, or 72.9% / 48.2% / 12.9% by channel.

Is #ba7b21 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2471 and perceived brightness is 55%, so black text on it reaches 5.94:1.

Should I use black or white text on #ba7b21?

Black. It scores 5.94:1 against #ba7b21, versus 3.53:1 for white — AA at any size.

What is the complementary color of #ba7b21?

#2160BA sits directly opposite on the wheel. Softer options are the split-complements #21ACBA and #2E21BA, which give the same contrast with far less vibration.

What colors go well with #ba7b21?

For interface work: #FAF8F4 as the surface, #EDDAC0 for borders, #9B7A4B for secondary text, #1D88BE as an accent and #6C4813 for hover and pressed states. For a palette, the analogous pair #BA2E21 and #ACBA21 stays calm, while #2160BA is the loudest partner.

What is #ba7b21 in CMYK for printing?

cmyk(0%, 34%, 82%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #ba7b21 warm or cool?

Warm — it scores 4 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D07825; nudged cooler, #BCB51F.

Work with #ba7b21 in the Color Lab