Grandma’s Cameo
#f7e7dd
Grandma’s Cameo, represented by the hex value #f7e7dd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f7e7dd | |
|---|---|---|
| RGB | rgb(247, 231, 221) | |
| HSL | hsl(23, 62%, 92%) | |
| CMYK | cmyk(0%, 6%, 11%, 3%) | |
| LAB | lab(93, 4, 7) | |
| OKLCH | oklch(0.94 0.022 54) |
Color harmonies
Tints & shades
Code snippets
color: #f7e7dd;
background-color: #f7e7dd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7E7DD)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.91, blue: 0.87, alpha: 1.0)