Fondant
#f4e2cf
Looking for the precise values behind Fondant (#f4e2cf)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f4e2cf | |
|---|---|---|
| RGB | rgb(244, 226, 207) | |
| HSL | hsl(31, 63%, 88%) | |
| CMYK | cmyk(0%, 7%, 15%, 4%) | |
| LAB | lab(91, 4, 12) | |
| OKLCH | oklch(0.92 0.032 69) |
Color harmonies
Tints & shades
Code snippets
color: #f4e2cf;
background-color: #f4e2cf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4E2CF)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.89, blue: 0.81, alpha: 1.0)