Vanilla Sugar
#f1e8dc
Vanilla Sugar is a color with the hex code #f1e8dc. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f1e8dc | |
|---|---|---|
| RGB | rgb(241, 232, 220) | |
| HSL | hsl(34, 43%, 90%) | |
| CMYK | cmyk(0%, 4%, 9%, 5%) | |
| LAB | lab(92, 2, 7) | |
| OKLCH | oklch(0.93 0.019 75) |
Color harmonies
Tints & shades
Code snippets
color: #f1e8dc;
background-color: #f1e8dc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1E8DC)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.91, blue: 0.86, alpha: 1.0)