Soufflé
#edd1a8
Soufflé, represented by the hex value #edd1a8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #edd1a8 | |
|---|---|---|
| RGB | rgb(237, 209, 168) | |
| HSL | hsl(36, 66%, 79%) | |
| CMYK | cmyk(0%, 12%, 29%, 7%) | |
| LAB | lab(85, 6, 24) | |
| OKLCH | oklch(0.87 0.062 77) |
Color harmonies
Tints & shades
Code snippets
color: #edd1a8;
background-color: #edd1a8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDD1A8)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.82, blue: 0.66, alpha: 1.0)