Cheesecake
#fffcda
Looking for the precise values behind Cheesecake (#fffcda)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fffcda | |
|---|---|---|
| RGB | rgb(255, 252, 218) | |
| HSL | hsl(55, 100%, 93%) | |
| CMYK | cmyk(0%, 1%, 15%, 0%) | |
| LAB | lab(99, -3, 17) | |
| OKLCH | oklch(0.98 0.044 103) |
Color harmonies
Tints & shades
Code snippets
color: #fffcda;
background-color: #fffcda;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFCDA)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.99, blue: 0.85, alpha: 1.0)