Tofu
#e6e5d6
Tofu, represented by the hex value #e6e5d6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e6e5d6 | |
|---|---|---|
| RGB | rgb(230, 229, 214) | |
| HSL | hsl(56, 24%, 87%) | |
| CMYK | cmyk(0%, 0%, 7%, 10%) | |
| LAB | lab(91, -2, 7) | |
| OKLCH | oklch(0.92 0.02 104) |
Color harmonies
Tints & shades
Code snippets
color: #e6e5d6;
background-color: #e6e5d6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE6E5D6)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.90, blue: 0.84, alpha: 1.0)