#bdbb68
a balanced, soft yellow · warm · closest name: Dark Khaki
At a glance
Every number on this page in one read: what #bdbb68 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 | #bdbb68 |
| RGB | rgb(189, 187, 104) |
| HSL | hsl(59, 39%, 58%) |
| CMYK | cmyk(0%, 1%, 45%, 26%) |
| LAB | lab(74.4 -11.2 42.1) |
| LCH | lch(74.4 43.5 104.9) |
| OKLCH | oklch(0.776 0.106 107.4) |
| Decimal | 12434280 |
| Display P3 | color(display-p3 0.741 0.733 0.408) |
Copy-ready code
/* CSS */
color: #bdbb68;
background-color: #bdbb68;
/* Tailwind (arbitrary) */
class="text-[#bdbb68] bg-[#bdbb68]"
/* SCSS */
$brand: #bdbb68;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.408)
/* Android */
Color.parseColor("#bdbb68")
/* Flutter */
Color(0xFFBDBB68)
/* Python / OpenCV (BGR) */
(104, 187, 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. #bdbb68 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAFAF5;
--brand-100: #F4F4EB;
--brand-200: #E9E9D2;
--brand-300: #DDDCB1;
--brand-400: #CCCA8A;
--brand-500: #bdbb68;
--brand-600: #AAA84A;
--brand-700: #8E8C3E;
--brand-800: #727032;
--brand-900: #535227;
--brand-950: #343318;
--brand: #bdbb68;
--brand-ink: #000000;
}Colors that work with #bdbb68
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 #bdbb68
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #686ABD | Directly opposite — maximum tension | |
| Analogous left | #BD9168 | Neighbour, quieter | |
| Analogous right | #95BD68 | Neighbour, quieter | |
| Split-complement 1 | #6895BD | Contrast without the clash | |
| Split-complement 2 | #9168BD | Contrast without the clash | |
| Triadic 1 | #68BDBB | Even thirds — balanced and loud | |
| Triadic 2 | #BB68BD | Even thirds — balanced and loud | |
| Tetradic | #68BD91 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bdbb68 text on a black background
contrast 10.47:1
#bdbb68 text on a white background
contrast 2.01:1
CSS3 live lab
The quick brown fox
color: #bdbb68;
background-color: #bdbb68;
Glowing headline
text-shadow: 2px 2px 8px #bdbb68;
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 104, 0.45);
box-shadow: 0 12px 32px -8px rgba(189, 187, 104, 0.45);
border: 3px solid #bdbb68; background: linear-gradient(135deg, #bdbb68, #86BD68);
Monochromatic scale
Palettes built from #bdbb68
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: Sand (#c2b280) — ΔE2000 8 away, with its history, psychology and brand usage.
#bdbb68 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.
#bdbb68, answered
What color is #bdbb68?
#bdbb68 is a balanced soft yellow, closest to Dark Khaki (ΔE2000 1.8). It sits at 59° on the hue wheel with 39% saturation and 58% lightness, which reads as warm.
What is the RGB value of #bdbb68?
rgb(189, 187, 104) — 189 red, 187 green and 104 blue out of 255, or 74.1% / 73.3% / 40.8% by channel.
Is #bdbb68 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4736 and perceived brightness is 71%, so black text on it reaches 10.47:1.
Should I use black or white text on #bdbb68?
Black. It scores 10.47:1 against #bdbb68, versus 2.01:1 for white — AAA at any size.
What is the complementary color of #bdbb68?
#686ABD sits directly opposite on the wheel. Softer options are the split-complements #6895BD and #9168BD, which give the same contrast with far less vibration.
What colors go well with #bdbb68?
For interface work: #FAFAF4 as the surface, #E6E5C6 for borders, #9B994B for secondary text, #647DC1 as an accent and #595827 for hover and pressed states. For a palette, the analogous pair #BD9168 and #95BD68 stays calm, while #686ABD is the loudest partner.
What is #bdbb68 in CMYK for printing?
cmyk(0%, 1%, 45%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bdbb68 warm or cool?
Warm — it scores 24 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BD9C68; nudged cooler, #A1BF66.