Ivory Buff
#ebd999
Looking for the precise values behind Ivory Buff (#ebd999)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ebd999 | |
|---|---|---|
| RGB | rgb(235, 217, 153) | |
| HSL | hsl(47, 67%, 76%) | |
| CMYK | cmyk(0%, 8%, 35%, 8%) | |
| LAB | lab(87, 0, 34) | |
| OKLCH | oklch(0.89 0.084 94) |
Color harmonies
Tints & shades
Code snippets
color: #ebd999;
background-color: #ebd999;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBD999)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.85, blue: 0.60, alpha: 1.0)