Minions
#f3dd51
Minions is a color with the hex code #f3dd51. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f3dd51 | |
|---|---|---|
| RGB | rgb(243, 221, 81) | |
| HSL | hsl(52, 87%, 64%) | |
| CMYK | cmyk(0%, 9%, 67%, 5%) | |
| LAB | lab(88, -3, 68) | |
| OKLCH | oklch(0.89 0.157 100) |
Color harmonies
Tints & shades
Code snippets
color: #f3dd51;
background-color: #f3dd51;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3DD51)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.87, blue: 0.32, alpha: 1.0)