Blanco
#ebeae5
Blanco is a color with the hex code #ebeae5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ebeae5 | |
|---|---|---|
| RGB | rgb(235, 234, 229) | |
| HSL | hsl(50, 13%, 91%) | |
| CMYK | cmyk(0%, 0%, 3%, 8%) | |
| LAB | lab(93, 0, 3) | |
| OKLCH | oklch(0.94 0.007 97) |
Color harmonies
Tints & shades
Code snippets
color: #ebeae5;
background-color: #ebeae5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBEAE5)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.92, blue: 0.90, alpha: 1.0)