Skip to content

#be7e21

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

RGB
190, 126, 33
HSL
36°, 70%, 44%
CMYK
0, 34, 83, 26
Luminance
0.2598

At a glance

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

Hex
#be7e21
Hue
36°
orange
Saturation
70%
vivid
Lightness
44%
dark
Brightness
75%
HSV value
Perceived
56%
weighted brightness
Luminance
0.2598
WCAG relative
Temperature
Warm
5/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
6.20:1
Closest name
Peru
ΔE2000 5.8
Where it sits
Hue36° of 360°
Saturation70%
Lightness44%
Temperature
Warm ← → Cool5% 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#be7e21
RGBrgb(190, 126, 33)
HSLhsl(36, 70%, 44%)
CMYKcmyk(0%, 34%, 83%, 26%)
LABlab(58.0 17.4 56.4)
LCHlch(58.0 59.0 72.8)
OKLCHoklch(0.644 0.128 70.5)
Decimal12484129
Display P3color(display-p3 0.745 0.494 0.129)

Copy-ready code

/* CSS */
color: #be7e21;
background-color: #be7e21;
/* Tailwind (arbitrary) */
class="text-[#be7e21] bg-[#be7e21]"
/* SCSS */
$brand: #be7e21;
/* SwiftUI */
Color(red: 0.745, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#be7e21")
/* Flutter */
Color(0xFFBE7E21)
/* Python / OpenCV (BGR) */
(33, 126, 190)

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 #be7e21 · 6.20:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.39:1
AA fail · AA large pass · AAA fail
Aa
Black text · 6.20:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #be7e21 as text scores 3.39:1 on white and 6.20:1 on black.

Accessibility — WCAG contrast

Aa
#be7e21 on white: 3.39:1
AA ✗ fail · AA-large · AAA
Aa
#be7e21 on black: 6.20:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #94820D
deuteranopia · #A39124
tritanopia · #D06E6C

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #be7e21 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
#F2E2C9
#EECE9F
#E6B670
#DE9D40
#D18A24
#be7e21
#8B5C18
#654416
#3F2B0D
Base = 700Lightest = 50 · #FCF8F3Darkest = 950 · #3F2B0D
:root {
  --brand-50: #FCF8F3;
  --brand-100: #F8F1E7;
  --brand-200: #F2E2C9;
  --brand-300: #EECE9F;
  --brand-400: #E6B670;
  --brand-500: #DE9D40;
  --brand-600: #D18A24;
  --brand-700: #be7e21;
  --brand-800: #8B5C18;
  --brand-900: #654416;
  --brand-950: #3F2B0D;
  --brand: #be7e21;
  --brand-ink: #000000;
}

Colors that work with #be7e21

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#1D8AC2
Second voice, not a rival
Dark variant#6D4813
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 #be7e21

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#2161BE
Analogous left#BE2F21
Analogous right#B0BE21
Split-complement 1#21B0BE
Split-complement 2#2F21BE
Triadic 1#21BE7E
Triadic 2#7E21BE
Tetradic#21BE2F

RGB percentages

Red74.5%
Green49.4%
Blue12.9%

CMYK percentages

Cyan0.0%
Magenta33.7%
Yellow82.6%
Key (black)25.5%

Color previews

#be7e21 text on a black background

contrast 6.20:1

Card sample

#be7e21 text on a white background

contrast 3.39:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(190, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be7e21;
background: linear-gradient(135deg, #be7e21, #95BE21);

Monochromatic scale

Palettes built from #be7e21

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.

#be7e21 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.

#be7e21, answered

What color is #be7e21?

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

What is the RGB value of #be7e21?

rgb(190, 126, 33) — 190 red, 126 green and 33 blue out of 255, or 74.5% / 49.4% / 12.9% by channel.

Is #be7e21 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2598 and perceived brightness is 56%, so black text on it reaches 6.20:1.

Should I use black or white text on #be7e21?

Black. It scores 6.20:1 against #be7e21, versus 3.39:1 for white — AA at any size.

What is the complementary color of #be7e21?

#2161BE sits directly opposite on the wheel. Softer options are the split-complements #21B0BE and #2F21BE, which give the same contrast with far less vibration.

What colors go well with #be7e21?

For interface work: #FAF8F4 as the surface, #EDDAC0 for borders, #9B7A4B for secondary text, #1D8AC2 as an accent and #6D4813 for hover and pressed states. For a palette, the analogous pair #BE2F21 and #B0BE21 stays calm, while #2161BE is the loudest partner.

What is #be7e21 in CMYK for printing?

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

Is #be7e21 warm or cool?

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

Work with #be7e21 in the Color Lab