Lemon Curd
#ffee11
Here's everything about the color Lemon Curd (#ffee11) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffee11 | |
|---|---|---|
| RGB | rgb(255, 238, 17) | |
| HSL | hsl(56, 100%, 53%) | |
| CMYK | cmyk(0%, 7%, 93%, 0%) | |
| LAB | lab(93, -8, 89) | |
| OKLCH | oklch(0.93 0.195 104) |
Color harmonies
Tints & shades
Code snippets
color: #ffee11;
background-color: #ffee11;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFEE11)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.93, blue: 0.07, alpha: 1.0)