Almond
#eddcc8
Almond, represented by the hex value #eddcc8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eddcc8 | |
|---|---|---|
| RGB | rgb(237, 220, 200) | |
| HSL | hsl(32, 51%, 86%) | |
| CMYK | cmyk(0%, 7%, 16%, 7%) | |
| LAB | lab(89, 4, 12) | |
| OKLCH | oklch(0.9 0.033 72) |
Color harmonies
Tints & shades
Code snippets
color: #eddcc8;
background-color: #eddcc8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDDCC8)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.86, blue: 0.78, alpha: 1.0)