Skip to content

#b85f2f

a balanced, vivid orange · warm · closest name: Sienna

RGB
184, 95, 47
HSL
21°, 59%, 45%
CMYK
0, 48, 75, 28
Luminance
0.1858

At a glance

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

Hex
#b85f2f
Hue
21°
orange
Saturation
59%
vivid
Lightness
45%
balanced
Brightness
72%
HSV value
Perceived
49%
weighted brightness
Luminance
0.1858
WCAG relative
Temperature
Warm
5/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
4.72:1
Closest name
Sienna
ΔE2000 6.8
Where it sits
Hue21° of 360°
Saturation59%
Lightness45%
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#b85f2f
RGBrgb(184, 95, 47)
HSLhsl(21, 59%, 45%)
CMYKcmyk(0%, 48%, 75%, 28%)
LABlab(50.2 32.3 42.5)
LCHlch(50.2 53.5 52.8)
OKLCHoklch(0.583 0.130 46.7)
Decimal12082991
Display P3color(display-p3 0.722 0.373 0.184)

Copy-ready code

/* CSS */
color: #b85f2f;
background-color: #b85f2f;
/* Tailwind (arbitrary) */
class="text-[#b85f2f] bg-[#b85f2f]"
/* SCSS */
$brand: #b85f2f;
/* SwiftUI */
Color(red: 0.722, green: 0.373, blue: 0.184)
/* Android */
Color.parseColor("#b85f2f")
/* Flutter */
Color(0xFFB85F2F)
/* Python / OpenCV (BGR) */
(47, 95, 184)

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

Accessibility — WCAG contrast

Aa
#b85f2f on white: 4.45:1
AA ✗ fail · AA-large · AAA
Aa
#b85f2f on black: 4.72:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #786B29
deuteranopia · #8D7F2E
tritanopia · #CA4C55

Color scale — 50 to 950

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

#FBF6F4
#F7EEE9
#EFD9CD
#E8BDA6
#DD9C79
#D17B4C
#b85f2f
#A2542A
#824321
#5F331C
#3B2011
Base = 600Lightest = 50 · #FBF6F4Darkest = 950 · #3B2011
:root {
  --brand-50: #FBF6F4;
  --brand-100: #F7EEE9;
  --brand-200: #EFD9CD;
  --brand-300: #E8BDA6;
  --brand-400: #DD9C79;
  --brand-500: #D17B4C;
  --brand-600: #b85f2f;
  --brand-700: #A2542A;
  --brand-800: #824321;
  --brand-900: #5F331C;
  --brand-950: #3B2011;
  --brand: #b85f2f;
  --brand-ink: #000000;
}

Colors that work with #b85f2f

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#FAF6F4
Tinted page background
Border#EDCFC0
Hairlines and dividers
Muted text#9B674B
Captions on the surface
Accent#259AA7
Second voice, not a rival
Dark variant#66341A
Hover, pressed, headers
Light variant#FAF0EB
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 #b85f2f

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
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • 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#2F88B8
Analogous left#B82F44
Analogous right#B8A32F
Split-complement 1#2FB8A3
Split-complement 2#2F44B8
Triadic 1#2FB85F
Triadic 2#5F2FB8
Tetradic#44B82F

RGB percentages

Red72.2%
Green37.3%
Blue18.4%

CMYK percentages

Cyan0.0%
Magenta48.4%
Yellow74.5%
Key (black)27.8%

Color previews

#b85f2f text on a black background

contrast 4.72:1

Card sample

#b85f2f text on a white background

contrast 4.45:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(184, 95, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 95, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85f2f;
background: linear-gradient(135deg, #b85f2f, #B6B82F);

Monochromatic scale

Palettes built from #b85f2f

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.

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

#b85f2f, answered

What color is #b85f2f?

#b85f2f is a balanced vivid orange, closest to Sienna (ΔE2000 6.8). It sits at 21° on the hue wheel with 59% saturation and 45% lightness, which reads as warm.

What is the RGB value of #b85f2f?

rgb(184, 95, 47) — 184 red, 95 green and 47 blue out of 255, or 72.2% / 37.3% / 18.4% by channel.

Is #b85f2f a light or a dark color?

It is a mid-tone. Relative luminance is 0.1858 and perceived brightness is 49%, so black text on it reaches 4.72:1.

Should I use black or white text on #b85f2f?

Black. It scores 4.72:1 against #b85f2f, versus 4.45:1 for white — AA at any size.

What is the complementary color of #b85f2f?

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

What colors go well with #b85f2f?

For interface work: #FAF6F4 as the surface, #EDCFC0 for borders, #9B674B for secondary text, #259AA7 as an accent and #66341A for hover and pressed states. For a palette, the analogous pair #B82F44 and #B8A32F stays calm, while #2F88B8 is the loudest partner.

What is #b85f2f in CMYK for printing?

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

Is #b85f2f 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 #CB7135; nudged cooler, #BA2D2F.

Work with #b85f2f in the Color Lab