Yellow Mana
#fdfcbf
Yellow Mana, represented by the hex value #fdfcbf, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fdfcbf | |
|---|---|---|
| RGB | rgb(253, 252, 191) | |
| HSL | hsl(59, 94%, 87%) | |
| CMYK | cmyk(0%, 0%, 25%, 1%) | |
| LAB | lab(98, -7, 29) | |
| OKLCH | oklch(0.98 0.078 107) |
Color harmonies
Tints & shades
Code snippets
color: #fdfcbf;
background-color: #fdfcbf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDFCBF)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.99, blue: 0.75, alpha: 1.0)