Fondue
#fdf5c4
Looking for the precise values behind Fondue (#fdf5c4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fdf5c4 | |
|---|---|---|
| RGB | rgb(253, 245, 196) | |
| HSL | hsl(52, 93%, 88%) | |
| CMYK | cmyk(0%, 3%, 23%, 1%) | |
| LAB | lab(96, -3, 25) | |
| OKLCH | oklch(0.96 0.064 100) |
Color harmonies
Tints & shades
Code snippets
color: #fdf5c4;
background-color: #fdf5c4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDF5C4)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.96, blue: 0.77, alpha: 1.0)