Skip to content

#bc9b3a

a balanced, vivid yellow · warm · closest name: Goldenrod

RGB
188, 155, 58
HSL
45°, 53%, 48%
CMYK
0, 18, 69, 26
Luminance
0.3444

At a glance

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

Hex
#bc9b3a
Hue
45°
yellow
Saturation
53%
vivid
Lightness
48%
balanced
Brightness
74%
HSV value
Perceived
62%
weighted brightness
Luminance
0.3444
WCAG relative
Temperature
Warm
12/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
7.89:1
Closest name
Goldenrod
ΔE2000 7
Where it sits
Hue45° of 360°
Saturation53%
Lightness48%
Temperature
Warm ← → Cool12% 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#bc9b3a
RGBrgb(188, 155, 58)
HSLhsl(45, 53%, 48%)
CMYKcmyk(0%, 18%, 69%, 26%)
LABlab(65.3 1.7 53.4)
LCHlch(65.3 53.4 88.1)
OKLCHoklch(0.702 0.120 89.9)
Decimal12360506
Display P3color(display-p3 0.737 0.608 0.227)

Copy-ready code

/* CSS */
color: #bc9b3a;
background-color: #bc9b3a;
/* Tailwind (arbitrary) */
class="text-[#bc9b3a] bg-[#bc9b3a]"
/* SCSS */
$brand: #bc9b3a;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.227)
/* Android */
Color.parseColor("#bc9b3a")
/* Flutter */
Color(0xFFBC9B3A)
/* Python / OpenCV (BGR) */
(58, 155, 188)

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

Accessibility — WCAG contrast

Aa
#bc9b3a on white: 2.66:1
AA ✗ fail · AA-large · AAA
Aa
#bc9b3a on black: 7.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #AC992E
deuteranopia · #B4A23F
tritanopia · #CB8E87

Color scale — 50 to 950

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

#FBF9F4
#F6F3E9
#EDE5CE
#E5D6A9
#D7C17E
#CAAC54
#bc9b3a
#9C8130
#7D6727
#5B4C1F
#392F14
Base = 600Lightest = 50 · #FBF9F4Darkest = 950 · #392F14
:root {
  --brand-50: #FBF9F4;
  --brand-100: #F6F3E9;
  --brand-200: #EDE5CE;
  --brand-300: #E5D6A9;
  --brand-400: #D7C17E;
  --brand-500: #CAAC54;
  --brand-600: #bc9b3a;
  --brand-700: #9C8130;
  --brand-800: #7D6727;
  --brand-900: #5B4C1F;
  --brand-950: #392F14;
  --brand: #bc9b3a;
  --brand-ink: #000000;
}

Colors that work with #bc9b3a

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#ECE1C1
Hairlines and dividers
Muted text#9B874B
Captions on the surface
Accent#357BC1
Second voice, not a rival
Dark variant#61501E
Hover, pressed, headers
Light variant#F9F6EC
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 #bc9b3a

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#3A5BBC
Analogous left#BC5A3A
Analogous right#9CBC3A
Split-complement 1#3A9CBC
Split-complement 2#5A3ABC
Triadic 1#3ABC9B
Triadic 2#9B3ABC
Tetradic#3ABC5A

RGB percentages

Red73.7%
Green60.8%
Blue22.7%

CMYK percentages

Cyan0.0%
Magenta17.6%
Yellow69.1%
Key (black)26.3%

Color previews

#bc9b3a text on a black background

contrast 7.89:1

Card sample

#bc9b3a text on a white background

contrast 2.66:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(188, 155, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9b3a;
background: linear-gradient(135deg, #bc9b3a, #86BC3A);

Monochromatic scale

Palettes built from #bc9b3a

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.

#bc9b3a 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

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

#bc9b3a, answered

What color is #bc9b3a?

#bc9b3a is a balanced vivid yellow, closest to Goldenrod (ΔE2000 7). It sits at 45° on the hue wheel with 53% saturation and 48% lightness, which reads as warm.

What is the RGB value of #bc9b3a?

rgb(188, 155, 58) — 188 red, 155 green and 58 blue out of 255, or 73.7% / 60.8% / 22.7% by channel.

Is #bc9b3a a light or a dark color?

It is a mid-tone. Relative luminance is 0.3444 and perceived brightness is 62%, so black text on it reaches 7.89:1.

Should I use black or white text on #bc9b3a?

Black. It scores 7.89:1 against #bc9b3a, versus 2.66:1 for white — AAA at any size.

What is the complementary color of #bc9b3a?

#3A5BBC sits directly opposite on the wheel. Softer options are the split-complements #3A9CBC and #5A3ABC, which give the same contrast with far less vibration.

What colors go well with #bc9b3a?

For interface work: #FAF9F4 as the surface, #ECE1C1 for borders, #9B874B for secondary text, #357BC1 as an accent and #61501E for hover and pressed states. For a palette, the analogous pair #BC5A3A and #9CBC3A stays calm, while #3A5BBC is the loudest partner.

What is #bc9b3a in CMYK for printing?

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

Is #bc9b3a warm or cool?

Warm — it scores 12 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BC803A; nudged cooler, #AFBE38.

Work with #bc9b3a in the Color Lab