Enoki
#f8faee
Enoki is a color with the hex code #f8faee. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f8faee | |
|---|---|---|
| RGB | rgb(248, 250, 238) | |
| HSL | hsl(70, 55%, 96%) | |
| CMYK | cmyk(1%, 0%, 5%, 2%) | |
| LAB | lab(98, -2, 6) | |
| OKLCH | oklch(0.98 0.016 114) |
Color harmonies
Tints & shades
Code snippets
color: #f8faee;
background-color: #f8faee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8FAEE)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.98, blue: 0.93, alpha: 1.0)