#bda721
a dark, vivid yellow · warm · closest name: Goldenrod
At a glance
Every number on this page in one read: what #bda721 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 | #bda721 |
| RGB | rgb(189, 167, 33) |
| HSL | hsl(52, 70%, 44%) |
| CMYK | cmyk(0%, 12%, 83%, 26%) |
| LAB | lab(68.4 -5.3 65.3) |
| LCH | lch(68.4 65.5 94.6) |
| OKLCH | oklch(0.726 0.142 99.1) |
| Decimal | 12429089 |
| Display P3 | color(display-p3 0.741 0.655 0.129) |
Copy-ready code
/* CSS */
color: #bda721;
background-color: #bda721;
/* Tailwind (arbitrary) */
class="text-[#bda721] bg-[#bda721]"
/* SCSS */
$brand: #bda721;
/* SwiftUI */
Color(red: 0.741, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#bda721")
/* Flutter */
Color(0xFFBDA721)
/* Python / OpenCV (BGR) */
(33, 167, 189)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. #bda721 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.
:root {
--brand-50: #FCFAF3;
--brand-100: #F8F6E7;
--brand-200: #F2EDC9;
--brand-300: #EEE39F;
--brand-400: #E6D570;
--brand-500: #DEC740;
--brand-600: #D0B824;
--brand-700: #bda721;
--brand-800: #8B7B18;
--brand-900: #655A16;
--brand-950: #3F380E;
--brand: #bda721;
--brand-ink: #000000;
}Colors that work with #bda721
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 #bda721
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
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #2137BD | Directly opposite — maximum tension | |
| Analogous left | #BD5921 | Neighbour, quieter | |
| Analogous right | #85BD21 | Neighbour, quieter | |
| Split-complement 1 | #2185BD | Contrast without the clash | |
| Split-complement 2 | #5921BD | Contrast without the clash | |
| Triadic 1 | #21BDA7 | Even thirds — balanced and loud | |
| Triadic 2 | #A721BD | Even thirds — balanced and loud | |
| Tetradic | #21BD59 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bda721 text on a black background
contrast 8.71:1
#bda721 text on a white background
contrast 2.41:1
CSS3 live lab
The quick brown fox
color: #bda721;
background-color: #bda721;
Glowing headline
text-shadow: 2px 2px 8px #bda721;
Soft neon halo
text-shadow: 0 0 14px rgba(189, 167, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(189, 167, 33, 0.45);
border: 3px solid #bda721; background: linear-gradient(135deg, #bda721, #6BBD21);
Monochromatic scale
Palettes built from #bda721
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 8.7 away, with its history, psychology and brand usage.
#bda721 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.
#bda721, answered
What color is #bda721?
#bda721 is a dark vivid yellow, closest to Goldenrod (ΔE2000 8.7). It sits at 52° on the hue wheel with 70% saturation and 44% lightness, which reads as warm.
What is the RGB value of #bda721?
rgb(189, 167, 33) — 189 red, 167 green and 33 blue out of 255, or 74.1% / 65.5% / 12.9% by channel.
Is #bda721 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3857 and perceived brightness is 65%, so black text on it reaches 8.71:1.
Should I use black or white text on #bda721?
Black. It scores 8.71:1 against #bda721, versus 2.41:1 for white — AAA at any size.
What is the complementary color of #bda721?
#2137BD sits directly opposite on the wheel. Softer options are the split-complements #2185BD and #5921BD, which give the same contrast with far less vibration.
What colors go well with #bda721?
For interface work: #FAFAF4 as the surface, #EDE6C0 for borders, #9B904B for secondary text, #1D5DC1 as an accent and #6D6013 for hover and pressed states. For a palette, the analogous pair #BD5921 and #85BD21 stays calm, while #2137BD is the loudest partner.
What is #bda721 in CMYK for printing?
cmyk(0%, 12%, 83%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bda721 warm or cool?
Warm — it scores 18 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BD7F21; nudged cooler, #9BBF1F.