#bebbc4
a light, muted gray · neutral · closest name: Silver
At a glance
Every number on this page in one read: what #bebbc4 is made of, how bright it looks, and which way it leans.
Near-neutral, so temperature is a whisper rather than a statement — the tinted siblings below show which way it can lean.
Every format
| HEX | #bebbc4 |
| RGB | rgb(190, 187, 196) |
| HSL | hsl(260, 7%, 75%) |
| CMYK | cmyk(3%, 5%, 0%, 23%) |
| LAB | lab(76.4 2.7 -4.2) |
| LCH | lch(76.4 5.0 303.3) |
| OKLCH | oklch(0.797 0.013 301.2) |
| Decimal | 12499908 |
| Display P3 | color(display-p3 0.745 0.733 0.769) |
Copy-ready code
/* CSS */
color: #bebbc4;
background-color: #bebbc4;
/* Tailwind (arbitrary) */
class="text-[#bebbc4] bg-[#bebbc4]"
/* SCSS */
$brand: #bebbc4;
/* SwiftUI */
Color(red: 0.745, green: 0.733, blue: 0.769)
/* Android */
Color.parseColor("#bebbc4")
/* Flutter */
Color(0xFFBEBBC4)
/* Python / OpenCV (BGR) */
(196, 187, 190)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. #bebbc4 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F7F7F8;
--brand-100: #EFEFF1;
--brand-200: #DDDCE0;
--brand-300: #bebbc4;
--brand-400: #A9A5B1;
--brand-500: #8C8797;
--brand-600: #787283;
--brand-700: #645F6D;
--brand-800: #504C57;
--brand-900: #3C3941;
--brand-950: #252429;
--brand: #bebbc4;
--brand-ink: #000000;
}Colors that work with #bebbc4
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 #bebbc4
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Borders, dividers and quiet backgrounds
- ✓Long-form reading surfaces
- ✓Card and section backgrounds
- ✓Neutral UI chrome and typography
- ⚠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 | #C1C4BB | Directly opposite — maximum tension | |
| Analogous left | #BBBCC4 | Neighbour, quieter | |
| Analogous right | #C3BBC4 | Neighbour, quieter | |
| Split-complement 1 | #C4C3BB | Contrast without the clash | |
| Split-complement 2 | #BCC4BB | Contrast without the clash | |
| Triadic 1 | #C4BEBB | Even thirds — balanced and loud | |
| Triadic 2 | #BBC4BE | Even thirds — balanced and loud | |
| Tetradic | #C4BBBC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bebbc4 text on a black background
contrast 11.09:1
#bebbc4 text on a white background
contrast 1.89:1
CSS3 live lab
The quick brown fox
color: #bebbc4;
background-color: #bebbc4;
Glowing headline
text-shadow: 2px 2px 8px #bebbc4;
Soft neon halo
text-shadow: 0 0 14px rgba(190, 187, 196, 0.45);
box-shadow: 0 12px 32px -8px rgba(190, 187, 196, 0.45);
border: 3px solid #bebbc4; background: linear-gradient(135deg, #bebbc4, #C4BBC4);
Monochromatic scale
Palettes built from #bebbc4
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 5.2 away, with its history, psychology and brand usage.
#bebbc4 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.
#bebbc4, answered
What color is #bebbc4?
#bebbc4 is a light muted gray, closest to Silver (ΔE2000 5.2). It sits at 260° on the hue wheel with 7% saturation and 75% lightness, which reads as neutral.
What is the RGB value of #bebbc4?
rgb(190, 187, 196) — 190 red, 187 green and 196 blue out of 255, or 74.5% / 73.3% / 76.9% by channel.
Is #bebbc4 a light or a dark color?
It is a light color. Relative luminance is 0.5047 and perceived brightness is 74%, so black text on it reaches 11.09:1.
Should I use black or white text on #bebbc4?
Black. It scores 11.09:1 against #bebbc4, versus 1.89:1 for white — AAA at any size.
What is the complementary color of #bebbc4?
#C1C4BB sits directly opposite on the wheel. Softer options are the split-complements #C4C3BB and #BCC4BB, which give the same contrast with far less vibration.
What colors go well with #bebbc4?
For interface work: #F7F7F8 as the surface, #D5D3D9 for borders, #706B7B for secondary text, #6F725A as an accent and #3E3B44 for hover and pressed states. For a palette, the analogous pair #BBBCC4 and #C3BBC4 stays calm, while #C1C4BB is the loudest partner.
What is #bebbc4 in CMYK for printing?
cmyk(3%, 5%, 0%, 23%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bebbc4 warm or cool?
Neutral — it scores 55 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CDC4BC; nudged cooler, #B1BAC4.