Escargot
#fff1d8
Escargot, represented by the hex value #fff1d8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fff1d8 | |
|---|---|---|
| RGB | rgb(255, 241, 216) | |
| HSL | hsl(38, 100%, 92%) | |
| CMYK | cmyk(0%, 5%, 15%, 0%) | |
| LAB | lab(96, 2, 14) | |
| OKLCH | oklch(0.96 0.036 82) |
Color harmonies
Tints & shades
Code snippets
color: #fff1d8;
background-color: #fff1d8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF1D8)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.95, blue: 0.85, alpha: 1.0)