Skip to content

#bbc1b0

a light, muted green · neutral · closest name: Silver

RGB
187, 193, 176
HSL
81°, 12%, 72%
CMYK
3, 0, 9, 24
Luminance
0.5184

At a glance

Every number on this page in one read: what #bbc1b0 is made of, how bright it looks, and which way it leans.

Hex
#bbc1b0
Hue
81°
green
Saturation
12%
muted
Lightness
72%
light
Brightness
76%
HSV value
Perceived
74%
weighted brightness
Luminance
0.5184
WCAG relative
Temperature
Neutral
47/100 cool
Color family
Green
Tone
Muted
Best ink
Black
11.37:1
Closest name
Silver
ΔE2000 8.8
Where it sits
Hue81° of 360°
Saturation12%
Lightness72%
Temperature
Warm ← → Cool47% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#bbc1b0
RGBrgb(187, 193, 176)
HSLhsl(81, 12%, 72%)
CMYKcmyk(3%, 0%, 9%, 24%)
LABlab(77.2 -5.2 7.8)
LCHlch(77.2 9.4 123.4)
OKLCHoklch(0.801 0.024 122.8)
Decimal12304816
Display P3color(display-p3 0.733 0.757 0.690)

Copy-ready code

/* CSS */
color: #bbc1b0;
background-color: #bbc1b0;
/* Tailwind (arbitrary) */
class="text-[#bbc1b0] bg-[#bbc1b0]"
/* SCSS */
$brand: #bbc1b0;
/* SwiftUI */
Color(red: 0.733, green: 0.757, blue: 0.690)
/* Android */
Color.parseColor("#bbc1b0")
/* Flutter */
Color(0xFFBBC1B0)
/* Python / OpenCV (BGR) */
(176, 193, 187)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #bbc1b0 · 11.37:1
Use #000000AAA at every size.
Aa
White text · 1.85:1
AA fail · AA large fail · AAA fail
Aa
Black text · 11.37:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #bbc1b0 as text scores 1.85:1 on white and 11.37:1 on black.

Accessibility — WCAG contrast

Aa
#bbc1b0 on white: 1.85:1
AA ✗ fail · AA-large · AAA
Aa
#bbc1b0 on black: 11.37:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C3BFAF
deuteranopia · #C2BFB1
tritanopia · #BCBFBC

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #bbc1b0 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.

#F8F8F7
#F0F1EE
#DFE1DA
#C9CEC0
#bbc1b0
#939C81
#7F896C
#6A725A
#545B48
#3F4436
#272B22
Base = 400Lightest = 50 · #F8F8F7Darkest = 950 · #272B22
:root {
  --brand-50: #F8F8F7;
  --brand-100: #F0F1EE;
  --brand-200: #DFE1DA;
  --brand-300: #C9CEC0;
  --brand-400: #bbc1b0;
  --brand-500: #939C81;
  --brand-600: #7F896C;
  --brand-700: #6A725A;
  --brand-800: #545B48;
  --brand-900: #3F4436;
  --brand-950: #272B22;
  --brand: #bbc1b0;
  --brand-ink: #000000;
}

Colors that work with #bbc1b0

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F8F8F6
Tinted page background
Border#D8DBD1
Hairlines and dividers
Muted text#778165
Captions on the surface
Accent#5A5577
Second voice, not a rival
Dark variant#424738
Hover, pressed, headers
Light variant#F3F4F1
Selected rows, tints
Dark surface#1D1F19
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #bbc1b0

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Borders, dividers and quiet backgrounds
  • Long-form reading surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • 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#B6B0C1
Analogous left#C1BFB0
Analogous right#B3C1B0
Split-complement 1#B0B3C1
Split-complement 2#BFB0C1
Triadic 1#B0BBC1
Triadic 2#C1B0BB
Tetradic#B0C1BF

RGB percentages

Red73.3%
Green75.7%
Blue69.0%

CMYK percentages

Cyan3.1%
Magenta0.0%
Yellow8.8%
Key (black)24.3%

Color previews

#bbc1b0 text on a black background

contrast 11.37:1

Card sample

#bbc1b0 text on a white background

contrast 1.85:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #bbc1b0;
Background color
Panel with #bbc1b0 background
background-color: #bbc1b0;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #bbc1b0;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(187, 193, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 193, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc1b0;
background: linear-gradient(135deg, #bbc1b0, #B0C1B0);

Monochromatic scale

Palettes built from #bbc1b0

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.

#bbc1b0 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
BackgroundsBordersBody textDividers
Print note

Converts to four-color process without much drama. Proof it anyway.

#bbc1b0, answered

What color is #bbc1b0?

#bbc1b0 is a light muted green, closest to Silver (ΔE2000 8.8). It sits at 81° on the hue wheel with 12% saturation and 72% lightness, which reads as neutral.

What is the RGB value of #bbc1b0?

rgb(187, 193, 176) — 187 red, 193 green and 176 blue out of 255, or 73.3% / 75.7% / 69% by channel.

Is #bbc1b0 a light or a dark color?

It is a light color. Relative luminance is 0.5184 and perceived brightness is 74%, so black text on it reaches 11.37:1.

Should I use black or white text on #bbc1b0?

Black. It scores 11.37:1 against #bbc1b0, versus 1.85:1 for white — AAA at any size.

What is the complementary color of #bbc1b0?

#B6B0C1 sits directly opposite on the wheel. Softer options are the split-complements #B0B3C1 and #BFB0C1, which give the same contrast with far less vibration.

What colors go well with #bbc1b0?

For interface work: #F8F8F6 as the surface, #D8DBD1 for borders, #778165 for secondary text, #5A5577 as an accent and #424738 for hover and pressed states. For a palette, the analogous pair #C1BFB0 and #B3C1B0 stays calm, while #B6B0C1 is the loudest partner.

What is #bbc1b0 in CMYK for printing?

cmyk(3%, 0%, 9%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #bbc1b0 warm or cool?

Neutral — it scores 47 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C1C1B0; nudged cooler, #B4C3AF.

Work with #bbc1b0 in the Color Lab