Grandma’s Pink Tiles
#e0b8c0
Looking for the precise values behind Grandma’s Pink Tiles (#e0b8c0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e0b8c0 | |
|---|---|---|
| RGB | rgb(224, 184, 192) | |
| HSL | hsl(348, 39%, 80%) | |
| CMYK | cmyk(0%, 18%, 14%, 12%) | |
| LAB | lab(79, 16, 2) | |
| OKLCH | oklch(0.82 0.047 5) |
Color harmonies
Tints & shades
Code snippets
color: #e0b8c0;
background-color: #e0b8c0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE0B8C0)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.72, blue: 0.75, alpha: 1.0)