Skip to content

#8d6b13

a dark, electric yellow · warm · closest name: Dark Goldenrod

RGB
141, 107, 19
HSL
43°, 76%, 31%
CMYK
0, 24, 87, 45
Luminance
0.1623

At a glance

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

Hex
#8d6b13
Hue
43°
yellow
Saturation
76%
electric
Lightness
31%
dark
Brightness
55%
HSV value
Perceived
44%
weighted brightness
Luminance
0.1623
WCAG relative
Temperature
Warm
11/100 cool
Color family
Yellow
Tone
Electric
Best ink
White
4.95:1
Closest name
Dark Goldenrod
ΔE2000 12.4
Where it sits
Hue43° of 360°
Saturation76%
Lightness31%
Temperature
Warm ← → Cool11% 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#8d6b13
RGBrgb(141, 107, 19)
HSLhsl(43, 76%, 31%)
CMYKcmyk(0%, 24%, 87%, 45%)
LABlab(47.3 5.4 49.5)
LCHlch(47.3 49.8 83.7)
OKLCHoklch(0.547 0.106 85.0)
Decimal9267987
Display P3color(display-p3 0.553 0.420 0.075)

Copy-ready code

/* CSS */
color: #8d6b13;
background-color: #8d6b13;
/* Tailwind (arbitrary) */
class="text-[#8d6b13] bg-[#8d6b13]"
/* SCSS */
$brand: #8d6b13;
/* SwiftUI */
Color(red: 0.553, green: 0.420, blue: 0.075)
/* Android */
Color.parseColor("#8d6b13")
/* Flutter */
Color(0xFF8D6B13)
/* Python / OpenCV (BGR) */
(19, 107, 141)

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

Accessibility — WCAG contrast

Aa
#8d6b13 on white: 4.95:1
AA ✓ pass · AA-large · AAA
Aa
#8d6b13 on black: 4.25:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #7A6B00
deuteranopia · #827419
tritanopia · #9A605B

Color scale — 50 to 950

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

#FCF9F3
#F9F4E7
#F4E8C8
#F2DA9C
#EBC76B
#E4B539
#D8A41D
#B48918
#8d6b13
#685012
#41320B
Base = 800Lightest = 50 · #FCF9F3Darkest = 950 · #41320B
:root {
  --brand-50: #FCF9F3;
  --brand-100: #F9F4E7;
  --brand-200: #F4E8C8;
  --brand-300: #F2DA9C;
  --brand-400: #EBC76B;
  --brand-500: #E4B539;
  --brand-600: #D8A41D;
  --brand-700: #B48918;
  --brand-800: #8d6b13;
  --brand-900: #685012;
  --brand-950: #41320B;
  --brand: #8d6b13;
  --brand-ink: #ffffff;
}

Colors that work with #8d6b13

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#FAF9F4
Tinted page background
Border#EDE0C0
Hairlines and dividers
Muted text#9B854B
Captions on the surface
Accent#105490
Second voice, not a rival
Dark variant#70550F
Hover, pressed, headers
Light variant#FCF7E9
Selected rows, tints
Dark surface#242014
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 #8d6b13

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
  • Full-page backgrounds — tiring over long sessions
  • Black text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#13358D
Analogous left#8D2E13
Analogous right#728D13
Split-complement 1#13728D
Split-complement 2#2E138D
Triadic 1#138D6B
Triadic 2#6B138D
Tetradic#138D2E

RGB percentages

Red55.3%
Green42.0%
Blue7.5%

CMYK percentages

Cyan0.0%
Magenta24.1%
Yellow86.5%
Key (black)44.7%

Color previews

#8d6b13 text on a black background

contrast 4.25:1

Card sample

#8d6b13 text on a white background

contrast 4.95:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(141, 107, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 107, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d6b13;
background: linear-gradient(135deg, #8d6b13, #5E8D13);

Monochromatic scale

Palettes built from #8d6b13

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.

#8d6b13 in the real world

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

Industries
RetailLeisureEnergyWarning systems
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#8d6b13, answered

What color is #8d6b13?

#8d6b13 is a dark electric yellow, closest to Dark Goldenrod (ΔE2000 12.4). It sits at 43° on the hue wheel with 76% saturation and 31% lightness, which reads as warm.

What is the RGB value of #8d6b13?

rgb(141, 107, 19) — 141 red, 107 green and 19 blue out of 255, or 55.3% / 42% / 7.5% by channel.

Is #8d6b13 a light or a dark color?

It is a dark color. Relative luminance is 0.1623 and perceived brightness is 44%, so white text on it reaches 4.95:1.

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

White. It scores 4.95:1 against #8d6b13, versus 4.25:1 for black — AA at any size.

What is the complementary color of #8d6b13?

#13358D sits directly opposite on the wheel. Softer options are the split-complements #13728D and #2E138D, which give the same contrast with far less vibration.

What colors go well with #8d6b13?

For interface work: #FAF9F4 as the surface, #EDE0C0 for borders, #9B854B for secondary text, #105490 as an accent and #70550F for hover and pressed states. For a palette, the analogous pair #8D2E13 and #728D13 stays calm, while #13358D is the loudest partner.

What is #8d6b13 in CMYK for printing?

cmyk(0%, 24%, 87%, 45%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #8d6b13 warm or cool?

Warm — it scores 11 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8D5313; nudged cooler, #848F11.

Work with #8d6b13 in the Color Lab