Corn
#fbec5d
Corn is a color with the hex code #fbec5d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fbec5d | |
|---|---|---|
| RGB | rgb(251, 236, 93) | |
| HSL | hsl(54, 95%, 67%) | |
| CMYK | cmyk(0%, 6%, 63%, 2%) | |
| LAB | lab(93, -7, 69) | |
| OKLCH | oklch(0.93 0.161 103) |
Color harmonies
Tints & shades
Code snippets
color: #fbec5d;
background-color: #fbec5d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBEC5D)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.93, blue: 0.36, alpha: 1.0)