Vanilla Cream
#f8e3ab
Vanilla Cream is a color with the hex code #f8e3ab. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f8e3ab | |
|---|---|---|
| RGB | rgb(248, 227, 171) | |
| HSL | hsl(44, 85%, 82%) | |
| CMYK | cmyk(0%, 8%, 31%, 3%) | |
| LAB | lab(91, 1, 30) | |
| OKLCH | oklch(0.92 0.075 90) |
Color harmonies
Tints & shades
Code snippets
color: #f8e3ab;
background-color: #f8e3ab;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8E3AB)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.89, blue: 0.67, alpha: 1.0)