#bdaba4
a light, soft orange · warm · closest name: Dark Gray
At a glance
Every number on this page in one read: what #bdaba4 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 | #bdaba4 |
| RGB | rgb(189, 171, 164) |
| HSL | hsl(17, 16%, 69%) |
| CMYK | cmyk(0%, 10%, 13%, 26%) |
| LAB | lab(71.3 5.3 6.0) |
| LCH | lch(71.3 8.0 48.4) |
| OKLCH | oklch(0.755 0.023 42.5) |
| Decimal | 12430244 |
| Display P3 | color(display-p3 0.741 0.671 0.643) |
Copy-ready code
/* CSS */
color: #bdaba4;
background-color: #bdaba4;
/* Tailwind (arbitrary) */
class="text-[#bdaba4] bg-[#bdaba4]"
/* SCSS */
$brand: #bdaba4;
/* SwiftUI */
Color(red: 0.741, green: 0.671, blue: 0.643)
/* Android */
Color.parseColor("#bdaba4")
/* Flutter */
Color(0xFFBDABA4)
/* Python / OpenCV (BGR) */
(164, 171, 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. #bdaba4 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F8F7F6;
--brand-100: #F2EFEE;
--brand-200: #E2DCD9;
--brand-300: #D0C3BE;
--brand-400: #bdaba4;
--brand-500: #A1877D;
--brand-600: #8E7267;
--brand-700: #765F56;
--brand-800: #5F4C45;
--brand-900: #463934;
--brand-950: #2C2421;
--brand: #bdaba4;
--brand-ink: #000000;
}Colors that work with #bdaba4
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 #bdaba4
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠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 | #A4B6BD | Directly opposite — maximum tension | |
| Analogous left | #BDA4A9 | Neighbour, quieter | |
| Analogous right | #BDB7A4 | Neighbour, quieter | |
| Split-complement 1 | #A4BDB7 | Contrast without the clash | |
| Split-complement 2 | #A4A9BD | Contrast without the clash | |
| Triadic 1 | #A4BDAB | Even thirds — balanced and loud | |
| Triadic 2 | #ABA4BD | Even thirds — balanced and loud | |
| Tetradic | #A9BDA4 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bdaba4 text on a black background
contrast 9.52:1
#bdaba4 text on a white background
contrast 2.20:1
CSS3 live lab
The quick brown fox
color: #bdaba4;
background-color: #bdaba4;
Glowing headline
text-shadow: 2px 2px 8px #bdaba4;
Soft neon halo
text-shadow: 0 0 14px rgba(189, 171, 164, 0.45);
box-shadow: 0 12px 32px -8px rgba(189, 171, 164, 0.45);
border: 3px solid #bdaba4; background: linear-gradient(135deg, #bdaba4, #BDBCA4);
Monochromatic scale
Palettes built from #bdaba4
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: Silver (#c0c0c0) — ΔE2000 9.4 away, with its history, psychology and brand usage.
#bdaba4 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.
#bdaba4, answered
What color is #bdaba4?
#bdaba4 is a light soft orange, closest to Dark Gray (ΔE2000 8.3). It sits at 17° on the hue wheel with 16% saturation and 69% lightness, which reads as warm.
What is the RGB value of #bdaba4?
rgb(189, 171, 164) — 189 red, 171 green and 164 blue out of 255, or 74.1% / 67.1% / 64.3% by channel.
Is #bdaba4 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4262 and perceived brightness is 69%, so black text on it reaches 9.52:1.
Should I use black or white text on #bdaba4?
Black. It scores 9.52:1 against #bdaba4, versus 2.20:1 for white — AAA at any size.
What is the complementary color of #bdaba4?
#A4B6BD sits directly opposite on the wheel. Softer options are the split-complements #A4BDB7 and #A4A9BD, which give the same contrast with far less vibration.
What colors go well with #bdaba4?
For interface work: #F9F7F6 as the surface, #DDD3D0 for borders, #856B61 for secondary text, #52797A as an accent and #4A3B36 for hover and pressed states. For a palette, the analogous pair #BDA4A9 and #BDB7A4 stays calm, while #A4B6BD is the loudest partner.
What is #bdaba4 in CMYK for printing?
cmyk(0%, 10%, 13%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bdaba4 warm or cool?
Warm — it scores 31 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BDAEA4; nudged cooler, #BFA2A5.