diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index bc24e9767944d..249991f778c59 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -6270,6 +6270,9 @@ public class Notification implements Parcelable
if (rawColor == COLOR_DEFAULT) {
ensureColors(p);
color = ContrastColorUtil.resolveDefaultColor(mContext, background, mInNightMode);
+ if (mTintWithThemeAccent) {
+ color = obtainThemeColor(R.attr.colorAccent, color);
+ }
} else {
color = ContrastColorUtil.resolveContrastColor(mContext, rawColor,
background, mInNightMode);
diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml
index d79c01faaa366..abaf54f38a1ae 100644
--- a/core/res/res/values/colors.xml
+++ b/core/res/res/values/colors.xml
@@ -171,7 +171,7 @@
#bf39b500
#4dffeb3b
- #ff607D8B
+ #00000000
#ff00bcd4