Marble White
#f2f0e6
Marble White, represented by the hex value #f2f0e6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f2f0e6 | |
|---|---|---|
| RGB | rgb(242, 240, 230) | |
| HSL | hsl(50, 32%, 93%) | |
| CMYK | cmyk(0%, 1%, 5%, 5%) | |
| LAB | lab(95, -1, 5) | |
| OKLCH | oklch(0.95 0.013 97) |
Color harmonies
Tints & shades
Code snippets
color: #f2f0e6;
background-color: #f2f0e6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2F0E6)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.94, blue: 0.90, alpha: 1.0)