Pollen
#eeeeaa
Here's everything about the color Pollen (#eeeeaa) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eeeeaa | |
|---|---|---|
| RGB | rgb(238, 238, 170) | |
| HSL | hsl(60, 67%, 80%) | |
| CMYK | cmyk(0%, 0%, 29%, 7%) | |
| LAB | lab(93, -8, 33) | |
| OKLCH | oklch(0.93 0.087 108) |
Color harmonies
Tints & shades
Code snippets
color: #eeeeaa;
background-color: #eeeeaa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEEEAA)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.93, blue: 0.67, alpha: 1.0)