Maize
#f4d054
Maize is a color with the hex code #f4d054. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f4d054 | |
|---|---|---|
| RGB | rgb(244, 208, 84) | |
| HSL | hsl(47, 88%, 64%) | |
| CMYK | cmyk(0%, 15%, 66%, 4%) | |
| LAB | lab(85, 3, 64) | |
| OKLCH | oklch(0.87 0.145 93) |
Color harmonies
Tints & shades
Code snippets
color: #f4d054;
background-color: #f4d054;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4D054)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.82, blue: 0.33, alpha: 1.0)