I have the following continuous-time matrix Riccati equation
$$A X + X A' - X b b' X + Q = 0$$
where $Q>0$, $A$ is a diagonal matrix with strictly negative eigenvalues and $b$ is a (column) vector.
Without knowing $b$, only that $\| b \|_2 \leq \beta$, can I find a diagonal matrix $Y$, with strictly positive eigenvalues, such that $Y\leq X$, (where $Y\leq X$ means that $v'Yv\leq v'Xv$ for any vector $v$)?
Since $A$ only has negative eigenvalues then for any choice for $b$ the pair would be stabilizable. Combining this with $Q\geq0$ ensures that there is always a positive definite solution for $X$. This means that $X$ only has strictly positive eigenvalues. Now by setting every diagonal element of $Y$ to the smallest eigenvalue of $X$ then it should satisfy your requirement.