Polenta
#efc47f
Polenta is a color with the hex code #efc47f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #efc47f | |
|---|---|---|
| RGB | rgb(239, 196, 127) | |
| HSL | hsl(37, 78%, 72%) | |
| CMYK | cmyk(0%, 18%, 47%, 6%) | |
| LAB | lab(82, 10, 41) | |
| OKLCH | oklch(0.84 0.1 79) |
Color harmonies
Tints & shades
Code snippets
color: #efc47f;
background-color: #efc47f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFC47F)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.77, blue: 0.50, alpha: 1.0)