Daffodil
#ffff31
Looking for the precise values behind Daffodil (#ffff31)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffff31 | |
|---|---|---|
| RGB | rgb(255, 255, 49) | |
| HSL | hsl(60, 100%, 60%) | |
| CMYK | cmyk(0%, 0%, 81%, 0%) | |
| LAB | lab(98, -15, 87) | |
| OKLCH | oklch(0.97 0.201 110) |
Color harmonies
Tints & shades
Code snippets
color: #ffff31;
background-color: #ffff31;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFF31)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.19, alpha: 1.0)