Meadow Yellow
#f7da90
Meadow Yellow is a color with the hex code #f7da90. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f7da90 | |
|---|---|---|
| RGB | rgb(247, 218, 144) | |
| HSL | hsl(43, 87%, 77%) | |
| CMYK | cmyk(0%, 12%, 42%, 3%) | |
| LAB | lab(88, 3, 40) | |
| OKLCH | oklch(0.9 0.098 89) |
Color harmonies
Tints & shades
Code snippets
color: #f7da90;
background-color: #f7da90;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7DA90)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.85, blue: 0.56, alpha: 1.0)