White Truffle
#efdbcd
Here's everything about the color White Truffle (#efdbcd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #efdbcd | |
|---|---|---|
| RGB | rgb(239, 219, 205) | |
| HSL | hsl(25, 52%, 87%) | |
| CMYK | cmyk(0%, 8%, 14%, 6%) | |
| LAB | lab(89, 5, 10) | |
| OKLCH | oklch(0.9 0.029 57) |
Color harmonies
Tints & shades
Code snippets
color: #efdbcd;
background-color: #efdbcd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFDBCD)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.86, blue: 0.80, alpha: 1.0)