I presume the intent is to convince management you can go through with this? Because there's such a broad spectrum covered by CQRS alone, I'm inclined to say many are already using it today (caches come to mind) without being aware. A better strategy is to tackle the concerns your management has with this technique. It's not like they're gonna lose money over this, compared to N-tier, but I understand it's hard for them to take your word for it. If you analyse CQRS long enough, you'll be able to compare it to more "conventional" architecture. Also assess how "mature" your team is wrt OOAD and messaging, how fast they can learn, and add that "cost" to the project (especially if it's your first this way). Don't try to apply CQRS as a top-level architecture; find yourself a small, dedicated, core bounded context (think part of the system) to try this out. Partition your system logically, not physically. This will enable you to deploy monolithicly (that's not even a word) as you did before, yet from a development perspective things will be "more clear" (for lack of better words).
Anyways, I've gone out on a limb here, thinking I knew what the underlying reason was for your Q. If I'm off, disregard all I've said. To answer to the point, yes, I'm using CQRS/ES in systems/applications both small and very large. HTH.