Banana Frappé
#ddd5b6
Banana Frappé is a color with the hex code #ddd5b6. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ddd5b6 | |
|---|---|---|
| RGB | rgb(221, 213, 182) | |
| HSL | hsl(48, 36%, 79%) | |
| CMYK | cmyk(0%, 4%, 18%, 13%) | |
| LAB | lab(85, -1, 16) | |
| OKLCH | oklch(0.87 0.042 95) |
Color harmonies
Tints & shades
Code snippets
color: #ddd5b6;
background-color: #ddd5b6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDD5B6)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.84, blue: 0.71, alpha: 1.0)