Bubbles
#e7feff
Bubbles is a color with the hex code #e7feff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e7feff | |
|---|---|---|
| RGB | rgb(231, 254, 255) | |
| HSL | hsl(183, 100%, 95%) | |
| CMYK | cmyk(9%, 0%, 0%, 0%) | |
| LAB | lab(98, -8, -3) | |
| OKLCH | oklch(0.98 0.024 200) |
Color harmonies
Tints & shades
Code snippets
color: #e7feff;
background-color: #e7feff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE7FEFF)
/* Swift / UIKit */
UIColor(red: 0.91, green: 1.00, blue: 1.00, alpha: 1.0)