Lime Mist
#ddffaa
Here's everything about the color Lime Mist (#ddffaa) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ddffaa | |
|---|---|---|
| RGB | rgb(221, 255, 170) | |
| HSL | hsl(84, 100%, 83%) | |
| CMYK | cmyk(13%, 0%, 33%, 0%) | |
| LAB | lab(96, -22, 37) | |
| OKLCH | oklch(0.96 0.114 126) |
Color harmonies
Tints & shades
Code snippets
color: #ddffaa;
background-color: #ddffaa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDFFAA)
/* Swift / UIKit */
UIColor(red: 0.87, green: 1.00, blue: 0.67, alpha: 1.0)