CSS usando a mesma cor de fundo que o fundo pai

.child {
    float: right;
    background-color: inherit;
}
Aggressive Antelope