Meringue
#f3e4b3
Meringue is a color with the hex code #f3e4b3. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f3e4b3 | |
|---|---|---|
| RGB | rgb(243, 228, 179) | |
| HSL | hsl(46, 73%, 83%) | |
| CMYK | cmyk(0%, 6%, 26%, 5%) | |
| LAB | lab(91, 0, 26) | |
| OKLCH | oklch(0.92 0.066 93) |
Color harmonies
Tints & shades
Code snippets
color: #f3e4b3;
background-color: #f3e4b3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3E4B3)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.89, blue: 0.70, alpha: 1.0)