Goldfinch
#f8e462
Goldfinch is a color with the hex code #f8e462. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f8e462 | |
|---|---|---|
| RGB | rgb(248, 228, 98) | |
| HSL | hsl(52, 91%, 68%) | |
| CMYK | cmyk(0%, 8%, 60%, 3%) | |
| LAB | lab(90, -4, 64) | |
| OKLCH | oklch(0.91 0.15 101) |
Color harmonies
Tints & shades
Code snippets
color: #f8e462;
background-color: #f8e462;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8E462)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.89, blue: 0.38, alpha: 1.0)