Flickering Firefly
#f8f6e6
Flickering Firefly, represented by the hex value #f8f6e6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f8f6e6 | |
|---|---|---|
| RGB | rgb(248, 246, 230) | |
| HSL | hsl(53, 56%, 94%) | |
| CMYK | cmyk(0%, 1%, 7%, 3%) | |
| LAB | lab(97, -1, 8) | |
| OKLCH | oklch(0.97 0.021 101) |
Color harmonies
Tints & shades
Code snippets
color: #f8f6e6;
background-color: #f8f6e6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8F6E6)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.96, blue: 0.90, alpha: 1.0)