Sugar Cookie
#f2e2a4
Here's everything about the color Sugar Cookie (#f2e2a4) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f2e2a4 | |
|---|---|---|
| RGB | rgb(242, 226, 164) | |
| HSL | hsl(48, 75%, 80%) | |
| CMYK | cmyk(0%, 7%, 32%, 5%) | |
| LAB | lab(90, -1, 32) | |
| OKLCH | oklch(0.91 0.081 95) |
Color harmonies
Tints & shades
Code snippets
color: #f2e2a4;
background-color: #f2e2a4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2E2A4)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.89, blue: 0.64, alpha: 1.0)