Futon
#edf6db
Futon is a color with the hex code #edf6db. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #edf6db | |
|---|---|---|
| RGB | rgb(237, 246, 219) | |
| HSL | hsl(80, 60%, 91%) | |
| CMYK | cmyk(4%, 0%, 11%, 4%) | |
| LAB | lab(96, -7, 12) | |
| OKLCH | oklch(0.96 0.037 122) |
Color harmonies
Tints & shades
Code snippets
color: #edf6db;
background-color: #edf6db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDF6DB)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.96, blue: 0.86, alpha: 1.0)