Lit
#fffed8
Lit, represented by the hex value #fffed8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fffed8 | |
|---|---|---|
| RGB | rgb(255, 254, 216) | |
| HSL | hsl(58, 100%, 92%) | |
| CMYK | cmyk(0%, 0%, 15%, 0%) | |
| LAB | lab(99, -4, 18) | |
| OKLCH | oklch(0.99 0.049 106) |
Color harmonies
Tints & shades
Code snippets
color: #fffed8;
background-color: #fffed8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFED8)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.85, alpha: 1.0)