Mellow Dandelion
#f8de7f
Looking for the precise values behind Mellow Dandelion (#f8de7f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f8de7f | |
|---|---|---|
| RGB | rgb(248, 222, 127) | |
| HSL | hsl(47, 90%, 74%) | |
| CMYK | cmyk(0%, 10%, 49%, 3%) | |
| LAB | lab(89, 0, 50) | |
| OKLCH | oklch(0.9 0.119 94) |
Color harmonies
Tints & shades
Code snippets
color: #f8de7f;
background-color: #f8de7f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8DE7F)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.87, blue: 0.50, alpha: 1.0)