Mayonnaise
#f6eed1
Mayonnaise is a color with the hex code #f6eed1. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f6eed1 | |
|---|---|---|
| RGB | rgb(246, 238, 209) | |
| HSL | hsl(47, 67%, 89%) | |
| CMYK | cmyk(0%, 3%, 15%, 4%) | |
| LAB | lab(94, -1, 15) | |
| OKLCH | oklch(0.95 0.039 94) |
Color harmonies
Tints & shades
Code snippets
color: #f6eed1;
background-color: #f6eed1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6EED1)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.93, blue: 0.82, alpha: 1.0)