Belgian Waffle
#f3dfb6
Belgian Waffle, represented by the hex value #f3dfb6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f3dfb6 | |
|---|---|---|
| RGB | rgb(243, 223, 182) | |
| HSL | hsl(40, 72%, 83%) | |
| CMYK | cmyk(0%, 8%, 25%, 5%) | |
| LAB | lab(90, 3, 23) | |
| OKLCH | oklch(0.91 0.058 85) |
Color harmonies
Tints & shades
Code snippets
color: #f3dfb6;
background-color: #f3dfb6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3DFB6)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.87, blue: 0.71, alpha: 1.0)