Skip to content

#bb8c13

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

RGB
187, 140, 19
HSL
43°, 82%, 40%
CMYK
0, 25, 90, 27
Luminance
0.2937

At a glance

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

Hex
#bb8c13
Hue
43°
yellow
Saturation
82%
electric
Lightness
40%
dark
Brightness
73%
HSV value
Perceived
58%
weighted brightness
Luminance
0.2937
WCAG relative
Temperature
Warm
11/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
6.87:1
Closest name
Dark Goldenrod
ΔE2000 2
Where it sits
Hue43° of 360°
Saturation82%
Lightness40%
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#bb8c13
RGBrgb(187, 140, 19)
HSLhsl(43, 82%, 40%)
CMYKcmyk(0%, 25%, 90%, 27%)
LABlab(61.1 8.0 62.8)
LCHlch(61.1 63.3 82.7)
OKLCHoklch(0.668 0.133 83.7)
Decimal12291091
Display P3color(display-p3 0.733 0.549 0.075)

Copy-ready code

/* CSS */
color: #bb8c13;
background-color: #bb8c13;
/* Tailwind (arbitrary) */
class="text-[#bb8c13] bg-[#bb8c13]"
/* SCSS */
$brand: #bb8c13;
/* SwiftUI */
Color(red: 0.733, green: 0.549, blue: 0.075)
/* Android */
Color.parseColor("#bb8c13")
/* Flutter */
Color(0xFFBB8C13)
/* Python / OpenCV (BGR) */
(19, 140, 187)

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

Accessibility — WCAG contrast

Aa
#bb8c13 on white: 3.06:1
AA ✗ fail · AA-large · AAA
Aa
#bb8c13 on black: 6.87:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A08C00
deuteranopia · #AB981C
tritanopia · #CC7D77

Color scale — 50 to 950

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

#FCF9F2
#F9F4E6
#F6E8C6
#F5DB99
#F0C966
#EAB733
#DEA617
#bb8c13
#946F0F
#6B510F
#43330A
Base = 700Lightest = 50 · #FCF9F2Darkest = 950 · #43330A
:root {
  --brand-50: #FCF9F2;
  --brand-100: #F9F4E6;
  --brand-200: #F6E8C6;
  --brand-300: #F5DB99;
  --brand-400: #F0C966;
  --brand-500: #EAB733;
  --brand-600: #DEA617;
  --brand-700: #bb8c13;
  --brand-800: #946F0F;
  --brand-900: #6B510F;
  --brand-950: #43330A;
  --brand: #bb8c13;
  --brand-ink: #000000;
}

Colors that work with #bb8c13

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#FAF9F4
Tinted page background
Border#EDE0C0
Hairlines and dividers
Muted text#9B844B
Captions on the surface
Accent#0F6CBF
Second voice, not a rival
Dark variant#74570C
Hover, pressed, headers
Light variant#FDF7E8
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 #bb8c13

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
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • 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#1342BB
Analogous left#BB3813
Analogous right#96BB13
Split-complement 1#1396BB
Split-complement 2#3813BB
Triadic 1#13BB8C
Triadic 2#8C13BB
Tetradic#13BB38

RGB percentages

Red73.3%
Green54.9%
Blue7.5%

CMYK percentages

Cyan0.0%
Magenta25.1%
Yellow89.8%
Key (black)26.7%

Color previews

#bb8c13 text on a black background

contrast 6.87:1

Card sample

#bb8c13 text on a white background

contrast 3.06:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(187, 140, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 140, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8c13;
background: linear-gradient(135deg, #bb8c13, #7ABB13);

Monochromatic scale

Palettes built from #bb8c13

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.

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

#bb8c13, answered

What color is #bb8c13?

#bb8c13 is a dark electric yellow, closest to Dark Goldenrod (ΔE2000 2). It sits at 43° on the hue wheel with 82% saturation and 40% lightness, which reads as warm.

What is the RGB value of #bb8c13?

rgb(187, 140, 19) — 187 red, 140 green and 19 blue out of 255, or 73.3% / 54.9% / 7.5% by channel.

Is #bb8c13 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2937 and perceived brightness is 58%, so black text on it reaches 6.87:1.

Should I use black or white text on #bb8c13?

Black. It scores 6.87:1 against #bb8c13, versus 3.06:1 for white — AA at any size.

What is the complementary color of #bb8c13?

#1342BB sits directly opposite on the wheel. Softer options are the split-complements #1396BB and #3813BB, which give the same contrast with far less vibration.

What colors go well with #bb8c13?

For interface work: #FAF9F4 as the surface, #EDE0C0 for borders, #9B844B for secondary text, #0F6CBF as an accent and #74570C for hover and pressed states. For a palette, the analogous pair #BB3813 and #96BB13 stays calm, while #1342BB is the loudest partner.

What is #bb8c13 in CMYK for printing?

cmyk(0%, 25%, 90%, 27%). 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 #bb8c13 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 #BB6F13; nudged cooler, #AEBD11.

Work with #bb8c13 in the Color Lab