#bbcba9
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #bbcba9 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 | #bbcba9 |
| RGB | rgb(187, 203, 169) |
| HSL | hsl(88, 25%, 73%) |
| CMYK | cmyk(8%, 0%, 17%, 20%) |
| LAB | lab(79.7 -11.5 15.2) |
| LCH | lch(79.7 19.1 127.3) |
| OKLCH | oklch(0.821 0.050 128.0) |
| Decimal | 12307369 |
| Display P3 | color(display-p3 0.733 0.796 0.663) |
Copy-ready code
/* CSS */
color: #bbcba9;
background-color: #bbcba9;
/* Tailwind (arbitrary) */
class="text-[#bbcba9] bg-[#bbcba9]"
/* SCSS */
$brand: #bbcba9;
/* SwiftUI */
Color(red: 0.733, green: 0.796, blue: 0.663)
/* Android */
Color.parseColor("#bbcba9")
/* Flutter */
Color(0xFFBBCBA9)
/* Python / OpenCV (BGR) */
(169, 203, 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. #bbcba9 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: #F7F9F6;
--brand-100: #F0F3ED;
--brand-200: #DEE5D7;
--brand-300: #bbcba9;
--brand-400: #ACC096;
--brand-500: #90AA73;
--brand-600: #7C995C;
--brand-700: #687F4D;
--brand-800: #53663E;
--brand-900: #3E4B2F;
--brand-950: #272F1E;
--brand: #bbcba9;
--brand-ink: #000000;
}Colors that work with #bbcba9
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 #bbcba9
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 | #B9A9CB | Directly opposite — maximum tension | |
| Analogous left | #CBCAA9 | Neighbour, quieter | |
| Analogous right | #AACBA9 | Neighbour, quieter | |
| Split-complement 1 | #A9AACB | Contrast without the clash | |
| Split-complement 2 | #CAA9CB | Contrast without the clash | |
| Triadic 1 | #A9BBCB | Even thirds — balanced and loud | |
| Triadic 2 | #CBA9BB | Even thirds — balanced and loud | |
| Tetradic | #A9CBCA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bbcba9 text on a black background
contrast 12.23:1
#bbcba9 text on a white background
contrast 1.72:1
CSS3 live lab
The quick brown fox
color: #bbcba9;
background-color: #bbcba9;
Glowing headline
text-shadow: 2px 2px 8px #bbcba9;
Soft neon halo
text-shadow: 0 0 14px rgba(187, 203, 169, 0.45);
box-shadow: 0 12px 32px -8px rgba(187, 203, 169, 0.45);
border: 3px solid #bbcba9; background: linear-gradient(135deg, #bbcba9, #A9CBAE);
Monochromatic scale
Palettes built from #bbcba9
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: Sage (#9caf88) — ΔE2000 8 away, with its history, psychology and brand usage.
#bbcba9 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.
#bbcba9, answered
What color is #bbcba9?
#bbcba9 is a light soft green, closest to Dark Sea Green (ΔE2000 9.2). It sits at 88° on the hue wheel with 25% saturation and 73% lightness, which reads as neutral.
What is the RGB value of #bbcba9?
rgb(187, 203, 169) — 187 red, 203 green and 169 blue out of 255, or 73.3% / 79.6% / 66.3% by channel.
Is #bbcba9 a light or a dark color?
It is a light color. Relative luminance is 0.5614 and perceived brightness is 76%, so black text on it reaches 12.23:1.
Should I use black or white text on #bbcba9?
Black. It scores 12.23:1 against #bbcba9, versus 1.72:1 for white — AAA at any size.
What is the complementary color of #bbcba9?
#B9A9CB sits directly opposite on the wheel. Softer options are the split-complements #A9AACB and #CAA9CB, which give the same contrast with far less vibration.
What colors go well with #bbcba9?
For interface work: #F7F9F5 as the surface, #D7E0CC for borders, #748F57 for secondary text, #564884 as an accent and #414F30 for hover and pressed states. For a palette, the analogous pair #CBCAA9 and #AACBA9 stays calm, while #B9A9CB is the loudest partner.
What is #bbcba9 in CMYK for printing?
cmyk(8%, 0%, 17%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bbcba9 warm or cool?
Neutral — it scores 49 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C7CBA9; nudged cooler, #AECCA8.