Anti-Flash White
#f2f3f4
Anti-Flash White, represented by the hex value #f2f3f4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f2f3f4 | |
|---|---|---|
| RGB | rgb(242, 243, 244) | |
| HSL | hsl(210, 8%, 95%) | |
| CMYK | cmyk(1%, 0%, 0%, 4%) | |
| LAB | lab(96, 0, -1) | |
| OKLCH | oklch(0.96 0.002 248) |
Color harmonies
Tints & shades
Code snippets
color: #f2f3f4;
background-color: #f2f3f4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2F3F4)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.95, blue: 0.96, alpha: 1.0)