Fairy Tale Green
#88cc55
Here's everything about the color Fairy Tale Green (#88cc55) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #88cc55 | |
|---|---|---|
| RGB | rgb(136, 204, 85) | |
| HSL | hsl(94, 54%, 57%) | |
| CMYK | cmyk(33%, 0%, 58%, 20%) | |
| LAB | lab(76, -37, 51) | |
| OKLCH | oklch(0.77 0.167 134) |
Color harmonies
Tints & shades
Code snippets
color: #88cc55;
background-color: #88cc55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF88CC55)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.80, blue: 0.33, alpha: 1.0)