Canary
#fdff63
Canary, represented by the hex value #fdff63, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fdff63 | |
|---|---|---|
| RGB | rgb(253, 255, 99) | |
| HSL | hsl(61, 100%, 69%) | |
| CMYK | cmyk(1%, 0%, 61%, 0%) | |
| LAB | lab(98, -14, 71) | |
| OKLCH | oklch(0.97 0.174 110) |
Color harmonies
Tints & shades
Code snippets
color: #fdff63;
background-color: #fdff63;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDFF63)
/* Swift / UIKit */
UIColor(red: 0.99, green: 1.00, blue: 0.39, alpha: 1.0)