Maizena
#fbec5e
Looking for the precise values behind Maizena (#fbec5e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fbec5e | |
|---|---|---|
| RGB | rgb(251, 236, 94) | |
| HSL | hsl(54, 95%, 68%) | |
| CMYK | cmyk(0%, 6%, 63%, 2%) | |
| LAB | lab(93, -7, 68) | |
| OKLCH | oklch(0.93 0.16 103) |
Color harmonies
Tints & shades
Code snippets
color: #fbec5e;
background-color: #fbec5e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBEC5E)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.93, blue: 0.37, alpha: 1.0)