Delicate Lemon
#eedd77
Here's everything about the color Delicate Lemon (#eedd77) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eedd77 | |
|---|---|---|
| RGB | rgb(238, 221, 119) | |
| HSL | hsl(51, 78%, 70%) | |
| CMYK | cmyk(0%, 7%, 50%, 7%) | |
| LAB | lab(88, -4, 52) | |
| OKLCH | oklch(0.89 0.125 100) |
Color harmonies
Tints & shades
Code snippets
color: #eedd77;
background-color: #eedd77;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEDD77)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.87, blue: 0.47, alpha: 1.0)