Cloud of Cream
#f1e2c4
Cloud of Cream is a color with the hex code #f1e2c4. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f1e2c4 | |
|---|---|---|
| RGB | rgb(241, 226, 196) | |
| HSL | hsl(40, 62%, 86%) | |
| CMYK | cmyk(0%, 6%, 19%, 5%) | |
| LAB | lab(91, 2, 17) | |
| OKLCH | oklch(0.92 0.043 85) |
Color harmonies
Tints & shades
Code snippets
color: #f1e2c4;
background-color: #f1e2c4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1E2C4)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.89, blue: 0.77, alpha: 1.0)