Garlic Butter
#eddf5e
Garlic Butter is a color with the hex code #eddf5e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eddf5e | |
|---|---|---|
| RGB | rgb(237, 223, 94) | |
| HSL | hsl(54, 80%, 65%) | |
| CMYK | cmyk(0%, 6%, 60%, 7%) | |
| LAB | lab(88, -6, 63) | |
| OKLCH | oklch(0.89 0.149 103) |
Color harmonies
Tints & shades
Code snippets
color: #eddf5e;
background-color: #eddf5e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDDF5E)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.87, blue: 0.37, alpha: 1.0)