Bubble Bath
#e8e0e9
Looking for the precise values behind Bubble Bath (#e8e0e9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e8e0e9 | |
|---|---|---|
| RGB | rgb(232, 224, 233) | |
| HSL | hsl(293, 17%, 90%) | |
| CMYK | cmyk(0%, 4%, 0%, 9%) | |
| LAB | lab(90, 4, -3) | |
| OKLCH | oklch(0.92 0.015 322) |
Color harmonies
Tints & shades
Code snippets
color: #e8e0e9;
background-color: #e8e0e9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE8E0E9)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.88, blue: 0.91, alpha: 1.0)