Skip to content

#8e3c21

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

RGB
142, 60, 33
HSL
15°, 62%, 34%
CMYK
0, 58, 77, 44
Luminance
0.0909

At a glance

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

Hex
#8e3c21
Hue
15°
red
Saturation
62%
vivid
Lightness
34%
dark
Brightness
56%
HSV value
Perceived
36%
weighted brightness
Luminance
0.0909
WCAG relative
Temperature
Warm
8/100 cool
Color family
Red
Tone
Vivid
Best ink
White
7.45:1
Closest name
Saddle Brown
ΔE2000 7.1
Where it sits
Hue15° of 360°
Saturation62%
Lightness34%
Temperature
Warm ← → Cool8% 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#8e3c21
RGBrgb(142, 60, 33)
HSLhsl(15, 62%, 34%)
CMYKcmyk(0%, 58%, 77%, 44%)
LABlab(36.2 33.1 33.0)
LCHlch(36.2 46.8 45.0)
OKLCHoklch(0.462 0.119 38.4)
Decimal9321505
Display P3color(display-p3 0.557 0.235 0.129)

Copy-ready code

/* CSS */
color: #8e3c21;
background-color: #8e3c21;
/* Tailwind (arbitrary) */
class="text-[#8e3c21] bg-[#8e3c21]"
/* SCSS */
$brand: #8e3c21;
/* SwiftUI */
Color(red: 0.557, green: 0.235, blue: 0.129)
/* Android */
Color.parseColor("#8e3c21")
/* Flutter */
Color(0xFF8E3C21)
/* Python / OpenCV (BGR) */
(33, 60, 142)

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

Accessibility — WCAG contrast

Aa
#8e3c21 on white: 7.45:1
AA ✓ pass · AA-large · AAA
Aa
#8e3c21 on black: 2.82:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #534A1E
deuteranopia · #675C1F
tritanopia · #9C2A36

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #8e3c21 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.

#FBF5F4
#F7ECE8
#F0D5CC
#EAB5A4
#DF9076
#D56C49
#C7542E
#A64626
#8e3c21
#602C1A
#3C1B10
Base = 800Lightest = 50 · #FBF5F4Darkest = 950 · #3C1B10
:root {
  --brand-50: #FBF5F4;
  --brand-100: #F7ECE8;
  --brand-200: #F0D5CC;
  --brand-300: #EAB5A4;
  --brand-400: #DF9076;
  --brand-500: #D56C49;
  --brand-600: #C7542E;
  --brand-700: #A64626;
  --brand-800: #8e3c21;
  --brand-900: #602C1A;
  --brand-950: #3C1B10;
  --brand: #8e3c21;
  --brand-ink: #ffffff;
}

Colors that work with #8e3c21

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#EDCBC0
Hairlines and dividers
Muted text#9B5F4B
Captions on the surface
Accent#1D9191
Second voice, not a rival
Dark variant#672C18
Hover, pressed, headers
Light variant#FAEEEA
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 #8e3c21

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#21738E
Analogous left#8E213C
Analogous right#8E7321
Split-complement 1#218E73
Split-complement 2#213C8E
Triadic 1#218E3C
Triadic 2#3C218E
Tetradic#3C8E21

RGB percentages

Red55.7%
Green23.5%
Blue12.9%

CMYK percentages

Cyan0.0%
Magenta57.7%
Yellow76.8%
Key (black)44.3%

Color previews

#8e3c21 text on a black background

contrast 2.82:1

Card sample

#8e3c21 text on a white background

contrast 7.45:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(142, 60, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 60, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e3c21;
background: linear-gradient(135deg, #8e3c21, #8E8521);

Monochromatic scale

Palettes built from #8e3c21

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.

#8e3c21 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Food and drinkEntertainmentRetailSport
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#8e3c21, answered

What color is #8e3c21?

#8e3c21 is a dark vivid red, closest to Saddle Brown (ΔE2000 7.1). It sits at 15° on the hue wheel with 62% saturation and 34% lightness, which reads as warm.

What is the RGB value of #8e3c21?

rgb(142, 60, 33) — 142 red, 60 green and 33 blue out of 255, or 55.7% / 23.5% / 12.9% by channel.

Is #8e3c21 a light or a dark color?

It is a dark color. Relative luminance is 0.0909 and perceived brightness is 36%, so white text on it reaches 7.45:1.

Should I use black or white text on #8e3c21?

White. It scores 7.45:1 against #8e3c21, versus 2.82:1 for black — AAA at any size.

What is the complementary color of #8e3c21?

#21738E sits directly opposite on the wheel. Softer options are the split-complements #218E73 and #213C8E, which give the same contrast with far less vibration.

What colors go well with #8e3c21?

For interface work: #FAF6F4 as the surface, #EDCBC0 for borders, #9B5F4B for secondary text, #1D9191 as an accent and #672C18 for hover and pressed states. For a palette, the analogous pair #8E213C and #8E7321 stays calm, while #21738E is the loudest partner.

What is #8e3c21 in CMYK for printing?

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

Is #8e3c21 warm or cool?

Warm — it scores 8 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8E4921; nudged cooler, #901F2D.

Work with #8e3c21 in the Color Lab