#bbc0af
a light, muted green · neutral · closest name: Silver
At a glance
Every number on this page in one read: what #bbc0af is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bbc0af |
| RGB | rgb(187, 192, 175) |
| HSL | hsl(78, 12%, 72%) |
| CMYK | cmyk(3%, 0%, 9%, 25%) |
| LAB | lab(76.9 -4.8 8.0) |
| LCH | lch(76.9 9.3 121.1) |
| OKLCH | oklch(0.799 0.024 120.3) |
| Decimal | 12304559 |
| Display P3 | color(display-p3 0.733 0.753 0.686) |
Copy-ready code
/* CSS */
color: #bbc0af;
background-color: #bbc0af;
/* Tailwind (arbitrary) */
class="text-[#bbc0af] bg-[#bbc0af]"
/* SCSS */
$brand: #bbc0af;
/* SwiftUI */
Color(red: 0.733, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#bbc0af")
/* Flutter */
Color(0xFFBBC0AF)
/* Python / OpenCV (BGR) */
(175, 192, 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. #bbc0af 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: #F8F8F7;
--brand-100: #F0F1EE;
--brand-200: #DFE1DA;
--brand-300: #CACEC0;
--brand-400: #bbc0af;
--brand-500: #949C81;
--brand-600: #80896C;
--brand-700: #6B725A;
--brand-800: #565B48;
--brand-900: #404436;
--brand-950: #282A22;
--brand: #bbc0af;
--brand-ink: #000000;
}Colors that work with #bbc0af
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 #bbc0af
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
- ✓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 | #B4AFC0 | Directly opposite — maximum tension | |
| Analogous left | #C0BDAF | Neighbour, quieter | |
| Analogous right | #B3C0AF | Neighbour, quieter | |
| Split-complement 1 | #AFB3C0 | Contrast without the clash | |
| Split-complement 2 | #BDAFC0 | Contrast without the clash | |
| Triadic 1 | #AFBBC0 | Even thirds — balanced and loud | |
| Triadic 2 | #C0AFBB | Even thirds — balanced and loud | |
| Tetradic | #AFC0BD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bbc0af text on a black background
contrast 11.27:1
#bbc0af text on a white background
contrast 1.86:1
CSS3 live lab
The quick brown fox
color: #bbc0af;
background-color: #bbc0af;
Glowing headline
text-shadow: 2px 2px 8px #bbc0af;
Soft neon halo
text-shadow: 0 0 14px rgba(187, 192, 175, 0.45);
box-shadow: 0 12px 32px -8px rgba(187, 192, 175, 0.45);
border: 3px solid #bbc0af; background: linear-gradient(135deg, #bbc0af, #B0C0AF);
Monochromatic scale
Palettes built from #bbc0af
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 8.7 away, with its history, psychology and brand usage.
#bbc0af 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.
#bbc0af, answered
What color is #bbc0af?
#bbc0af is a light muted green, closest to Silver (ΔE2000 8.7). It sits at 78° on the hue wheel with 12% saturation and 72% lightness, which reads as neutral.
What is the RGB value of #bbc0af?
rgb(187, 192, 175) — 187 red, 192 green and 175 blue out of 255, or 73.3% / 75.3% / 68.6% by channel.
Is #bbc0af a light or a dark color?
It is a light color. Relative luminance is 0.5136 and perceived brightness is 74%, so black text on it reaches 11.27:1.
Should I use black or white text on #bbc0af?
Black. It scores 11.27:1 against #bbc0af, versus 1.86:1 for white — AAA at any size.
What is the complementary color of #bbc0af?
#B4AFC0 sits directly opposite on the wheel. Softer options are the split-complements #AFB3C0 and #BDAFC0, which give the same contrast with far less vibration.
What colors go well with #bbc0af?
For interface work: #F8F8F6 as the surface, #D8DBD1 for borders, #788065 for secondary text, #575676 as an accent and #434738 for hover and pressed states. For a palette, the analogous pair #C0BDAF and #B3C0AF stays calm, while #B4AFC0 is the loudest partner.
What is #bbc0af in CMYK for printing?
cmyk(3%, 0%, 9%, 25%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bbc0af warm or cool?
Neutral — it scores 46 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C0BFAF; nudged cooler, #B4C2AE.