Yellow Mellow
#f0d31e
Yellow Mellow is a color with the hex code #f0d31e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f0d31e | |
|---|---|---|
| RGB | rgb(240, 211, 30) | |
| HSL | hsl(52, 88%, 53%) | |
| CMYK | cmyk(0%, 12%, 88%, 6%) | |
| LAB | lab(85, -1, 81) | |
| OKLCH | oklch(0.87 0.174 99) |
Color harmonies
Tints & shades
Code snippets
color: #f0d31e;
background-color: #f0d31e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0D31E)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.83, blue: 0.12, alpha: 1.0)