Vanilla Cake
#fcf0ca
Vanilla Cake is a color with the hex code #fcf0ca. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fcf0ca | |
|---|---|---|
| RGB | rgb(252, 240, 202) | |
| HSL | hsl(46, 89%, 89%) | |
| CMYK | cmyk(0%, 5%, 20%, 1%) | |
| LAB | lab(95, 0, 20) | |
| OKLCH | oklch(0.96 0.051 93) |
Color harmonies
Tints & shades
Code snippets
color: #fcf0ca;
background-color: #fcf0ca;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCF0CA)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.94, blue: 0.79, alpha: 1.0)