Ginger Lemon Tea
#ffffaa
Here's everything about the color Ginger Lemon Tea (#ffffaa) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffffaa | |
|---|---|---|
| RGB | rgb(255, 255, 170) | |
| HSL | hsl(60, 100%, 83%) | |
| CMYK | cmyk(0%, 0%, 33%, 0%) | |
| LAB | lab(99, -9, 41) | |
| OKLCH | oklch(0.98 0.106 108) |
Color harmonies
Tints & shades
Code snippets
color: #ffffaa;
background-color: #ffffaa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFFAA)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.67, alpha: 1.0)