Skip to content

#8e3a21

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

RGB
142, 58, 33
HSL
14°, 62%, 34%
CMYK
0, 59, 77, 44
Luminance
0.0889

At a glance

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

Hex
#8e3a21
Hue
14°
red
Saturation
62%
vivid
Lightness
34%
dark
Brightness
56%
HSV value
Perceived
35%
weighted brightness
Luminance
0.0889
WCAG relative
Temperature
Warm
9/100 cool
Color family
Red
Tone
Vivid
Best ink
White
7.56:1
Closest name
Saddle Brown
ΔE2000 7.8
Where it sits
Hue14° of 360°
Saturation62%
Lightness34%
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#8e3a21
RGBrgb(142, 58, 33)
HSLhsl(14, 62%, 34%)
CMYKcmyk(0%, 59%, 77%, 44%)
LABlab(35.8 34.1 32.6)
LCHlch(35.8 47.2 43.7)
OKLCHoklch(0.459 0.120 37.1)
Decimal9320993
Display P3color(display-p3 0.557 0.227 0.129)

Copy-ready code

/* CSS */
color: #8e3a21;
background-color: #8e3a21;
/* Tailwind (arbitrary) */
class="text-[#8e3a21] bg-[#8e3a21]"
/* SCSS */
$brand: #8e3a21;
/* SwiftUI */
Color(red: 0.557, green: 0.227, blue: 0.129)
/* Android */
Color.parseColor("#8e3a21")
/* Flutter */
Color(0xFF8E3A21)
/* Python / OpenCV (BGR) */
(33, 58, 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 #8e3a21 · 7.56:1
Use #ffffffAAA at every size.
Aa
White text · 7.56:1 · recommended
AA pass · AA large pass · AAA pass
Aa
Black text · 2.78:1
AA fail · AA large fail · AAA fail
Reading the other direction: #8e3a21 as text scores 7.56:1 on white and 2.78:1 on black.

Accessibility — WCAG contrast

Aa
#8e3a21 on white: 7.56:1
AA ✓ pass · AA-large · AAA
Aa
#8e3a21 on black: 2.78:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #51491E
deuteranopia · #665B1F
tritanopia · #9C2735

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #8e3a21 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
#F0D4CC
#EAB4A4
#DF8F76
#D56949
#C7512E
#A64426
#8e3a21
#602A1A
#3C1A10
Base = 800Lightest = 50 · #FBF5F4Darkest = 950 · #3C1A10
:root {
  --brand-50: #FBF5F4;
  --brand-100: #F7ECE8;
  --brand-200: #F0D4CC;
  --brand-300: #EAB4A4;
  --brand-400: #DF8F76;
  --brand-500: #D56949;
  --brand-600: #C7512E;
  --brand-700: #A64426;
  --brand-800: #8e3a21;
  --brand-900: #602A1A;
  --brand-950: #3C1A10;
  --brand: #8e3a21;
  --brand-ink: #ffffff;
}

Colors that work with #8e3a21

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#EDCAC0
Hairlines and dividers
Muted text#9B5D4B
Captions on the surface
Accent#1D918F
Second voice, not a rival
Dark variant#672A18
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 #8e3a21

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#21758E
Analogous left#8E213E
Analogous right#8E7121
Split-complement 1#218E71
Split-complement 2#213E8E
Triadic 1#218E3A
Triadic 2#3A218E
Tetradic#3E8E21

RGB percentages

Red55.7%
Green22.7%
Blue12.9%

CMYK percentages

Cyan0.0%
Magenta59.2%
Yellow76.8%
Key (black)44.3%

Color previews

#8e3a21 text on a black background

contrast 2.78:1

Card sample

#8e3a21 text on a white background

contrast 7.56:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #8e3a21

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.

#8e3a21 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.

#8e3a21, answered

What color is #8e3a21?

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

What is the RGB value of #8e3a21?

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

Is #8e3a21 a light or a dark color?

It is a dark color. Relative luminance is 0.0889 and perceived brightness is 35%, so white text on it reaches 7.56:1.

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

White. It scores 7.56:1 against #8e3a21, versus 2.78:1 for black — AAA at any size.

What is the complementary color of #8e3a21?

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

What colors go well with #8e3a21?

For interface work: #FAF6F4 as the surface, #EDCAC0 for borders, #9B5D4B for secondary text, #1D918F as an accent and #672A18 for hover and pressed states. For a palette, the analogous pair #8E213E and #8E7121 stays calm, while #21758E is the loudest partner.

What is #8e3a21 in CMYK for printing?

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

Is #8e3a21 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 #8E4821; nudged cooler, #901F2F.

Work with #8e3a21 in the Color Lab