Laser Lemon
#ffff66
Here's everything about the color Laser Lemon (#ffff66) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffff66 | |
|---|---|---|
| RGB | rgb(255, 255, 102) | |
| HSL | hsl(60, 100%, 70%) | |
| CMYK | cmyk(0%, 0%, 60%, 0%) | |
| LAB | lab(98, -14, 71) | |
| OKLCH | oklch(0.97 0.171 109) |
Color harmonies
Tints & shades
Code snippets
color: #ffff66;
background-color: #ffff66;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFF66)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.40, alpha: 1.0)