#bc932b
a balanced, vivid yellow · warm · closest name: Dark Goldenrod
At a glance
Every number on this page in one read: what #bc932b is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bc932b |
| RGB | rgb(188, 147, 43) |
| HSL | hsl(43, 63%, 45%) |
| CMYK | cmyk(0%, 22%, 77%, 26%) |
| LAB | lab(63.1 5.4 57.3) |
| LCH | lch(63.1 57.5 84.6) |
| OKLCH | oklch(0.684 0.126 85.9) |
| Decimal | 12358443 |
| Display P3 | color(display-p3 0.737 0.576 0.169) |
Copy-ready code
/* CSS */
color: #bc932b;
background-color: #bc932b;
/* Tailwind (arbitrary) */
class="text-[#bc932b] bg-[#bc932b]"
/* SCSS */
$brand: #bc932b;
/* SwiftUI */
Color(red: 0.737, green: 0.576, blue: 0.169)
/* Android */
Color.parseColor("#bc932b")
/* Flutter */
Color(0xFFBC932B)
/* Python / OpenCV (BGR) */
(43, 147, 188)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #bc932b 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.
:root {
--brand-50: #FBF9F4;
--brand-100: #F7F3E8;
--brand-200: #F0E6CC;
--brand-300: #EAD6A4;
--brand-400: #E0C276;
--brand-500: #D5AD48;
--brand-600: #bc932b;
--brand-700: #A68226;
--brand-800: #85681E;
--brand-900: #614D1A;
--brand-950: #3C3010;
--brand: #bc932b;
--brand-ink: #000000;
}Colors that work with #bc932b
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #bc932b
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠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 | #2B54BC | Directly opposite — maximum tension | |
| Analogous left | #BC4A2B | Neighbour, quieter | |
| Analogous right | #9DBC2B | Neighbour, quieter | |
| Split-complement 1 | #2B9DBC | Contrast without the clash | |
| Split-complement 2 | #4A2BBC | Contrast without the clash | |
| Triadic 1 | #2BBC93 | Even thirds — balanced and loud | |
| Triadic 2 | #932BBC | Even thirds — balanced and loud | |
| Tetradic | #2BBC4A | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bc932b text on a black background
contrast 7.35:1
#bc932b text on a white background
contrast 2.86:1
CSS3 live lab
The quick brown fox
color: #bc932b;
background-color: #bc932b;
Glowing headline
text-shadow: 2px 2px 8px #bc932b;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 147, 43, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 147, 43, 0.45);
border: 3px solid #bc932b; background: linear-gradient(135deg, #bc932b, #84BC2B);
Monochromatic scale
Palettes built from #bc932b
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.
Closest color with a full write-up: Goldenrod (#daa520) — ΔE2000 7 away, with its history, psychology and brand usage.
#bc932b in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#bc932b, answered
What color is #bc932b?
#bc932b is a balanced vivid yellow, closest to Dark Goldenrod (ΔE2000 4.5). It sits at 43° on the hue wheel with 63% saturation and 45% lightness, which reads as warm.
What is the RGB value of #bc932b?
rgb(188, 147, 43) — 188 red, 147 green and 43 blue out of 255, or 73.7% / 57.6% / 16.9% by channel.
Is #bc932b a light or a dark color?
It is a mid-tone. Relative luminance is 0.3173 and perceived brightness is 60%, so black text on it reaches 7.35:1.
Should I use black or white text on #bc932b?
Black. It scores 7.35:1 against #bc932b, versus 2.86:1 for white — AAA at any size.
What is the complementary color of #bc932b?
#2B54BC sits directly opposite on the wheel. Softer options are the split-complements #2B9DBC and #4A2BBC, which give the same contrast with far less vibration.
What colors go well with #bc932b?
For interface work: #FAF9F4 as the surface, #EDE0C0 for borders, #9B844B for secondary text, #2679C1 as an accent and #685118 for hover and pressed states. For a palette, the analogous pair #BC4A2B and #9DBC2B stays calm, while #2B54BC is the loudest partner.
What is #bc932b in CMYK for printing?
cmyk(0%, 22%, 77%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bc932b 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 #BC792B; nudged cooler, #B2BE29.