Lotus Flower
#f4f0da
Lotus Flower is a color with the hex code #f4f0da. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f4f0da | |
|---|---|---|
| RGB | rgb(244, 240, 218) | |
| HSL | hsl(51, 54%, 91%) | |
| CMYK | cmyk(0%, 2%, 11%, 4%) | |
| LAB | lab(95, -1, 11) | |
| OKLCH | oklch(0.95 0.029 98) |
Color harmonies
Tints & shades
Code snippets
color: #f4f0da;
background-color: #f4f0da;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4F0DA)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.94, blue: 0.85, alpha: 1.0)