Amnesiac White
#f8fbeb
Amnesiac White, represented by the hex value #f8fbeb, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f8fbeb | |
|---|---|---|
| RGB | rgb(248, 251, 235) | |
| HSL | hsl(71, 67%, 95%) | |
| CMYK | cmyk(1%, 0%, 6%, 2%) | |
| LAB | lab(98, -3, 7) | |
| OKLCH | oklch(0.98 0.021 115) |
Color harmonies
Tints & shades
Code snippets
color: #f8fbeb;
background-color: #f8fbeb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8FBEB)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.98, blue: 0.92, alpha: 1.0)