Skip to content

#7b3a21

a dark, vivid orange · warm · closest name: Saddle Brown

RGB
123, 58, 33
HSL
17°, 58%, 31%
CMYK
0, 53, 73, 52
Luminance
0.0735

At a glance

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

Hex
#7b3a21
Hue
17°
orange
Saturation
58%
vivid
Lightness
31%
dark
Brightness
48%
HSV value
Perceived
32%
weighted brightness
Luminance
0.0735
WCAG relative
Temperature
Warm
7/100 cool
Color family
Orange
Tone
Vivid
Best ink
White
8.50:1
Closest name
Saddle Brown
ΔE2000 7.6
Where it sits
Hue17° of 360°
Saturation58%
Lightness31%
Temperature
Warm ← → Cool7% 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#7b3a21
RGBrgb(123, 58, 33)
HSLhsl(17, 58%, 31%)
CMYKcmyk(0%, 53%, 73%, 52%)
LABlab(32.6 26.3 28.2)
LCHlch(32.6 38.6 47.0)
OKLCHoklch(0.429 0.098 40.9)
Decimal8075809
Display P3color(display-p3 0.482 0.227 0.129)

Copy-ready code

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

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#ffffff on #7b3a21 · 8.50:1
Use #ffffffAAA at every size.
Aa
White text · 8.50:1 · recommended
AA pass · AA large pass · AAA pass
Aa
Black text · 2.47:1
AA fail · AA large fail · AAA fail
Reading the other direction: #7b3a21 as text scores 8.50:1 on white and 2.47:1 on black.

Accessibility — WCAG contrast

Aa
#7b3a21 on white: 8.50:1
AA ✓ pass · AA-large · AAA
Aa
#7b3a21 on black: 2.47:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #4C441E
deuteranopia · #5B5220
tritanopia · #872D34

Color scale — 50 to 950

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

#FBF6F4
#F7EDE9
#EFD6CD
#E7B9A7
#DB957A
#D0724E
#C15B34
#A14C2B
#7b3a21
#5E2F1D
#3B1D12
Base = 800Lightest = 50 · #FBF6F4Darkest = 950 · #3B1D12
:root {
  --brand-50: #FBF6F4;
  --brand-100: #F7EDE9;
  --brand-200: #EFD6CD;
  --brand-300: #E7B9A7;
  --brand-400: #DB957A;
  --brand-500: #D0724E;
  --brand-600: #C15B34;
  --brand-700: #A14C2B;
  --brand-800: #7b3a21;
  --brand-900: #5E2F1D;
  --brand-950: #3B1D12;
  --brand: #7b3a21;
  --brand-ink: #ffffff;
}

Colors that work with #7b3a21

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

Text on it#ffffff
White wins here
Surface#FAF6F4
Tinted page background
Border#EDCCC0
Hairlines and dividers
Muted text#9B614B
Captions on the surface
Accent#1E7B7E
Second voice, not a rival
Dark variant#652F1B
Hover, pressed, headers
Light variant#FAEFEB
Selected rows, tints
Dark surface#241814
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 #7b3a21

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

Works well for
  • Body text and links on white
  • 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
  • Text on black or near-black surfaces
  • 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#21627B
Analogous left#7B2135
Analogous right#7B6721
Split-complement 1#217B67
Split-complement 2#21357B
Triadic 1#217B3A
Triadic 2#3A217B
Tetradic#357B21

RGB percentages

Red48.2%
Green22.7%
Blue12.9%

CMYK percentages

Cyan0.0%
Magenta52.8%
Yellow73.2%
Key (black)51.8%

Color previews

#7b3a21 text on a black background

contrast 2.47:1

Card sample

#7b3a21 text on a white background

contrast 8.50:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #7b3a21

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.

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

#7b3a21, answered

What color is #7b3a21?

#7b3a21 is a dark vivid orange, closest to Saddle Brown (ΔE2000 7.6). It sits at 17° on the hue wheel with 58% saturation and 31% lightness, which reads as warm.

What is the RGB value of #7b3a21?

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

Is #7b3a21 a light or a dark color?

It is a dark color. Relative luminance is 0.0735 and perceived brightness is 32%, so white text on it reaches 8.50:1.

Should I use black or white text on #7b3a21?

White. It scores 8.50:1 against #7b3a21, versus 2.47:1 for black — AAA at any size.

What is the complementary color of #7b3a21?

#21627B sits directly opposite on the wheel. Softer options are the split-complements #217B67 and #21357B, which give the same contrast with far less vibration.

What colors go well with #7b3a21?

For interface work: #FAF6F4 as the surface, #EDCCC0 for borders, #9B614B for secondary text, #1E7B7E as an accent and #652F1B for hover and pressed states. For a palette, the analogous pair #7B2135 and #7B6721 stays calm, while #21627B is the loudest partner.

What is #7b3a21 in CMYK for printing?

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

Is #7b3a21 warm or cool?

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

Work with #7b3a21 in the Color Lab