Emoji Yellow
#ffde34
Looking for the precise values behind Emoji Yellow (#ffde34)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffde34 | |
|---|---|---|
| RGB | rgb(255, 222, 52) | |
| HSL | hsl(50, 100%, 60%) | |
| CMYK | cmyk(0%, 13%, 80%, 0%) | |
| LAB | lab(89, 0, 80) | |
| OKLCH | oklch(0.9 0.174 97) |
Color harmonies
Tints & shades
Code snippets
color: #ffde34;
background-color: #ffde34;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFDE34)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.87, blue: 0.20, alpha: 1.0)