Skip to content

#5b3f2f

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

RGB
91, 63, 47
HSL
22°, 32%, 27%
CMYK
0, 31, 48, 64
Luminance
0.0598

At a glance

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

Hex
#5b3f2f
Hue
22°
orange
Saturation
32%
soft
Lightness
27%
dark
Brightness
36%
HSV value
Perceived
28%
weighted brightness
Luminance
0.0598
WCAG relative
Temperature
Warm
9/100 cool
Color family
Orange
Tone
Soft
Best ink
White
9.56:1
Closest name
Saddle Brown
ΔE2000 14.1
Where it sits
Hue22° of 360°
Saturation32%
Lightness27%
Temperature
Warm ← → Cool9% 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#5b3f2f
RGBrgb(91, 63, 47)
HSLhsl(22, 32%, 27%)
CMYKcmyk(0%, 31%, 48%, 64%)
LABlab(29.4 10.0 14.7)
LCHlch(29.4 17.7 55.7)
OKLCHoklch(0.395 0.047 50.7)
Decimal5979951
Display P3color(display-p3 0.357 0.247 0.184)

Copy-ready code

/* CSS */
color: #5b3f2f;
background-color: #5b3f2f;
/* Tailwind (arbitrary) */
class="text-[#5b3f2f] bg-[#5b3f2f]"
/* SCSS */
$brand: #5b3f2f;
/* SwiftUI */
Color(red: 0.357, green: 0.247, blue: 0.184)
/* Android */
Color.parseColor("#5b3f2f")
/* Flutter */
Color(0xFF5B3F2F)
/* Python / OpenCV (BGR) */
(47, 63, 91)

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

Accessibility — WCAG contrast

Aa
#5b3f2f on white: 9.56:1
AA ✓ pass · AA-large · AAA
Aa
#5b3f2f on black: 2.20:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #47422E
deuteranopia · #4D482F
tritanopia · #623A3B

Color scale — 50 to 950

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

#F9F7F5
#F4EFEC
#E7DBD5
#D9C2B5
#C6A490
#B3856B
#A17053
#875D45
#6C4A38
#5b3f2f
#31231B
Base = 900Lightest = 50 · #F9F7F5Darkest = 950 · #31231B
:root {
  --brand-50: #F9F7F5;
  --brand-100: #F4EFEC;
  --brand-200: #E7DBD5;
  --brand-300: #D9C2B5;
  --brand-400: #C6A490;
  --brand-500: #B3856B;
  --brand-600: #A17053;
  --brand-700: #875D45;
  --brand-800: #6C4A38;
  --brand-900: #5b3f2f;
  --brand-950: #31231B;
  --brand: #5b3f2f;
  --brand-ink: #ffffff;
}

Colors that work with #5b3f2f

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#FAF7F5
Tinted page background
Border#E3D3C9
Hairlines and dividers
Muted text#97694E
Captions on the surface
Accent#2C585E
Second voice, not a rival
Dark variant#543A2B
Hover, pressed, headers
Light variant#F6F1EE
Selected rows, tints
Dark surface#241A14
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 #5b3f2f

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

Works well for
  • Body text and links on white
  • Charts, tags and secondary surfaces
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Text on black or near-black surfaces
  • 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#2F4B5B
Analogous left#5B2F35
Analogous right#5B552F
Split-complement 1#2F5B55
Split-complement 2#2F355B
Triadic 1#2F5B3F
Triadic 2#3F2F5B
Tetradic#355B2F

RGB percentages

Red35.7%
Green24.7%
Blue18.4%

CMYK percentages

Cyan0.0%
Magenta30.8%
Yellow48.4%
Key (black)64.3%

Color previews

#5b3f2f text on a black background

contrast 2.20:1

Card sample

#5b3f2f text on a white background

contrast 9.56:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(91, 63, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 63, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b3f2f;
background: linear-gradient(135deg, #5b3f2f, #5A5B2F);

Monochromatic scale

Palettes built from #5b3f2f

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.

#5b3f2f 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.

#5b3f2f, answered

What color is #5b3f2f?

#5b3f2f is a dark soft orange, closest to Saddle Brown (ΔE2000 14.1). It sits at 22° on the hue wheel with 32% saturation and 27% lightness, which reads as warm.

What is the RGB value of #5b3f2f?

rgb(91, 63, 47) — 91 red, 63 green and 47 blue out of 255, or 35.7% / 24.7% / 18.4% by channel.

Is #5b3f2f a light or a dark color?

It is a dark color. Relative luminance is 0.0598 and perceived brightness is 28%, so white text on it reaches 9.56:1.

Should I use black or white text on #5b3f2f?

White. It scores 9.56:1 against #5b3f2f, versus 2.20:1 for black — AAA at any size.

What is the complementary color of #5b3f2f?

#2F4B5B sits directly opposite on the wheel. Softer options are the split-complements #2F5B55 and #2F355B, which give the same contrast with far less vibration.

What colors go well with #5b3f2f?

For interface work: #FAF7F5 as the surface, #E3D3C9 for borders, #97694E for secondary text, #2C585E as an accent and #543A2B for hover and pressed states. For a palette, the analogous pair #5B2F35 and #5B552F stays calm, while #2F4B5B is the loudest partner.

What is #5b3f2f in CMYK for printing?

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

Is #5b3f2f warm or cool?

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

Work with #5b3f2f in the Color Lab