Fortune Cookie
#e0c5a1
Fortune Cookie is a color with the hex code #e0c5a1. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e0c5a1 | |
|---|---|---|
| RGB | rgb(224, 197, 161) | |
| HSL | hsl(34, 50%, 75%) | |
| CMYK | cmyk(0%, 12%, 28%, 12%) | |
| LAB | lab(81, 6, 22) | |
| OKLCH | oklch(0.84 0.057 75) |
Color harmonies
Tints & shades
Code snippets
color: #e0c5a1;
background-color: #e0c5a1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE0C5A1)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.77, blue: 0.63, alpha: 1.0)