Golden Churro
#f4ce74
Golden Churro is a color with the hex code #f4ce74. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f4ce74 | |
|---|---|---|
| RGB | rgb(244, 206, 116) | |
| HSL | hsl(42, 85%, 71%) | |
| CMYK | cmyk(0%, 16%, 52%, 4%) | |
| LAB | lab(85, 6, 50) | |
| OKLCH | oklch(0.87 0.117 87) |
Color harmonies
Tints & shades
Code snippets
color: #f4ce74;
background-color: #f4ce74;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4CE74)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.81, blue: 0.45, alpha: 1.0)