Skip to content

#4f2d0f

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

RGB
79, 45, 15
HSL
28°, 68%, 18%
CMYK
0, 43, 81, 69
Luminance
0.0357

At a glance

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

Hex
#4f2d0f
Hue
28°
orange
Saturation
68%
vivid
Lightness
18%
deep
Brightness
31%
HSV value
Perceived
22%
weighted brightness
Luminance
0.0357
WCAG relative
Temperature
Warm
1/100 cool
Color family
Orange
Tone
Vivid
Best ink
White
12.25:1
Closest name
Saddle Brown
ΔE2000 14.3
Where it sits
Hue28° of 360°
Saturation68%
Lightness18%
Temperature
Warm ← → Cool1% 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#4f2d0f
RGBrgb(79, 45, 15)
HSLhsl(28, 68%, 18%)
CMYKcmyk(0%, 43%, 81%, 69%)
LABlab(22.2 12.8 25.2)
LCHlch(22.2 28.2 63.1)
OKLCHoklch(0.334 0.066 58.7)
Decimal5188879
Display P3color(display-p3 0.310 0.176 0.059)

Copy-ready code

/* CSS */
color: #4f2d0f;
background-color: #4f2d0f;
/* Tailwind (arbitrary) */
class="text-[#4f2d0f] bg-[#4f2d0f]"
/* SCSS */
$brand: #4f2d0f;
/* SwiftUI */
Color(red: 0.310, green: 0.176, blue: 0.059)
/* Android */
Color.parseColor("#4f2d0f")
/* Flutter */
Color(0xFF4F2D0F)
/* Python / OpenCV (BGR) */
(15, 45, 79)

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

Accessibility — WCAG contrast

Aa
#4f2d0f on white: 12.25:1
AA ✓ pass · AA-large · AAA
Aa
#4f2d0f on black: 1.71:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #37300B
deuteranopia · #3F380F
tritanopia · #572627

Color scale — 50 to 950

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

#FBF7F3
#F8EFE8
#F2DDCA
#EDC4A1
#E4A772
#DB8A42
#CE7527
#AB6221
#894E1A
#643B17
#4f2d0f
Base = 950Lightest = 50 · #FBF7F3Darkest = 950 · #4f2d0f
:root {
  --brand-50: #FBF7F3;
  --brand-100: #F8EFE8;
  --brand-200: #F2DDCA;
  --brand-300: #EDC4A1;
  --brand-400: #E4A772;
  --brand-500: #DB8A42;
  --brand-600: #CE7527;
  --brand-700: #AB6221;
  --brand-800: #894E1A;
  --brand-900: #643B17;
  --brand-950: #4f2d0f;
  --brand: #4f2d0f;
  --brand-ink: #ffffff;
}

Colors that work with #4f2d0f

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#FAF7F4
Tinted page background
Border#EDD5C0
Hairlines and dividers
Muted text#9B704B
Captions on the surface
Accent#0D4251
Second voice, not a rival
Dark variant#6B3D14
Hover, pressed, headers
Light variant#FBF2EA
Selected rows, tints
Dark surface#241C14
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 #4f2d0f

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#0F314F
Analogous left#4F0F11
Analogous right#4F4D0F
Split-complement 1#0F4F4D
Split-complement 2#0F114F
Triadic 1#0F4F2D
Triadic 2#2D0F4F
Tetradic#114F0F

RGB percentages

Red31.0%
Green17.6%
Blue5.9%

CMYK percentages

Cyan0.0%
Magenta43.0%
Yellow81.0%
Key (black)69.0%

Color previews

#4f2d0f text on a black background

contrast 1.71:1

Card sample

#4f2d0f text on a white background

contrast 12.25:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(79, 45, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 45, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2d0f;
background: linear-gradient(135deg, #4f2d0f, #464F0F);

Monochromatic scale

Palettes built from #4f2d0f

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.

#4f2d0f 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.

#4f2d0f, answered

What color is #4f2d0f?

#4f2d0f is a deep vivid orange, closest to Saddle Brown (ΔE2000 14.3). It sits at 28° on the hue wheel with 68% saturation and 18% lightness, which reads as warm.

What is the RGB value of #4f2d0f?

rgb(79, 45, 15) — 79 red, 45 green and 15 blue out of 255, or 31% / 17.6% / 5.9% by channel.

Is #4f2d0f a light or a dark color?

It is a dark color. Relative luminance is 0.0357 and perceived brightness is 22%, so white text on it reaches 12.25:1.

Should I use black or white text on #4f2d0f?

White. It scores 12.25:1 against #4f2d0f, versus 1.71:1 for black — AAA at any size.

What is the complementary color of #4f2d0f?

#0F314F sits directly opposite on the wheel. Softer options are the split-complements #0F4F4D and #0F114F, which give the same contrast with far less vibration.

What colors go well with #4f2d0f?

For interface work: #FAF7F4 as the surface, #EDD5C0 for borders, #9B704B for secondary text, #0D4251 as an accent and #6B3D14 for hover and pressed states. For a palette, the analogous pair #4F0F11 and #4F4D0F stays calm, while #0F314F is the loudest partner.

What is #4f2d0f in CMYK for printing?

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

Is #4f2d0f warm or cool?

Warm — it scores 1 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #643613; nudged cooler, #50150E.

Work with #4f2d0f in the Color Lab