#bbc2bf
a light, muted gray · neutral · closest name: Silver
At a glance
Every number on this page in one read: what #bbc2bf 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 | #bbc2bf |
| RGB | rgb(187, 194, 191) |
| HSL | hsl(154, 5%, 75%) |
| CMYK | cmyk(4%, 0%, 2%, 24%) |
| LAB | lab(77.8 -3.0 0.7) |
| LCH | lch(77.8 3.0 167.3) |
| OKLCH | oklch(0.808 0.009 168.7) |
| Decimal | 12305087 |
| Display P3 | color(display-p3 0.733 0.761 0.749) |
Copy-ready code
/* CSS */
color: #bbc2bf;
background-color: #bbc2bf;
/* Tailwind (arbitrary) */
class="text-[#bbc2bf] bg-[#bbc2bf]"
/* SCSS */
$brand: #bbc2bf;
/* SwiftUI */
Color(red: 0.733, green: 0.761, blue: 0.749)
/* Android */
Color.parseColor("#bbc2bf")
/* Flutter */
Color(0xFFBBC2BF)
/* Python / OpenCV (BGR) */
(191, 194, 187)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. #bbc2bf 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: #F7F8F7;
--brand-100: #EFF0F0;
--brand-200: #DCDFDE;
--brand-300: #bbc2bf;
--brand-400: #A6AFAC;
--brand-500: #899590;
--brand-600: #74817B;
--brand-700: #606C67;
--brand-800: #4D5652;
--brand-900: #3A403E;
--brand-950: #242827;
--brand: #bbc2bf;
--brand-ink: #000000;
}Colors that work with #bbc2bf
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 #bbc2bf
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 | #C2BBBE | Directly opposite — maximum tension | |
| Analogous left | #BBC2BC | Neighbour, quieter | |
| Analogous right | #BBC1C2 | Neighbour, quieter | |
| Split-complement 1 | #C2BBC1 | Contrast without the clash | |
| Split-complement 2 | #C2BCBB | Contrast without the clash | |
| Triadic 1 | #BFBBC2 | Even thirds — balanced and loud | |
| Triadic 2 | #C2BFBB | Even thirds — balanced and loud | |
| Tetradic | #BCBBC2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bbc2bf text on a black background
contrast 11.58:1
#bbc2bf text on a white background
contrast 1.81:1
CSS3 live lab
The quick brown fox
color: #bbc2bf;
background-color: #bbc2bf;
Glowing headline
text-shadow: 2px 2px 8px #bbc2bf;
Soft neon halo
text-shadow: 0 0 14px rgba(187, 194, 191, 0.45);
box-shadow: 0 12px 32px -8px rgba(187, 194, 191, 0.45);
border: 3px solid #bbc2bf; background: linear-gradient(135deg, #bbc2bf, #BBC0C2);
Monochromatic scale
Palettes built from #bbc2bf
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 4.1 away, with its history, psychology and brand usage.
#bbc2bf 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.
#bbc2bf, answered
What color is #bbc2bf?
#bbc2bf is a light muted gray, closest to Silver (ΔE2000 4.1). It sits at 154° on the hue wheel with 5% saturation and 75% lightness, which reads as neutral.
What is the RGB value of #bbc2bf?
rgb(187, 194, 191) — 187 red, 194 green and 191 blue out of 255, or 73.3% / 76.1% / 74.9% by channel.
Is #bbc2bf a light or a dark color?
It is a light color. Relative luminance is 0.5291 and perceived brightness is 75%, so black text on it reaches 11.58:1.
Should I use black or white text on #bbc2bf?
Black. It scores 11.58:1 against #bbc2bf, versus 1.81:1 for white — AAA at any size.
What is the complementary color of #bbc2bf?
#C2BBBE sits directly opposite on the wheel. Softer options are the split-complements #C2BBC1 and #C2BCBB, which give the same contrast with far less vibration.
What colors go well with #bbc2bf?
For interface work: #F7F8F7 as the surface, #D4D8D7 for borders, #6D7974 for secondary text, #705C6A as an accent and #3C4340 for hover and pressed states. For a palette, the analogous pair #BBC2BC and #BBC1C2 stays calm, while #C2BBBE is the loudest partner.
What is #bbc2bf in CMYK for printing?
cmyk(4%, 0%, 2%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bbc2bf warm or cool?
Neutral — it scores 54 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CCC2BB; nudged cooler, #B0B9C3.